|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-09-25 14:43 UTC] jani@php.net
[2007-09-25 14:58 UTC] nektarin at gmail dot com
[2007-09-25 21:15 UTC] jani@php.net
[2007-09-26 22:30 UTC] raiko at akubi dot de
[2007-09-27 00:06 UTC] scottmac@php.net
[2007-09-27 04:32 UTC] raiko at akubi dot de
[2007-10-04 01:00 UTC] php-bugs at lists dot php dot net
[2008-04-24 15:36 UTC] abang_tukang_sayur at yahoo dot com
[2009-02-12 16:28 UTC] jcanto at megamedia dot com dot mx
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 10:00:01 2025 UTC |
Description: ------------ I get "Fatal error: Call to undefined function mysql_connect()" when using php 5.2.4 with the distributed php_mysql.dll. When I change to the php_mysql.dll from PHP 5.2.2 it works perfect. Ie. Everything is php 5.2.4 except that I am using the php_mysql.dll from PHP 5.2.2 Reproduce code: --------------- $db = mysql_connect("localhost","root",""); Actual result: -------------- Fatal error: Call to undefined function mysql_connect()