ID: 14308
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: MySQL related
Operating System: RH 7.2
PHP Version: 4.0.6
New Comment:

YOu probably have this in php.ini:

extension=mysql.so

AFAIK, RH installs PHP modules as shared object.

Please reopen if this is not the case.

Derick

Previous Comments:
------------------------------------------------------------------------

[2001-11-30 23:49:18] [EMAIL PROTECTED]

Humm, ? Operator error ? RH 7.2 SMP

PHP config:
./configure  --with-apache=../apache_1.x --with-mysql=/usr/local/ 
--enable-memory-limit=yes --enable-debug=no

Mysql config:
 ./configure  --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static

Apache:
./configure \
"--with-layout=Apache" \
"--prefix=/etc/httpd" \
"--activate-module=src/modules/php4/libphp4.a" \
"--enable-module=php4" \

When httpd is started, get large list of mysql duplicate names such as:

"PHP Warning:  Function registration failed - duplicate name - mysql_listfields in 
Unknown on line 0"

mysql continues to work, but other errors are not added to log file. It looks like 
this is because an identical set of warnings are printed out twice... which may have 
set the logging to be disabled??

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14308&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to