When i am trying to make unit testing the each file using PHPUnit tool i am getting the follwing message……….
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20090626+lfs/pdo_mysql.so' - /usr/lib/php5/20090626+lfs/pdo_mysql.so:
undefined symbol: php_pdo_register_driver in Unknown on line 0
No direct script access allowed.
Can any tell me what is the reason for getting this message and how can i solve these problem
Normally in
.inifiles you may have first line starting with ‘#’,actually this is not treated as a comment in.inifiles.So remove that file or replace ‘#’ with ‘;’.