Supressing PHP error messages

dannygoh

Verified User
Joined
Feb 9, 2004
Messages
368
Location
Malaysia
Hello,

I have this error messages on my system

Code:
PHP Warning:  PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0

Client are complaining about the error messages. When do email piping, the above error message is returned to sender, also the piping are successfully go through.
 
Back
Top