Browse Source

ChangeLog update

migration/RELEASE_1_0_0
20 years ago
parent
commit
0ca3729f73
  1. 91
      ChangeLog
  2. 19
      Zend/ChangeLog

91
ChangeLog

@ -1,3 +1,94 @@
2006-09-14 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)
NEWS
configure.in
main/php_version.h:
Back to dev
* (PHP_5_2)
NEWS
configure.in
main/php_version.h:
PHP 5.2.0RC4
* ext/filter/logical_filters.c
ext/filter/tests/bug7715.phpt:
MFB: Make float filter handle things like 02.324 properly
* (PHP_5_2)
ext/filter/logical_filters.c
ext/filter/tests/bug7715.phpt:
Make float filter handle things like 02.324 properly
2006-09-14 Nuno Lopes <nunoplopes@sapo.pt>
* run-tests.php
tests/run-test/test010.phpt:
MFB
* (PHP_5_2)
run-tests.php
tests/run-test/test010.phpt
tests/run-test/test010.phpt:
add --STDIN-- support
2006-09-14 Antony Dovgal <antony@zend.com>
* ext/filter/filter.c:
MFB
* (PHP_5_2)
ext/filter/filter.c:
separate zval only when needed (fixes 035.phpt and doesn't affect SAPI
filtering)
* ext/filter/tests/009.phpt:
fix test
2006-09-14 Rob Richards <rrichards@ctindustries.net>
* (PHP_5_2)
NEWS:
BFN
* ext/dom/entityreference.c:
MFB: fix bug #38813 (DOMEntityReference->__construct crashes when called
explicitly)
* (PHP_5_2)
ext/dom/entityreference.c:
fix bug #38813 (DOMEntityReference->__construct crashes when called
explicitly)
2006-09-14 Dmitry Stogov <dmitry@zend.com>
* ZendEngine2/zend.h
ZendEngine2/zend.h:
Reinamed variables to avoid name conflicts
* ZendEngine2/Zend.m4
main/streams/php_streams_int.h:
-** empty log message ***
* (PHP_5_2)
ZendEngine2/Zend.m4
main/streams/php_streams_int.h:
Removed unused macro USE_ZEND_ALLOC
* ext/standard/info.c:
Write valid run-time value for Zend Memory Manager
* ZendEngine2/zend_alloc.c
ZendEngine2/zend_alloc.c
ZendEngine2/zend_alloc.h
ZendEngine2/zend_alloc.h:
Added is_zend_mm() to allow runtime check for zend memory manager
* (PHP_5_2)
ext/standard/info.c:
Write valid run-time value for Zend Memeory Manager
2006-09-13 Stanislav Malyshev <stas@zend.com>
* ext/date/lib/timelib_config.h.win32

19
Zend/ChangeLog

@ -1,3 +1,22 @@
2006-09-14 Dmitry Stogov <dmitry@zend.com>
* zend.h
zend.h:
Reinamed variables to avoid name conflicts
* Zend.m4:
-** empty log message ***
* (PHP_5_2)
Zend.m4:
Removed unused macro USE_ZEND_ALLOC
* zend_alloc.c
zend_alloc.c
zend_alloc.h
zend_alloc.h:
Added is_zend_mm() to allow runtime check for zend memory manager
2006-09-13 Antony Dovgal <antony@zend.com>
* tests/bug38779.phpt

Loading…
Cancel
Save