With RedHat 9.0 / Apache 1.3.27 / PHP 4.3.2 / MySQL 3.2.57 --
When I start up (and restart) Apache, I get a bunch of lines in my log file, of the following form:
PHP Warning: Function registration failed - duplicate name - mysql_listdbs in Unknown on line 0
and ending with:
PHP Warning: mysql: Unable to register functions, unable to load in Unknown on line 0
There are 47 functions generating the warning, and they're all mysql functions. They're always the same.
The good/bad news is that, as far as I can tell, everything is working fine, including PHP and MySQL. But it surely seems like something is wrong. I've recompiled everything in sight, to no effect. I checked the Apache and PHP config files to see if some MySQL stuff was getting loaded twice, but they're both fine.
Arggh. Any suggestions?
Thanks,
Jim Miller