]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 28 May 2005 00:40:27 +0000 (00:40 +0000)
committer <changelog@php.net> <>
Sat, 28 May 2005 00:40:27 +0000 (00:40 +0000)
ChangeLog
Zend/ChangeLog

index f384a43291802adc56e9ee0d158bca53f60cf71c..ca5fa48333ae29047ed77688cea21fccb96bb555 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,158 @@
+2005-05-27  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * (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  <dmitry@zend.com>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * 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  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      ext/standard/pack.c:
+      Fixed bug #33080 (missing MFH of a fix for bug #31465)
+
 2005-05-26  Andrei Zmievski  <andrei@gravitonic.com>
 
     * ext/standard/reg.c:
index f4767b45dab124c865494ce6392b7a0f3510c14e..10c7a02b4ec288c0fc5e9c4993eac05a2a6b0e53 100644 (file)
@@ -1,3 +1,14 @@
+2005-05-27  Dmitry Stogov  <dmitry@zend.com>
+
+    * (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  <dmitry@zend.com>
 
     * (PHP_5_0)