diff options
author | <changelog@php.net> | 1999-12-10 02:08:33 +0000 |
---|---|---|
committer | <changelog@php.net> | 1999-12-10 02:08:33 +0000 |
commit | a14d2ce1b2fd95b3f02cf84829a2d6f2fe40056c (patch) | |
tree | 3540bde222a9d701d58b92010030b29764c6068a /ChangeLog | |
parent | a70d0097c906b3c4b628e1d7f94ab37e59c0c00d (diff) | |
download | php-git-a14d2ce1b2fd95b3f02cf84829a2d6f2fe40056c.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,3 +1,48 @@ +1999-12-09 Andrei Zmievski <andrei@ispi.net> + + * ext/standard/php_string.h + ext/standard/string.c + ext/xml/xml.c + ext/ldap/ldap.c + TODO: + (PHP strtoupper, strtolower, substr_replace) Made binary-safe. + +1999-12-09 Sascha Schumann <sascha@schumann.cx> + + * ext/session/session.c (php_set_session_var): logic fix: + + gpc_globals set? Add it to the global symbol table + track_vars set? Add it to the HTTP_STATE_VARS array + +1999-12-09 Zeev Suraski <zeev@php.net> + + * sapi/apache/sapi_apache.c: +1999-12-09 Thies C. Arntzen <thies@digicol.de> + + * TODO: + just went thru string.c and wrote down the functions that are obviously NOT binary-safe + + * ext/standard/var.c: (unserialize) closed mem-leak + + * ext/oracle/oracle.c + ext/oracle/php_oracle.h + ext/oci8/oci8.c + ext/oci8/php_oci8.h: small cleanups in MINIT code + OCIInitialize is now called at the "right" spot again + +1999-12-09 Nick Gorham <nick@easysoft.com> + + * ext/odbc/php_odbc.c + NEWS: + Report all ODBC error's not just the top of the stack + +1999-12-09 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> + + * ext/pdf/config.m4 + ext/domxml/config.m4 + ext/cpdf/config.m4: + - improved configuration due to compile problems which suddently show up + 1999-12-08 Zeev Suraski <zeev@php.net> * ext/session/session.c |