[PHP] PHP 5.4.11 warnings - how to make them go away ?

2013-02-11 Thread Paul Lanken
I ran a quick mysql_connect test using the php 5.4.11 cli and was met with many annoying warnings : $ php -r mysql_connect( \localhost\, \username\, \password\ ) or die(\Unable to connect to MySQL\); echo \Connected to MySQL\\n\; 21 | cat -n - 1 PHP Warning: PHP Startup: Unable to load

Re: [PHP] PHP 5.4.11 warnings - how to make them go away ?

2013-02-11 Thread ma...@behnke.biz
Paul Lanken lanken.p...@gmail.com hat am 11. Februar 2013 um 14:27 geschrieben: I ran a quick mysql_connect test using the php 5.4.11 cli and was met with many annoying warnings : $ php -r mysql_connect( \localhost\, \username\, \password\ ) or die(\Unable to connect to MySQL\); echo