|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-12 15:29 UTC] tony2001@php.net
[2005-08-12 15:53 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 03:00:01 2025 UTC |
Description: ------------ [snip] php_cv_re2c_version=none ### if re2c is not found fi case $php_cv_re2c_version in ""|invalid[)] ### no "none" here AC_MSG_WARN([You will need re2c 0.98 or later if you want to regenerate PHP parsers.]) RE2C="exit 0;" [/snip] make b /usr/src/php6/ext/standard/url_scanner_ex.re > /usr/src/php6/ext/standard/url_scanner_ex.c /bin/sh: line 1: b: command not found url_scanner_ex.c is truncate to 0 byte --------- FYI, flex checking code is: [snip] flex_version=none fi case $php_cv_flex_version in ""|invalid[)] [/snip]