]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 2 Jul 2002 00:37:08 +0000 (00:37 +0000)
committer <changelog@php.net> <>
Tue, 2 Jul 2002 00:37:08 +0000 (00:37 +0000)
ChangeLog
Zend/ChangeLog

index 5a78819ff8ad2fb0f8c2b9ac6b33e0a01fa96fe1..4129e0693f04d14af9519a7d0aba82db02b67dd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2002-07-01  Marko Karppinen  <karppinen@pobox.com>
+
+    * 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  <d.rethans@jdimedia.nl>
+
+    * ext/standard/image.c
+      ext/standard/info.c
+      main/memory_streams.c: - No C++ comments
+
+2002-07-01  Marko Karppinen  <karppinen@pobox.com>
+
+    * configure.in: In Darwin we have this thing called two-level namespace
+
+2002-07-01  Christian Stocker  <chregu@phant.ch>
+
+    * 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  <sniper@iki.fi>
+
+    * main/main.c: Fix win32 build.
+
+2002-07-01  James Cox  <james@blog.at>
+
+    * 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  <phy@wanadoo.nl>
 
     * main/main.c:
index 840e1d28974bf8f151eee8d9b84611e1f0967047..a77f2da2a63dd5081665b3751b69af8e778f84bb 100644 (file)
@@ -1,3 +1,10 @@
+2002-07-01  Andi Gutmans  <andi@zend.com>
+
+    * 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  <andi@zend.com>
 
     * ZEND_CHANGES: - Remember to document autoload when I have time.