|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-01 16:01 UTC] jim at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jul 02 08:00:02 2026 UTC |
The following code doesn't work as expected: $test = "value = t?st"; $test = eregi_replace (" = .*", " = t?st", $test); $test is now "value = t?st?st"! I should probably mention that str_replace doesn't work correctly (keeps crashing the httpd under certain cirumstances) either on this system. Everything works as expected under Linux and NT though. If a developer is interested, I can setup a temporary account for him.