[PHP-DEV] PHP 4.0 Bug #7231 Updated: REG_ECOLLATE bug? From: Bug Database (php-dev <email protected>)
Date: 10/15/00

ID: 7231
User Update by: andras <email protected>
Status: Open
Bug Type: *Regular Expressions
Description: REG_ECOLLATE bug?

...and i've tried using simpler collations, ie. [[.en.]], and it still pukes.

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

[2000-10-15 21:36:55] andras <email protected>
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?)

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

Full Bug description available at: http://bugs.php.net/?id=7231

-- 
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>