On Thu, 12 Mar 2009, Rajkumar Goel wrote: > I'm not running pear.bat from the command line.When I double click the file I > get the alerts of the three lib files I've told. > when I type "pear channel-discover pear.phpunit.de" > C:\php>pear channel-discover pear.phpunit.de > PHP Warning: PHP Startup: Unable to load dynamic library > 'C:\php\ext\php_pgsql. > dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library > 'C:\php\ext\php_pspell > .dll' - The specified module could not be found. > in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library > 'C:\php\ext\php_sybase > _ct.dll' - The specified module could not be found. > in Unknown on line 0
You can turn off the three warnings above, by commenting the reference to the above DLLs in the php.ini file. thanks Saifi.

