From b43240dfcf05bc35afd3006ef5166ae06cbe802b Mon Sep 17 00:00:00 2001 From: Date: Sat, 28 May 2005 00:40:27 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 155 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 11 ++++ 2 files changed, 166 insertions(+) diff --git a/ChangeLog b/ChangeLog index f384a43291..ca5fa48333 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,158 @@ +2005-05-27 Andrei Zmievski + + * (PHP_5_0) + NEWS + ext/pcre/config.m4 + ext/pcre/config.m4 + ext/pcre/pcrelib/AUTHORS + ext/pcre/pcrelib/AUTHORS + ext/pcre/pcrelib/COPYING + ext/pcre/pcrelib/COPYING + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/LICENCE + ext/pcre/pcrelib/LICENCE + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/NON-UNIX-USE + ext/pcre/pcrelib/NON-UNIX-USE + ext/pcre/pcrelib/README + ext/pcre/pcrelib/README + ext/pcre/pcrelib/dftables.c + ext/pcre/pcrelib/dftables.c + ext/pcre/pcrelib/get.c + ext/pcre/pcrelib/get.c + ext/pcre/pcrelib/internal.h + ext/pcre/pcrelib/internal.h + ext/pcre/pcrelib/libpcre.def + ext/pcre/pcrelib/libpcre.def + ext/pcre/pcrelib/libpcreposix.def + ext/pcre/pcrelib/libpcreposix.def + ext/pcre/pcrelib/maketables.c + ext/pcre/pcrelib/maketables.c + ext/pcre/pcrelib/pcre.c + ext/pcre/pcrelib/pcre.c + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcredemo.c + ext/pcre/pcrelib/pcredemo.c + ext/pcre/pcrelib/pcregrep.c + ext/pcre/pcrelib/pcregrep.c + ext/pcre/pcrelib/pcreposix.c + ext/pcre/pcrelib/pcreposix.c + ext/pcre/pcrelib/pcreposix.h + ext/pcre/pcrelib/pcreposix.h + ext/pcre/pcrelib/pcretest.c + ext/pcre/pcrelib/pcretest.c + ext/pcre/pcrelib/study.c + ext/pcre/pcrelib/study.c + ext/pcre/pcrelib/ucp.c + ext/pcre/pcrelib/ucp.c + ext/pcre/pcrelib/ucp.h + ext/pcre/pcrelib/ucp.h + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/ucptable.c + ext/pcre/pcrelib/ucptable.c + ext/pcre/pcrelib/ucptypetable.c + ext/pcre/pcrelib/ucptypetable.c + ext/pcre/pcrelib/doc/Tech.Notes + ext/pcre/pcrelib/doc/Tech.Notes + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/doc/pcre.txt: + Upgrade PCRE library to 5.0. + + * ext/pcre/config.m4: + No need to include ucp.c and ucptypetable.c here. + + * ext/pcre/pcrelib/libpcre.def + ext/pcre/pcrelib/libpcre.def + ext/pcre/pcrelib/libpcre.def + ext/pcre/pcrelib/libpcreposix.def + ext/pcre/pcrelib/libpcreposix.def + ext/pcre/pcrelib/libpcreposix.def + ext/pcre/pcrelib/maketables.c + ext/pcre/pcrelib/pcre.c + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcredemo.c + ext/pcre/pcrelib/pcredemo.c + ext/pcre/pcrelib/pcredemo.c + ext/pcre/pcrelib/pcregrep.c + ext/pcre/pcrelib/pcreposix.c + ext/pcre/pcrelib/pcreposix.h + ext/pcre/pcrelib/pcretest.c + ext/pcre/pcrelib/study.c + ext/pcre/pcrelib/ucp.c + ext/pcre/pcrelib/ucp.c + ext/pcre/pcrelib/ucp.c + ext/pcre/pcrelib/ucp.h + ext/pcre/pcrelib/ucp.h + ext/pcre/pcrelib/ucp.h + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/ucptable.c + ext/pcre/pcrelib/ucptable.c + ext/pcre/pcrelib/ucptable.c + ext/pcre/pcrelib/ucptypetable.c + ext/pcre/pcrelib/ucptypetable.c + ext/pcre/pcrelib/ucptypetable.c + ext/pcre/pcrelib/doc/Tech.Notes + ext/pcre/pcrelib/doc/pcre.txt: + 1.1.4; + Upgrade library to version 5.0. + + * NEWS + ext/pcre/config.m4 + ext/pcre/pcrelib/AUTHORS + ext/pcre/pcrelib/COPYING + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/LICENCE + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/NON-UNIX-USE + ext/pcre/pcrelib/README + ext/pcre/pcrelib/dftables.c + ext/pcre/pcrelib/get.c + ext/pcre/pcrelib/internal.h: + Upgrade library to version 5.0. + +2005-05-27 Dmitry Stogov + + * (PHP_5_0) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/bug22836.phpt + ZendEngine2/tests/bug22836.phpt: + Fixed bug #22836 (returning reference to uninitialized variable) + +2005-05-27 Jani Taskinen + + * scripts/phpize.m4: + - Make sure EGREP and SED get set early enough. + + * Makefile.global + acinclude.m4: + - Use $SED and $EGREP where possible + + * config.guess + config.sub + ltmain.sh + build/libtool.m4: + - Update bundled libtool to 1.5.18 (latest atm) + + * (PHP_5_0) + NEWS: + Move BFN to correct version.. + +2005-05-27 Ilia Alshanetsky + + * (PHP_5_0) + ext/standard/pack.c: + Fixed bug #33080 (missing MFH of a fix for bug #31465) + 2005-05-26 Andrei Zmievski * ext/standard/reg.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f4767b45da..10c7a02b4e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2005-05-27 Dmitry Stogov + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/bug22836.phpt + tests/bug22836.phpt: + Fixed bug #22836 (returning reference to uninitialized variable) + 2005-05-26 Dmitry Stogov * (PHP_5_0) -- 2.40.0