summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-09-18 00:34:20 +0000
committer <changelog@php.net>2002-09-18 00:34:20 +0000
commit01f9c2ad1419bc6c3a9bbc936a03452421e57832 (patch)
tree28fd847f59ce663a4d725d0cc9dbb6e84a424df6
parent21ceacc487bf4e22ab6045b92eea9efc2a1e937e (diff)
downloadphp-git-01f9c2ad1419bc6c3a9bbc936a03452421e57832.tar.gz
ChangeLog update
-rw-r--r--ChangeLog32
-rw-r--r--Zend/ChangeLog12
2 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 868d153f93..8ac988b932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2002-09-17 Tal Peer <tal@kaktos.co.il>
+
+ * ext/fribidi/fribidi.c:
+ * ext/fribidi/README
+ ext/fribidi/fribidi.c:
+ * The second argument of
+ fribidi_log2vis now accepts a constant.
+ The old way (using strings) is still available
+ but deprecated.
+
+2002-09-17 Hartmut Holzgraefe <hartmut@six.de>
+
+ * ext/standard/head.c: it should not only work for the failure case
+ but also not fail (segfault) on the working case
+
+ * ext/standard/basic_functions.c: stupid lino-typo .... :(
+
+ * ext/standard/basic_functions.c
+ ext/standard/head.c:
+ headers_sent() may now return information about where output started
+ using the optional $file and $line reference parameters
+
+2002-09-17 Zeev Suraski <zeev@zend.com>
+
+ * main/main.c: MFH
+
+ * NEWS: Update NEWS
+
+ * main/main.c:
+ Call zend_post_startup() - use local copies of the function, class and
+ constant tables in the startup thread
+
2002-09-16 Tal Peer <tal@kaktos.co.il>
* ext/fribidi/CREDITS: oops.
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 2521eaa442..230965314c 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,15 @@
+2002-09-17 Zeev Suraski <zeev@zend.com>
+
+ * zend_hash.c
+ zend_hash.h: Add tracking for hashtable allocation
+
+ * zend.c: ZE2 fix
+
+ * zend_compile.c: whitespace
+
+ * zend.c
+ zend.h: MFZE1 - threading fix
+
2002-09-16 Andrei Zmievski <andrei@php.net>
* zend_API.h