ID: 50137 User updated by: hrompik at gmail dot com -Summary: I do not know Reported By: hrompik at gmail dot com Status: Open Bug Type: Unknown/Other Function Operating System: Windows 7 build 7600 PHP Version: 5.2.11 New Comment:
This makes it possible so that I do not know much English, I could not use search, so I apologize if this message was. Previous Comments: ------------------------------------------------------------------------ [2009-11-10 13:28:11] hrompik at gmail dot com Description: ------------ I know English bad, so use a translator. The problem is that the Russian alphabet - Cyrillic is not properly processed. Some letters are not included in the set [à-ÿ] example 'ð' or 'ô' Reproduce code: --------------- <?php $url = 'ô-ô'; if (ereg("^([à-ÿ]+)-([à-ÿ]+)$",$url)) echo 'yes'; else echo 'no'; ?> Expected result: ---------------- yes Actual result: -------------- no ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50137&edit=1