From: Date: Wed, 12 Sep 2001 00:09:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d88df34372472c67098ce9cff3ec37965e4712f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4219e346a6..4624d39231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2001-09-11 Andy Sautins + + * ext/oci8/oci8.c: oops. Used C++ style comments. Make C style + + * ext/oci8/oci8.c: + Collection fix. Fix core dump when accessing an element that is + not in the collection. + + * ext/oci8/oci8.c: + Handle assign/append of NULL values to collections correctly. Now + works consistently with how the rest of the library operates. If + the value passed in is a null string, the value is set to null + +2001-09-11 Jason Greene + + * ext/sockets/php_sockets.h + ext/sockets/sockets.c: Merge recent socket fixes + +2001-09-11 Sascha Schumann + + * ext/session/session.c: + revert last commit. Guys, discuss such things first, then commit. Mkay? + +2001-09-11 Sterling Hughes + + * ext/session/php_session.h + ext/session/session.c: + Add an API function for setting the session id from a session module... + + +2001-09-11 Sascha Schumann + + * ext/xslt/xslt.c: Always return something from non-void function + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: Remove some unused variables + + * build/fastgen.sh: Similar to autoconf-2.5x, say who is doing what. + + * build/build2.mk: Ignore "AC_PROG_LEX invoked multiple times" + + * configure.in: Remove obselete message and drop "divert(6)" which caused + problems with autoconf 2.5x. + +2001-09-11 Egon Schmid + + * ext/openssl/openssl.c: + Fixed some protos. Haven't read the source code, so some protos could be wrong. bool notext=true looks very strange to me. + +2001-09-11 Wez Furlong + + * ext/openssl/openssl.c + ext/openssl/php_openssl.h: + Revise the xxx_export api so that exporting to files is comfortable. + + * ext/openssl/openssl.c + ext/openssl/php_openssl.h: Arrrgghh! + Fix munched file. + 2001-09-10 Wez Furlong * ext/openssl/openssl.c: