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

index 518bcdd185bf1ea235c4e936118fc72739707d6f..b7ca5c1d6845197ab00e69e1e391bb6583891767 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2003-01-26  Stig Bakken  <ssb@fast.no>
+
+    * pear/PEAR.php:
+      - whoops, heritage shows through :)
+
+2003-01-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      Simplify
+
+2003-01-26  Sander Roobol  <phy@wanadoo.nl>
+
+    * (PHP_4_3)
+      ext/mime_magic/mime_magic.c:
+      MFH (well... it's not really an MFH... but who cares :)
+
+    * ext/mime_magic/mime_magic.c:
+      Fix build
+
+2003-01-26  Shane Caraveo  <shane@caraveo.com>
+
+    * sapi/isapi/php4isapi.c:
+      normalize CGI variables to the CGI spec
+      PATH_INFO and PATH_TRANSLATED are correct now
+      SCRIPT_FILENAME now contains the full path to the script
+
+    * (PHP_4_3)
+      main/php_ini.c
+      win32/readdir.c
+      win32/readdir.h:
+      MFH
+      fix broken build by adding scandir and alphasort
+
+    * main/php_ini.c
+      win32/readdir.c
+      win32/readdir.h:
+      Fix broken build by adding scandir and alphasort for win32
+
+2003-01-26  Sara Golemon  <php@alphaweb.net>
+
+    * ext/gd/gd.c
+      ext/gd/php_gd.h:
+      Feature Request #21784  Added: imagecolorallocatealpha
+      (pollita@php.net,jasper@pointless.net)
+
 2003-01-25  Shane Caraveo  <shane@caraveo.com>
 
     * (PHP_4_3)
index 6295a43ba92686ede6437f5bb895cda1437b5d4c..04cbd51619e849d3f7675a417fb4ce105a9a281a 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-26  Sascha Schumann  <sascha@schumann.cx>
+
+    * zend_API.c:
+      Replace snprintf() call using zend_error's capabilities
+
 2003-01-23  Zeev Suraski  <zeev@zend.com>
 
     * zend_execute.c: