Edit report at https://bugs.php.net/bug.php?id=53010&edit=1
ID: 53010 Updated by: [email protected] Reported by: bugs dot php at dezso dot name Summary: sscanf does not throw error when disabled -Status: Feedback +Status: No Feedback Type: Bug Package: Scripting Engine problem PHP Version: 5.2.13 New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2010-10-11 23:59:44] [email protected] Please try using this snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2010-10-08 08:48:28] bugs dot php at dezso dot name Anyway, try editing php.ini, put disable_extensions there. Unfortunately, when I submitted this issue, I had to select version from a combo that did not contain 5.2.13. Now I changed it. ------------------------------------------------------------------------ [2010-10-08 08:44:30] bugs dot php at dezso dot name Yes, i do. Zend Extension 220060519 ------------------------------------------------------------------------ [2010-10-07 23:05:23] [email protected] I can't reproduce this using the svn version. $ sapi/cli/php -ddisable_functions=sscanf -r 'print sscanf(1);' Warning: sscanf() has been disabled for security reasons in Command line code on line 1 Are you using any Zend extension? ------------------------------------------------------------------------ [2010-10-07 13:22:57] bugs dot php at dezso dot name Description: ------------ When sscanf function is disabled by disable_functions ini directive, it returns null without throwing an error as expected. At least a warning should be displayed. Instead what is expected, sscanf returns null without any warning or error. Expected result: ---------------- Sscanf should give a warning when disabled by disable_functions ini directive. Actual result: -------------- Sscanf gives no warning, returns null when disabled by disable_functions ini directive. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=53010&edit=1
