php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28823 bad line in skeleton file (flex-2.5.31)
Submitted: 2004-06-18 09:41 UTC Modified: 2005-09-06 00:28 UTC
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: seved dot torstendahl at netinsight dot se Assigned:
Status: Wont fix Package: Compile Failure
PHP Version: 5.0.0RC3 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: seved dot torstendahl at netinsight dot se
New email:
PHP Version: OS:

 

 [2004-06-18 09:41 UTC] 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.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-18 12:33 UTC] seved dot torstendahl at netinsight dot se
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>
 [2004-06-30 03:35 UTC] moriyoshi@php.net
Related thread:
http://marc.theaimsgroup.com/?l=php-dev&m=105057062609198&w=2

flex-2.5.31 is unsupported at this moment.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Nov 23 15:01:29 2024 UTC