diff options
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | Zend/ChangeLog | 7 |
2 files changed, 31 insertions, 0 deletions
@@ -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 |