summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-03-24 01:34:32 +0000
committer <changelog@php.net>2003-03-24 01:34:32 +0000
commit91a9f2708492708469f1f09b3d71e7ea071beadc (patch)
tree57b59b5e2ae72cb8987ead7d601fe1d266abf359
parentd403ed4bc39f13eca6825723d6259cf526c4ea0c (diff)
downloadphp-git-91a9f2708492708469f1f09b3d71e7ea071beadc.tar.gz
ChangeLog update
-rw-r--r--ChangeLog33
-rw-r--r--Zend/ChangeLog40
2 files changed, 73 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 334f8a25d1..c31d18f158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2003-03-23 Alex Waugh <alex@alexwaugh.com>
+
+ * ext/standard/php_fopen_wrappers.h:
+ Fix linkage of symbols.
+
+2003-03-23 Shane Caraveo <shane@caraveo.com>
+
+ * sapi/cgi/cgi_main.c:
+ For fastcgi env vars, don't magic quote them
+
+ * ext/standard/proc_open.c
+ main/php_variables.c:
+ The environment should *never* be magic quoted.
+
+2003-03-23 Wez Furlong <wez.php@thebrainroom.net>
+
+ * (PHP_4_3)
+ ext/curl/config.m4:
+ MFH curl detection when multiple installations exist
+
+ * ext/curl/config.m4:
+ Fix curl detection when multiple installations exist
+
+2003-03-23 Sterling Hughes <sterling@bumblebury.com>
+
+ * configure.in:
+ add a standard Exception class.
+
+2003-03-23 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/calendar/jewish.c:
+ Added some compiler check
+
2003-03-22 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
* (PHP_4_3)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 1ae32df815..fb7db1d467 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,43 @@
+2003-03-23 Andi Gutmans <andi@zend.com>
+
+ * zend.c:
+ - Fix win32 build
+
+2003-03-23 Stanislav Malyshev <stas@zend.com>
+
+ * zend.c:
+ resore namespace on shutdown - since some functions use
+ EG() and CG() pointers
+
+2003-03-23 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * zend_default_classes.c:
+ ZTS fix.
+
+2003-03-23 Zeev Suraski <zeev@zend.com>
+
+ * zend_compile.c:
+ Another fix for implicit public, perhaps it was not such a good idea :I
+
+2003-03-23 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * Zend.dsp
+ ZendTS.dsp
+ zend_default_classes.c:
+ Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with
+ ZendTS.dsp. ZTS fixes.
+
+2003-03-23 Sterling Hughes <sterling@bumblebury.com>
+
+ * zend_default_classes.h:
+ DEFAULT_CLASSES_H not DEFAULT_INTERFACES_H
+
+ * Makefile.am
+ zend.c
+ zend_default_classes.c
+ zend_default_classes.h:
+ add a standard Exception class.
+
2003-03-22 Shane Caraveo <shane@caraveo.com>
* zend_compile.h: