ID: 17189 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: Linux 1.3.14 RH7 PHP Version: 4.2.1 New Comment:
Can you provide the full script, preferable somewhere for download so we exactly see how your script looks like (the forms in the report system might scramle them). Previous Comments: ------------------------------------------------------------------------ [2002-05-13 16:42:43] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=17189&edit=1