From: Date: Fri, 10 Dec 1999 02:08:33 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RETURN_REF_BP~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a14d2ce1b2fd95b3f02cf84829a2d6f2fe40056c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7ae90e7d3e..b778593e43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +1999-12-09 Andrei Zmievski + + * 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 + + * 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 + + * sapi/apache/sapi_apache.c: +1999-12-09 Thies C. Arntzen + + * 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 + + * ext/odbc/php_odbc.c + NEWS: + Report all ODBC error's not just the top of the stack + +1999-12-09 Uwe Steinmann + + * 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 * ext/session/session.c