changelog               Tue Sep 11 20:10:04 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.794 php4/ChangeLog:1.795
--- php4/ChangeLog:1.794        Mon Sep 10 20:10:19 2001
+++ php4/ChangeLog      Tue Sep 11 20:09:59 2001
@@ -1,3 +1,62 @@
+2001-09-11  Andy Sautins  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/sockets/php_sockets.h
+      ext/sockets/sockets.c: Merge recent socket fixes
+
+2001-09-11  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/session.c:
+    revert last commit.  Guys, discuss such things first, then commit.  Mkay?
+
+2001-09-11  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ext/openssl/openssl.c:


Reply via email to