From 7e921b42a40ab1988d4ea653442e3ec078feaa94 Mon Sep 17 00:00:00 2001 From: Date: Tue, 2 Jul 2002 00:37:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 7 +++++++ 2 files changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5a78819ff8..4129e0693f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2002-07-01 Marko Karppinen + + * Makefile.global + sapi/cli/config.m4: + - You don't need libtool to build sapi/cli on Darwin. + - We don't need libtool to build sapi/cli on Darwin. + - You want the sapi/cli build line to be in sapi/cli, not Makefile.global. + - We want the sapi/cli build line to be in sapi/cli, not Makefile.global. + - He can go about his business. + - You can go about your business. + - Move along. + - Move along. Move along. + +2002-07-01 Derick Rethans + + * ext/standard/image.c + ext/standard/info.c + main/memory_streams.c: - No C++ comments + +2002-07-01 Marko Karppinen + + * configure.in: In Darwin we have this thing called two-level namespace + +2002-07-01 Christian Stocker + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c: + outcomment everything related to domxml_elem_set_attribute_node(). This + function is not implemented and shouldn't show up at all for the time + being + +2002-07-01 Jani Taskinen + + * main/main.c: Fix win32 build. + +2002-07-01 James Cox + + * acinclude.m4: + "-" is not acceptable in a #define (i have since discovered). converting all - to _ is the right thing to do. + + 2002-06-30 Sander Roobol * main/main.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 840e1d2897..a77f2da2a6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2002-07-01 Andi Gutmans + + * zend_compile.c: - Fix bug when acccessing $this not in class scope. + + * zend_objects.h + zend_objects.c: - Export zend_object_get_address() + 2002-06-30 Andi Gutmans * ZEND_CHANGES: - Remember to document autoload when I have time. -- 2.50.1