mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Add missing value for error_reporting directive
This commit is contained in:
parent
55f7747bff
commit
1a35c959a9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
bug67436: Autoloader isn't called if user defined error handler is present
|
bug67436: Autoloader isn't called if user defined error handler is present
|
||||||
|
|
||||||
--INI--
|
--INI--
|
||||||
error_reporting=
|
error_reporting=-1
|
||||||
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue