Browse Source

ChangeLog update

PHP-5.1
22 years ago
parent
commit
921cdf4fb9
  1. 65
      ChangeLog
  2. 42
      Zend/ChangeLog

65
ChangeLog

@ -1,3 +1,68 @@
2004-09-22 Wez Furlong <wez.php@thebrainroom.net>
* pear/PEAR/Builder.php
pear/PEAR/Installer.php:
fix for pecl modules; runs "make install" and correctly adds the files to
the
transaction and package.
(as far as I know).
2004-09-22 Anantha Kesari H Y <hyanantha@novell.com>
* ZendEngine2/zend_execute_API.c
ZendEngine2/zend_globals.h:
NetWare specific stack limit checks
* ZendEngine2/zend_API.c:
Aligned the ifdef NETWARE blocks to first column.
* ZendEngine2/zend_execute.c:
Stack limit will be checked while executing the script
* ZendEngine2/zend_config.nw.h:
To avoid redefinition (of free, alloca etc.) compilation errors in Zend.
* ZendEngine2/zend_API.c:
When Apache is unloaded, it calls dlclose on all the PHP extensions
that are loaded in memory. In the case of Apache 1.3, this call is
blocking indefinitely. As a work around, this call is bypassed for Apache
1.3 build on NetWare only. This means that none of the loaded PHP
extensions are unloaded. They will have to be manually unloaded before
re-loading the Apache 1.3 again.
* ZendEngine2/zend.h:
defined ZEND_PATHS_SEPERATOR to semicolon for NetWare
* ZendEngine2/acconfig.h:
enabled macros to call the proper LibC functions
2004-09-22 Dmitry Stogov <dmitry@zend.com>
* ZendEngine2/zend_vm_handlers.h
ZendEngine2/zend_vm_spec.h:
Specializer was updated with executor's fixes.
* (PHP_5_0)
NEWS
ZendEngine2/zend_execute.c
ZendEngine2/zend_execute.c:
Fixed bug #29566 (foreach/string handling strangeness (crash)).
* ZendEngine2/zend_execute.c:
Fixed bug in fix for bug #29707
* (PHP_5_0)
NEWS:
Fixed bug #30182 (SOAP module processing WSDL file dumps core).
2004-09-22 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)
ext/standard/url.c
ext/standard/url.h:
MFH: Fixed bug #29913 (parse_url() is now binary safe). (Ilia)
2004-09-21 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)

42
Zend/ChangeLog

@ -1,3 +1,45 @@
2004-09-22 Anantha Kesari H Y <hyanantha@novell.com>
* zend_execute_API.c
zend_globals.h:
NetWare specific stack limit checks
* zend_API.c:
Aligned the ifdef NETWARE blocks to first column.
* zend_execute.c:
Stack limit will be checked while executing the script
* zend_config.nw.h:
To avoid redefinition (of free, alloca etc.) compilation errors in Zend.
* zend_API.c:
When Apache is unloaded, it calls dlclose on all the PHP extensions
that are loaded in memory. In the case of Apache 1.3, this call is
blocking indefinitely. As a work around, this call is bypassed for Apache
1.3 build on NetWare only. This means that none of the loaded PHP
extensions are unloaded. They will have to be manually unloaded before
re-loading the Apache 1.3 again.
* zend.h:
defined ZEND_PATHS_SEPERATOR to semicolon for NetWare
* acconfig.h:
enabled macros to call the proper LibC functions
2004-09-22 Dmitry Stogov <dmitry@zend.com>
* zend_vm_handlers.h
zend_vm_spec.h:
Specializer was updated with executor's fixes.
* zend_execute.c
zend_execute.c:
Fixed bug #29566 (foreach/string handling strangeness (crash)).
* zend_execute.c:
Fixed bug in fix for bug #29707
2004-09-21 Andi Gutmans <andi@zend.com>
* zend_execute.c

Loading…
Cancel
Save