Edit report at http://bugs.php.net/bug.php?id=53010&edit=1
ID: 53010 Updated by: fel...@php.net Reported by: bugs dot php at dezso dot name Summary: sscanf does not throw error when disabled -Status: Open +Status: Feedback Type: Bug Package: Unknown/Other Function PHP Version: 5.2.13 Block user comment: N New Comment: Please try using this snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [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] fel...@php.net 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 http://bugs.php.net/bug.php?id=53010&edit=1