|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-15 21:39 UTC] andras at izone dot hu
[2002-03-09 11:30 UTC] david at greenhammer dot com
[2002-04-09 20:33 UTC] jimw@php.net
[2002-11-23 18:38 UTC] ray at winchzilla dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 03:00:01 2025 UTC |
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?)