]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 31 Mar 2003 01:30:45 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Mon, 31 Mar 2003 01:30:45 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 7542cffe92128aa2bc7325c2cc4566116f98515c..e5e723865c93434800fd125ee5d75f8e842212dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+2003-03-30  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * ext/openssl/openssl.c:
+      - Typo and some whitespace
+
+    * ext/openssl/openssl.c:
+      - Added optional parameter to openssl_sign() to specify the hashing
+        algorithm to use. (Patch by Scott <scott@planetscott.ca>)
+
+2003-03-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+    * ext/gd/libgd/gd.c:
+      Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()).
+
+2003-03-30  Sascha Schumann  <sascha@schumann.cx>
+
+    * sapi/apache/config.m4:
+      Merge proper -I parameter for APXS builds
+
+2003-03-30  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * (PHP_4_3)
+      ext/gd/gd.c:
+      No point calling the RSHUTDOWN hook here unless we are actually going
+      to do something in it.
+
+2003-03-30  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * .gdbinit:
+      Added various gdb macros to examine zval, znode, and HashTable
+
+2003-03-30  Georg Richter  <georg.richter@phpev.de>
+
+    * ext/mysqli/mysqli_profiler.c:
+      changed constant name
+
+2003-03-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php
+
+    * NEWS:
+      update
+
+    * sapi/cli/php_cli.c:
+      more ini defaults for error message handling
+
+    * main/main.c:
+      cleanup
+
+2003-03-30  Georg Richter  <georg.richter@phpev.de>
+
+    * ext/mysqli/mysqli_profiler.h:
+      changed macro
+
+2003-03-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/classes/interface_doubled.phpt:
+      bugfix #22961 by cynic@php.net
+
+    * sapi/cli/php_cli.c:
+      simplify and fix
+
+    * sapi/cli/TODO:
+      done
+
+2003-03-30  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ext/mysqli/config.m4:
+      --+_
+
+2003-03-30  Shane Caraveo  <shane@caraveo.com>
+
+    * run-tests2.php:
+      uncomment removal of temp file
+      update changes from run-tests
+
+    * sapi/isapi/php4isapi.c:
+      clean up url handling with path_info
+      handle sending a 404 if the requested file does not exist
+
+    * main/php_variables.c:
+      _SERVER also should not be quoted by magic_quotes_GPC
+      also remove an empty if statement
+
 2003-03-29  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
 
     * ext/standard/var.c:
index 3100e29264345e1992583047ab99427e73f64cfd..c43f40d2fe3ff354ab3ab320013e1d27842ea99e 100644 (file)
@@ -1,3 +1,22 @@
+2003-03-30  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_language_parser.y:
+      Since zend_do_begin_class_member_function_call assumes the previous
+      opcode is FETCH_CONSTANT, swap the calls around.
+
+2003-03-30  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend_execute.c:
+      ZTS fix.
+
+2003-03-30  Stanislav Malyshev  <stas@zend.com>
+
+    * zend.c:
+      Try to report class name of the exception
+
+    * zend_execute.c:
+      Fix namespace switch
+
 2003-03-29  Zeev Suraski  <zeev@zend.com>
 
     * zend_compile.c: