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

index 184a7e9046ca838899532197ff410e87cc088814..fa14cceb59d23b8ec9730147a984df3c5038a5d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2003-03-02  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/ldap/config.m4:
+      typofix
+
+    * ext/ldap/config.m4:
+      Special case for MacosX..
+
+    * ext/ldap/config.m4:
+      Fixed bug #22485 (hardcoded shared lib extensions)
+
+2003-03-02  Zeev Suraski  <zeev@zend.com>
+
+    * main/php_variables.c:
+      Fix old variable names
+
+2003-03-02  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      fix problem in current HEAD
+      
+
+2003-03-02  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * sapi/activescript/scriptengine.cpp:
+      typo fix
+
+2003-03-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS:
+      New function news.
+
+2003-03-02  Uwe Schindler  <uwe@thetaphi.de>
+
+    * sapi/nsapi/CREDITS:
+      -** empty log message ***
+
+2003-03-02  Zeev Suraski  <zeev@zend.com>
+
+    * ext/standard/info.c
+      main/php_variables.c:
+      - Optimize $_REQUEST
+      - Fix phpinfo()
+
+2003-03-02  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * sapi/activescript/classfactory.cpp
+      sapi/activescript/php4activescript.c:
+      Build-performance tweaks
+
+    * ext/rpc/com/com.h
+      sapi/activescript/classfactory.cpp
+      sapi/activescript/scriptengine.cpp:
+      Fix build for activescript sapi
+
+2003-03-02  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * php.ini-dist
+      php.ini-recommended:
+      - It was called _VARS, not _GLOBALS :-)
+
+2003-03-02  Zeev Suraski  <zeev@zend.com>
+
+    * php.ini-dist
+      php.ini-recommended
+      ext/filepro/filepro.c
+      ext/session/session.c
+      main/main.c
+      main/php_globals.h
+      main/php_variables.c
+      main/php_variables.h:
+      Add JIT initialization for _SERVER and _ENV
+      (it's less important for the others, even though it should be fairly
+      easy now too)
+
+2003-03-02  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/standard/filters.c:
+      Fixed my silly mistake in the filter code
+
 2003-03-01  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
 
     * main/network.c:
index dfab194aee2bea1a6357bd0d3253b40b72d74ea6..92f39a8d70f95cc90cf8b724667d795269b198b4 100644 (file)
@@ -1,3 +1,17 @@
+2003-03-02  Zeev Suraski  <zeev@zend.com>
+
+    * zend_execute_API.c:
+      Fix destructors some more
+
+    * zend_compile.c
+      zend_compile.h:
+      Improve infrastructure
+
+    * zend.c
+      zend_compile.c
+      zend_compile.h:
+      Add infrastructure for JIT initialization of auto globals
+
 2003-03-01  Zeev Suraski  <zeev@zend.com>
 
     * zend_compile.c: