summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-09-17 00:33:53 +0000
committer <changelog@php.net>2002-09-17 00:33:53 +0000
commitcab024e4115501b11b98cac0dfc4007d6bf3b69b (patch)
tree70acb10744697cd5d417611e802fe42c5b1ca6aa
parent10a460622f56824cc952b55a99438a94b0f6a110 (diff)
downloadphp-git-cab024e4115501b11b98cac0dfc4007d6bf3b69b.tar.gz
ChangeLog update
-rw-r--r--ChangeLog24
-rw-r--r--Zend/ChangeLog7
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3749487182..868d153f93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2002-09-16 Tal Peer <tal@kaktos.co.il>
+
+ * ext/fribidi/CREDITS: oops.
+
+ * ext/fribidi/CREDITS: Added myself
+
+2002-09-16 Jani Taskinen <sniper@iki.fi>
+
+ * NEWS: tuning
+
+ * ext/fribidi/README
+ ext/fribidi/config.m4
+ ext/fribidi/fribidi.c
+ ext/fribidi/fribidi.php
+ ext/fribidi/php_fribidi.h:
+ - Require Fribidi 0.10.4 -> no more glib needed.
+ - Cleaned up a bit.
+
+ * sapi/isapi/php4isapi.c: Should fix #19425
+
+2002-09-16 Anantha Kesari H Y <hyanantha@novell.com>
+
+ * netware/phplib.imp: Updatation of symbols exported for NetWare
+
2002-09-15 Tal Peer <tal@kaktos.co.il>
* ext/fribidi/fribidi.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index a3cfaeb958..2521eaa442 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-16 Andrei Zmievski <andrei@php.net>
+
+ * zend_API.h
+ zend_builtin_functions.c
+ zend_API.c
+ zend_execute_API.c: MFZE1
+
2002-09-15 Ilia Alshanetsky <ilia@prohost.org>
* zend_highlight.c: Make zend actually strip comments. Bug #18151