Re: [PHP] Re: PHP-CLI Debugging Question

2005-03-15 Thread Davy Durham
No, I was looking for php to print each line of the code as it executes it. Jason Barnett wrote: Davy Durham wrote: Hi.. I'm working on converting some CLI (not CGI) bash scripts to php and was wondering if there's an equivalent to 'set -x' from bash in php set -x in bash basically causes

[PHP] PHP-CLI Debugging Question

2005-03-14 Thread Davy Durham
Hi.. I'm working on converting some CLI (not CGI) bash scripts to php and was wondering if there's an equivalent to 'set -x' from bash in php set -x in bash basically causes the statements to be printed to stderr as they are executed. Does php have something similar? Thanks, Davy -- PHP

[PHP] php compiler

2005-03-14 Thread Davy Durham
Sooo.. I'm assuming there's no stable project for compiling php code to native binary machine code huh? (I've done some searching) Even anything commercial? (I didn't care for Zend's optimizer so much.. still has *RUN*time configuration) Thanks, Davy -- PHP General Mailing List