ID: 22787 User updated by: gregory dot fennell at am dot sony dot com Reported By: gregory dot fennell at am dot sony dot com Status: Assigned Bug Type: MySQL related Operating System: RedHat v8.0 PHP Version: 4.3.1 Assigned To: sniper New Comment:
Since MySQL has made the 4.0.12 it production version, how far behind is PHP v5.x? It kind of makes MySQL v4.x usless to PHP websites until PHP has the capability to support MySQL v4.x, since alot of sites use PHP + MySQL. Any idea when PHP will have a version that will support MySQL v4.x? -Greg Previous Comments: ------------------------------------------------------------------------ [2003-03-19 11:07:42] [EMAIL PROTECTED] And the (new) mysqli extension requires MySQL 4.1 anyway... -Tal ------------------------------------------------------------------------ [2003-03-19 11:02:55] [EMAIL PROTECTED] OTOH, it should be possible to use the mysql 4.0.12 too.. I'm checking this out. ------------------------------------------------------------------------ [2003-03-19 10:55:56] [EMAIL PROTECTED] In PHP 5 there will be a new extension which gives the full power Mysql 4 provides. There will not be any such support in PHP 4. This snapshot has it: http://snaps.php.net/php5-200303191630.tar.gz (use --with-mysqli and --without-mysql) ------------------------------------------------------------------------ [2003-03-19 09:04:22] gregory dot fennell at am dot sony dot com I upgraded one of our test systems today to the newest production release of MySQL v4.0.12. After upgrading apache will crash with an error saying it can't find libmysqlclient.so.10. I recompiled apache and came up with the same error. I then recomplied php and during the "make" php errored out with the following: make: *** [libphp4.la] error 1 I downgraded to MySQL 3.23.55-1 and recompled php and it worked fine. There seems to be an issue with compiling php-4.3.1 with MySQL-4.0.12 (Production). If anyone can help with this that would be great since I want to use some of the new features in MySQL 4.x. Versions: PHP-4.3.1 COMPILE: ./configure --with-mysql=/usr --with-mysql-socket=/var/lib/mysql/mysql.sock --with-gd --enable-sockets --with-apxs2=/www/bin/apxs --with-config-file-path=/usr/local/lib/ --with-ldap --with-openssl=/usr/local/ssl/ --with-zlib-dir=/usr/include/ --with-java=/usr/java/j2sdk1.4.1_01 --with-mcal --with-ttf --enable-gd-native-tt --with-mnogosearch MySQL-4.0.12 (Production release) COMPILE: RPM Kernel-2.4.18-27.8.0 COMPILE: RPM RedHat-8.0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22787&edit=1
