From:             [EMAIL PROTECTED]
Operating system: Linux 1.3.14 RH7
PHP version:      4.2.1
PHP Bug Type:     Scripting Engine problem
Bug description:  php executable interpreter error

I was compiled php as cgi support and generated a php executable file.
However, I am not able to use this file to run my php script on web. It
always gives out the following errors no matter how I configure the php.

Warning: Unexpected character in input: '' (ASCII=30) state=1 in
/home/apache/php on line 3802

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in
/home/apache/php on line 3802

Warning: Unexpected character in input: '' (ASCII=24) state=1 in
/home/apache/php on line 3802

Parse error: parse error, unexpected T_STRING in /home/apache/php on line
3802

I was working on php4.1.2, but it seems not work in 4.2.0 and 4.2.1. The
script I used is for file system handling which may do chmod, upload,
delete file and such. I havn't try on the scripts that don't need to
access the file system as they can be done on the server module.
-- 
Edit bug report at http://bugs.php.net/?id=17189&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17189&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17189&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17189&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17189&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17189&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17189&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17189&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17189&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17189&r=globals

Reply via email to