Browse Source

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed bug #64524 Add intl.use_exceptions to php.ini-*
PHP-7.0.7
Anatol Belski 10 years ago
parent
commit
f152c3fa57
  1. 1
      php.ini-development
  2. 1
      php.ini-production

1
php.ini-development

@ -954,6 +954,7 @@ cli_server.color = On
; happens within intl functions. The value is the level of the error produced.
; Default is 0, which does not produce any errors.
;intl.error_level = E_WARNING
;intl.use_exceptions = 0
[sqlite3]
;sqlite3.extension_dir =

1
php.ini-production

@ -954,6 +954,7 @@ cli_server.color = On
; happens within intl functions. The value is the level of the error produced.
; Default is 0, which does not produce any errors.
;intl.error_level = E_WARNING
;intl.use_exceptions = 0
[sqlite3]
;sqlite3.extension_dir =

Loading…
Cancel
Save