From:             [EMAIL PROTECTED]
Operating system: RH 7.2
PHP version:      4.0.6
PHP Bug Type:     MySQL related
Bug description:  mysql functions load twice (duplicate name)

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 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