ChangeLog update

This commit is contained in:
2006-01-08 06:31:44 +00:00
parent ec20ba1a50
commit c043dd301c
2 changed files with 46 additions and 0 deletions

View file

@ -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

View 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)