- Messages
- 3,295
- Reaction score
- 227
- Points
- 63
Well, folks, PHP 5.5.0 Alpha 6 has been released, and ext/mysql is deprecated. Don't say I didn't warn you. If you are still developing (or using) scripts that use the mysql_xxx methods (as opposed to mysqli_xxx or PDO), you will soon need to turn off warnings in your scripts. The mysql_xxx methods will stop working altogether, even with warnings off, in some future version.
If you haven't switched yet, now is the time. And if you're just pasting teh codez from the web (or an old book), do try to pay attention—if the code you're copying has mysql_connect, etc., in it, it's old and bad and you should look somewhere else.
If you haven't switched yet, now is the time. And if you're just pasting teh codez from the web (or an old book), do try to pay attention—if the code you're copying has mysql_connect, etc., in it, it's old and bad and you should look somewhere else.
Last edited: