From: gabriel at oxeva dot fr Operating system: Linux 2.6 PHP version: 5.2.0 PHP Bug Type: Compile Warning Bug description: flex version is not properly detected (mostly harmless)
Description: ------------ the configure script does not detect properly the 2-digit flex versions : checking for flex version... invalid configure: WARNING: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4 (found: 2.5.33). This bug will be harmless for most users, but it is still a wrong warning ;) Reproduce code: --------------- launch configure script with flex >= 2.5.10 Expected result: ---------------- flex >= 2.5.10 detected as newer than 2.5.4 required Actual result: -------------- configure: WARNING: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4 (found: 2.5.33). -- Edit bug report at http://bugs.php.net/?id=39895&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=39895&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=39895&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=39895&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=39895&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=39895&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=39895&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=39895&r=needscript Try newer version: http://bugs.php.net/fix.php?id=39895&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=39895&r=support Expected behavior: http://bugs.php.net/fix.php?id=39895&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=39895&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=39895&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=39895&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=39895&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=39895&r=dst IIS Stability: http://bugs.php.net/fix.php?id=39895&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=39895&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=39895&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=39895&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=39895&r=mysqlcfg