summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog89
-rw-r--r--Zend/ChangeLog19
2 files changed, 108 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7542cffe92..e5e723865c 100644
--- 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:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 3100e29264..c43f40d2fe 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: