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
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 (http://www.p
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 Gener
3 matches
Mail list logo