> 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 lowercase -c there, not -C

Dunno if -c will make it load the extensions, but I'm pretty sure -C won't.

Try putting <?php phpinfo();?> into your myscript.php and see if it seems to
be catching other changes to myphp.ini file.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to