|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-12-14 11:50 UTC] jani@php.net
-Status: Open
+Status: Wont fix
-Package: Feature/Change Request
+Package: *General Issues
[2010-12-14 11:50 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
Please add new param to ereg/eregi/ereg_replace/eregi_replace which will specify the correct Enocoding of "string" and allow to use this funnction with any encoding EX: string eregi_replace (string pattern, string replacement, string string [, int mode]) eregi_replace ("???", "%#&#", $header, CP_1251) in connection with bug report #12176