ID:               49362
 User updated by:  tomas dot hlavacek at firma dot volny dot cz
 Reported By:      tomas dot hlavacek at firma dot volny dot cz
-Status:           Closed
+Status:           Open
 Bug Type:         PHP options/info functions
 Operating System: *
 PHP Version:      5.3, 6
 Assigned To:      kalle
 New Comment:

php.ini:
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = On

php -i output:
~~~~~~
D:\php5>php -i

Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and
greater in Unknown on line 0
phpinfo()
PHP Version => 5.3.2-dev

System => Windows NT W2K8-TEST 6.0 build 6002 (Windows Server 2008 Web
Server Edition Service Pack 2) i586
...
~~~~~~

Is this desired manner?


Previous Comments:
------------------------------------------------------------------------

[2009-09-04 11:03:07] j...@php.net

Fixed.

------------------------------------------------------------------------

[2009-09-03 21:26:00] j...@php.net

For 6: change the error reporting to E_ERROR
For 5.3: change them to E_DEPRECATED (and only really shown when that
is 
set)

------------------------------------------------------------------------

[2009-09-02 16:25:22] romanf at trash dot net

Will this be fixed in 5.3? Or only in 6?

-Roman

------------------------------------------------------------------------

[2009-08-26 11:08:41] j...@php.net

Correction: E_ERROR of course. :)

------------------------------------------------------------------------

[2009-08-26 11:08:07] j...@php.net

And in HEAD these should be E_FATAL errors.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/49362

-- 
Edit this bug report at http://bugs.php.net/?id=49362&edit=1

Reply via email to