ID:               28823
 User updated by:  seved dot torstendahl at netinsight dot se
 Reported By:      seved dot torstendahl at netinsight dot se
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: Linux
 PHP Version:      5.0.0RC3
 New Comment:

I got a sapi/cli/php but something more is corrupt:

tintin3:~/development/php/b5> sapi/cli/php -r 'print "hej\n";'

Parse error: syntax error, unexpected T_WHITESPACE in Command line code
on line 1
tintin3:~/development/php/b5> sapi/cli/php -r 'print"hej\n";'
hej
tintin3:~/development/php/b5>


Previous Comments:
------------------------------------------------------------------------

[2004-06-18 09:41:04] seved dot torstendahl at netinsight dot se

Description:
------------
After unpacking the php-5.0.0RC3 sources,
'make all' returned the following error:

flex -Pini_ -S/home/seved/development/php/php-5.0.0RC3/Zend/flex.skl
-oZend/zend_ini_scann
er.c -i
/home/seved/development/php/php-5.0.0RC3/Zend/zend_ini_scanner.l
flex: fatal internal error, bad line in skeleton file
make: *** [Zend/zend_ini_scanner.c] Error 1
--------------

tintin3:~/development/php/b5> flex --version
flex 2.5.31

Using flex version 2.5.4 on another system with the same command
succeed, and then 'make all' finished OK.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28823&edit=1

Reply via email to