On Wed, January 23, 2008 4:13 am, Andre Hübner wrote: > Warning: Unexpected character in input: '' (ASCII=27) state=1 in > /folders/php-4.4.8 on line 3600 > > Warning: Unexpected character in input: '' (ASCII=8) state=1 in > /folders/php-4.4.8 on line 3600 > > Warning: Unexpected character in input: '' (ASCII=3) state=1 in > /folders/php-4.4.8 on line 3600 > > Warning: Unexpected character in input: ' in /folders/php-4.4.8 on > line 3600 > > Warning: Unexpected character in input: ' in /folders/php-4.4.8 on > line 3600 > > Warning: Unexpected character in input: ' in /folders/php-4.4.8 on > line 3600 > > Parse error: syntax error, unexpected T_STRING in /folders/php-4.4.8 > on line > 3600 > > But if i call this php-4.4.8 on console i can parse successful my > files. > What goes wrong? I have no idea what i id not correctly. > Can anybody help please? Do you have/need ASCII 27, 8, and 3 on line 3600? The CLI may have error display set to "off" or logging it elsewhere. Try: php -d display_errors=1 -d error_reporting=2047 phpinfo.php -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php