I was looking at my apache error_log and I noticed that each time apache is started, there are a number of PHP warnings related to mysql functions. The warnings are all similar to this one (except for being a differnent mysql function):
PHP Warning: Function registration failed - duplicate name - mysql_connect in Unknown on line 0
It's not so much a problem (to my knowledge everything is working fine), but was just wondering if anyone knows what might cause this, and if I should have any concern about it.
I'm running RedHat Linux 9
Apache 2.0.48
PHP 4.3.4
MySQL 4.0
Thanks for any thoughts