Edit report at http://bugs.php.net/bug.php?id=54191&edit=1
ID: 54191 Updated by: [email protected] Reported by: tejasmaster11 at gmail dot com Summary: Give me solution for a bug...... -Status: Open +Status: Bogus Type: Bug Package: *Configuration Issues Operating System: XP PHP Version: 5.3.6RC2 Block user comment: N Private report: N New Comment: . Previous Comments: ------------------------------------------------------------------------ [2011-03-08 18:34:21] [email protected] This looks like the example off the ini_set page... you sure the page you're running is exactly what's below? http://codepad.viper-7.com/z63S3W ------------------------------------------------------------------------ [2011-03-08 13:23:21] tejasmaster11 at gmail dot com Description: ------------ --- >From manual page: http://www.php.net/function.ini-set#Examples --- Test script: --------------- <?php if (!ini_get('display_errors')) { ini_set('display_errors', 1); } echo ini_get('display_errors'); ?> Expected result: ---------------- 1 Actual result: -------------- 11 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54191&edit=1
