]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 6 Jan 2000 02:09:34 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Thu, 6 Jan 2000 02:09:34 +0000 (02:09 +0000)
ChangeLog

index d380c195ff161334ef0dd101a70236786ef041aa..5146184ecfc2c687b056d86c6506d3c2f1665e35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-01-05  Sascha Schumann  <sascha@schumann.cx>
+
+    * ext/session/mod_user.c: Fix namespace pollution
+
+    * Makefile.in: `cp' will do the job everywhere, even on AIX
+
+    * sapi/phttpd/phttpd.c
+      sapi/aolserver/aolserver.c
+      SAPI.c: Move reentrancy initialisation/destruction into SAPI.
+    These calls only do something, if reentrancy emulation is required.
+
+2000-01-05  Jouni Ahto  <jah@mork.net>
+
+    * ext/standard/string.c:
+    (php_setlocale) Fixed memory leak (bug #3105).
+
 2000-01-04  Andrei Zmievski  <andrei@ispi.net>
 
     * ext/wddx/wddx.c