]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 3 Feb 2003 02:19:31 +0000 (02:19 +0000)
committer <changelog@php.net> <>
Mon, 3 Feb 2003 02:19:31 +0000 (02:19 +0000)
ChangeLog
Zend/ChangeLog

index f98004cf6ac71bc4584dbdeb15494edb4dd4df5e..5557b92f2edac9157f4a7fc731eba3911c7af0eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2003-02-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/php_scandir.h:
+      Fixed bug #22021.
+
+    * ext/curl/interface.c:
+      Gave the user the ability to specify encoding of the request.
+      Patch by jens@mermaidconsulting.dk.
+
+    * main/php_scandir.c:
+      Fixed build on Solaris (patch by Melvyn Sopacua).
+
+2003-02-02  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ext/standard/info.c:
+      Fix warning.
+
+2003-02-02  Zeev Suraski  <zeev@zend.com>
+
+    * ext/standard/info.c
+      ext/standard/info.c:
+      Fix phpinfo() display of Zend extensions
+
+2003-02-02  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/gd/config.m4
+      ext/gd/libgd/gd.c
+      ext/gd/libgd/xbm.c
+      ext/gd/tests/conv_test.xbm
+      ext/gd/tests/xbm2png.phpt:
+      - new xbm support
+      
+
 2003-02-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/standard/image.c:
index 264ed092c183accc221494206963555a2b3ac090..0b7182cde61ce508797a13bf92659b234266ca32 100644 (file)
@@ -1,3 +1,33 @@
+2003-02-02  Harald Radi  <harald.radi+coding.php@nme.at>
+
+    * zend_API.c
+      zend_API.h:
+      extend the parameter parsing API by two functions
+      for parsing method parameters with automatic
+      detection if the function was called as such or as
+      a class method (with a valid this ptr).
+      if called as a function the first parameter has to be
+      the object it is operating on, if called as a method
+      this is used.
+      
+
+2003-02-02  Zeev Suraski  <zeev@zend.com>
+
+    * zend.h
+      zend_operators.h:
+      whitespace
+
+    * zend_execute.c
+      zend_object_handlers.c
+      zend_object_handlers.h:
+      Core rearrangements - move Zend Objects specific code to their
+      specific implementation file
+
+2003-02-02  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c:
+      - Fix warning
+
 2003-02-01  Sebastian Bergmann  <sb@sebastian-bergmann.de>
 
     * zend_ini_scanner.l