ID: 49195 User updated by: sean dot everlast at gmail dot com Reported By: sean dot everlast at gmail dot com -Status: Feedback +Status: Closed Bug Type: MySQL related Operating System: Fedora Core 9 2.6.25-14.fc9.i686 PHP Version: 5.2SVN-2009-08-08 (snap) New Comment:
It's really weird, sometimes it's happening, but a server restart gets it fixed until the next one. Since I'm only using PHP for some backend cron jobs, will probably switch to perl. Previous Comments: ------------------------------------------------------------------------ [2009-08-12 05:14:33] erikhartog at yahoo dot com This error occurred for me on the install of version 5.2.10. I noticed that my Windows installer did not upgrade the ext directory to the 5.2.10 versions. Once I manually installed the correct ext libraries all of the files worked. It seems the installer was not properly modified. ------------------------------------------------------------------------ [2009-08-09 14:52:41] j...@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2009-08-08 05:01:23] sean dot everlast at gmail dot com Description: ------------ Fatal error: Call to undefined function mysql_connect() in..... mysql extension is installed properly. yes, I'm positively 100% sure it is. Reproduce code: --------------- <?php mysql_connect("localhost","root","") or die(mysql_error()); mysql_select_db("..... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49195&edit=1