From 3f2f79936cf45da244535dc2e5b0dc3e18d24f23 Mon Sep 17 00:00:00 2001 From: Date: Thu, 30 Jun 2005 05:34:14 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 127 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 15 ++++++ 2 files changed, 142 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b8450b46b..e4e0e79863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2005-06-29 Anantha Kesari H Y + + * netware/sys/stat.h: + This file is not needed anymore + + * (PHP_5_0) + netware/sys/stat.h: + this file is not needed anymore + + * netware/geterrnoptr.c: + this file is not used at all so removing it. + + * (PHP_5_0) + netware/geterrnoptr.c: + This file is not used at all. + + * netware/mktemp.c: + Netware LibC has mktemp implementation + + * (PHP_5_0) + netware/mktemp.c: + NetWare LibC has mktemp implementation + + * netware/pwd.c + netware/pwd.c: + NetWare LibC has getpwnam, getlogin, getpwuid, getpid, this file is not + needed anymore + +2005-06-29 Antony Dovgal + + * ext/xml/tests/bug32001.phpt: + fix test + +2005-06-29 Anantha Kesari H Y + + * netware/wfile.c + netware/wfile.h: + NetWare LibC has readlink implementation. This is not needed anymore. + + * (PHP_5_0) + netware/wfile.c + netware/wfile.h: + NetWare LibC has readlink implementation + + * netware/time_nw.h: + This file does nothing so removing this file. + + * (PHP_5_0) + netware/time_nw.h: + This file does nothing so removing this file + + * netware/grp.h + netware/grp.h: + NetWare LibC has grp.h + + * netware/param.h + netware/param.h: + NetWare LibC has param.h + + * netware/pipe.h: + NetWare LibC itself has popen/pclose functionality so removing this + + * (PHP_5_0) + netware/pipe.h: + NetWare LibC itself pipe/popen/pclose implementation + +2005-06-29 Johannes Schlüter + + * ext/standard/php_incomplete_class.h: + - Fix TSRM build + +2005-06-29 Anantha Kesari H Y + + * (PHP_5_0) + ext/standard/mail.c: + NetWare LibC itself has a pip/popen support + + * netware/pipe.c: + NetWare LibC has pipe/popen support + + * (PHP_5_0) + netware/pipe.c: + NetWare LibC has a pipe and popen implentation + +2005-06-29 Stanislav Malyshev + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + fix conditions for freeing + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.c: + add comment + + * (PHP_5_0) + ZendEngine2/zend_execute.c: + fix conditions + +2005-06-29 Anantha Kesari H Y + + * netware/mktemp.h: + mktemp functionality is part of Regular LibC + + * (PHP_5_0) + netware/mktemp.h: + mktemp functionality is part of Regular NetWare LibC + + * netware/pwd.h: + removing pwd.h as NetWare LibC itself supplies pwd.h + + * (PHP_5_0) + netware/pwd.h: + removing pwd.h as NetWare LibC itself supplies pwd.h for quite sometime + + * (PHP_5_0) + main/reentrancy.c: + removed the unwanted NetWare Code + + * (PHP_5_0) + main/php.h: + Removing unwanted NetWare Code + + * (PHP_5_0) + main/mergesort.c: + removing unwanted NetWare code + 2005-06-28 Jani Taskinen * ext/standard/url_scanner_ex.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dd24e2785e..5cd9ee8c5f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2005-06-29 Stanislav Malyshev + + * zend_execute.c + zend_vm_def.h + zend_vm_execute.h: + fix conditions for freeing + + * zend_API.c + zend_API.c: + add comment + + * (PHP_5_0) + zend_execute.c: + fix conditions + 2005-06-28 Antony Dovgal * zend_execute.c: -- 2.50.1