ID: 40441 Updated by: [EMAIL PROTECTED] Reported By: dmitry at rsl dot ru -Status: Open +Status: Feedback Bug Type: mbstring related Operating System: linux PHP Version: 5.2.1 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2007-02-12 08:48:45] dmitry at rsl dot ru Description: ------------ Just like http://bugs.php.net/bug.php?id=39361 with exception that mbstring.func_overload is set to 2 globaly, but disabled for virtualhost. This leads mbstring function overloading to be enabled randomly. Try to visit and then refresh http://www.projectharmony.ru/temp-images/q.php several times. http://www.projectharmony.ru/temp-images/qq.php is the same script plus phpinfo(); Reproduce code: --------------- <? if (strstr('','')) { } ?> Expected result: ---------------- nothing expected Actual result: -------------- randomly: Warning: mb_strstr() [function.mb-strstr]: Empty delimiter. in q.php on line 1 -- or -- nothing (as expected) -- or -- Warning: strstr() [function.strstr]: Empty delimiter. in /home/html/www.projectharmony.ru/temp-images/q.php on line 1 (rare) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40441&edit=1