[PHP] Php.exe doesn't load extensions when invoked from the command prompt.

2001-02-19 Thread Diego Fulgueira
Hi! Id like to run a script by typing the following line at the command prompt: php.exe -C myphp.ini -f c:\htdocs\mysite\myscript.php This works fine, except it doesn't load any extensions (dlls), even if myphp.ini is configured to do so. Therefore, It doesn't recognize functions such as

Re: [PHP] Php.exe doesn't load extensions when invoked from the command prompt.

2001-02-19 Thread Richard Lynch
php.exe -C myphp.ini -f c:\htdocs\mysite\myscript.php This works fine, except it doesn't load any extensions (dlls), even if myphp.ini is configured to do so. Therefore, It doesn't recognize functions such as mysql_query(). (I'm using an NT platform). Can any one help? You want a