]> granicus.if.org Git - php/commit
* Remove unicode.from_error_mode and unicode.from_subst_char from INI
authorAndrei Zmievski <andrei@php.net>
Sun, 26 Mar 2006 01:48:33 +0000 (01:48 +0000)
committerAndrei Zmievski <andrei@php.net>
Sun, 26 Mar 2006 01:48:33 +0000 (01:48 +0000)
commit930bde5897dba3857ae8d3f90df0b5e307c1af97
tree3fef9895c79be1cd64e1f412fc295a91effed653
parentd38d354fe8c0446d18beaff87c6b2ff599217158
* Remove unicode.from_error_mode and unicode.from_subst_char from INI
settings.
* Add unicode_set_error_mode() and unicode_set_subst_char() functions to
  manipulate these global settings.
Zend/zend.c
Zend/zend_constants.c
Zend/zend_globals.h
Zend/zend_unicode.c
Zend/zend_unicode.h
ext/unicode/unicode.c
main/main.c
main/streams/filter.c
main/streams/streams.c