php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13335 bug in the eregi_replace
Submitted: 2001-09-17 04:20 UTC Modified: 2001-11-10 15:33 UTC
From: normalpeople at chat dot ru Assigned:
Status: Closed Package: Regexps related
PHP Version: 4.0.6 OS: Linux server0023
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: normalpeople at chat dot ru
New email:
PHP Version: OS:

 

 [2001-09-17 04:20 UTC] normalpeople at chat dot ru

this function incorectly works with national symbols

echo eregi_replace("???","???","??????")

shoud return "??????", but it does not
match that "?" is uppercase("?") :(((

Very, VERY bad bug, really :((

PHP 3.0.6 seems to be OK


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-17 04:31 UTC] normalpeople at chat dot ru
maybe it's server troubles..
 [2001-11-10 15:33 UTC] sander@php.net
This is a problem with your current locale settings. See http://www.php.net/manual/en/function.setlocale.php for more information.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC