Hi, I've got a really strange problem. I'm using php.exe from commandline like this (in a Batch file):
@c:\winnt\php.exe -c c:/winnt -q -f pdfbot.php 7 40033
My only problem is, that php is just not able to find the php.ini file. I've tried various combinations like:
-c c:\winnt\ or
-c c:/winnt/ ...
The only way is to copy the php.ini file to the script-directory, which is not a good solution!
Any clue?, thx