Hello,

I have just updated PHP to 5.2 and Scite to 1.71 (Windows XP).

I use F5 to execute php scripts in the console.
My html.properties file has:

command.go.$(file.patterns.php)=php -f "$(FileNameExt)"

For some reason I don't get error reporting in the console any more -
if the script fails to execute all I get is "Exit code: 255".

My setting in "Php.ini": error_reporting = E_ALL & ~E_NOTICE

However, if I go to the Windows Console (cmd.exe) and type:
"php -f 'myfilename.php'" - errors are reported as expected.

Can anyone give me a hint? What am I doing wrong?

Many thanks,
Jan




_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to