]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 8 Jan 2006 06:31:44 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Sun, 8 Jan 2006 06:31:44 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index cd494e686148f2f0dee83bba97701256cdebd151..7451dcec2a924daee7697c0b1d2f15170eb6a72b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2006-01-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_execute_API.c:
+      - MFB Second part of is_callable/call_user_func
+      - Clean a few warnings
+
+    * ZendEngine2/zend_API.c:
+      - MFB missing E_STRICT
+
+    * ZendEngine2/zend_API.c:
+      - MFB zend_is_callable() fixes
+
+2006-01-07  Greg Beaver  <greg@chiaraquartet.net>
+
+    * pear/packages/PEAR-1.4.6.tar
+      pear/packages/PEAR-1.4.6.tar:
+      
+      file PEAR-1.4.6.tar was initially added on branch PHP_4_4.
+
+    * (PHP_4_4)
+      pear/install-pear.php
+      pear/PEAR/Dependency2.php
+      pear/PEAR/Installer.php
+      pear/PEAR/Registry.php
+      pear/PEAR/Command/Install.php
+      pear/packages/PEAR-1.4.5.tar:
+      update to PEAR 1.4.6, add support for --packagingroot to local PEAR
+      installer (needed for INSTALL_ROOT)
+
+2006-01-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * sapi/cli/php_cli.c:
+      - Show whether this is the shell or just the starnge mode
+
 2006-01-06  Antony Dovgal  <antony@zend.com>
 
     * ext/standard/tests/array/007.phpt
index f900901b51151efe6d2ba3c3f98b47733256001b..c0217ca9619d708a36f65ffcebc231fb7c828f53 100644 (file)
@@ -1,3 +1,15 @@
+2006-01-07  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_execute_API.c:
+      - MFB Second part of is_callable/call_user_func
+      - Clean a few warnings
+
+    * zend_API.c:
+      - MFB missing E_STRICT
+
+    * zend_API.c:
+      - MFB zend_is_callable() fixes
+
 2006-01-06  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_1)