[PHP-DEV] PHP 4.0 Bug #7231: REG_ECOLLATE bug? From: andras <email protected>
Date: 10/15/00

From: andras <email protected>
Operating system: Linux 2.2.14-5.0
PHP version: 4.0.2
PHP Bug Type: *Regular Expressions
Bug description: REG_ECOLLATE bug?

ereg("^([^[.##.]]*)##([a-zA-Z0-9!]+)\|([^[.\?##.]]+)\?##"
[etc.] on
"##link|s=sztgy.jpg|a=C|b=N|c=rpa?## here it lies"
produces the following error:

Warning: REG_ECOLLATE in [..]parsetest.php on line 19

while <?phpinfo()?> shows:
Regex Library: Bundled library enabled

my system regex library says it doesn't support collations. that's fine. but according to phpinfo() and the bundled regex manpage php's ereg_* should support it.

what's up with this?

(and yes, while configure-ing I did not explicitly say --with-regex=php but afaik that's the default option which the 'bundled lib enabled' should reflect, right?)

-- 
Edit Bug report at: http://bugs.php.net/?id=7231&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>