]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 15 Jun 2005 05:33:04 +0000 (05:33 +0000)
committer <changelog@php.net> <>
Wed, 15 Jun 2005 05:33:04 +0000 (05:33 +0000)
ChangeLog
Zend/ChangeLog

index 9213d0b11ef8b630a117ab45784157be70917d8f..4d7daf85d1c6aeb930dc62a5a74b7128dbd3765b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+2005-06-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/bench.php:
+      more accurate timing function.
+
+2005-06-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/lang/bug21800.phpt:
+      This test did not fit to the new interactive shell thing
+
+    * NEWS:
+      BFN
+
+2005-06-14  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS
+      ext/standard/basic_functions.c
+      ext/standard/datetime.c
+      ext/standard/datetime.h
+      ext/standard/type.c
+      ext/standard/tests/time/002.phpt:
+      - Add my new timelib and ext/date. For now only strtotime() makes use of
+      this.
+
+2005-06-14  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ext/xsl/xsltprocessor.c:
+      MFH: Fixed bug #33340 (CLI Crash when calling php:function from XSLT)
+
+    * ext/xsl/xsltprocessor.c:
+      Fixed bug #33340 (CLI Crash when calling php:function from XSLT)
+
+2005-06-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/network.c:
+      bzero > memset
+
+2005-06-14  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_gen.php
+      ZendEngine2/zend_vm_opcodes.h:
+      Removed old executor
+
+2005-06-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/Zend.m4:
+      reordered + added msg to configure output for PHP_ZEND_VM
+
+    * ZendEngine2/Zend.m4:
+      typofix
+
+    * ZendEngine2/Zend.m4
+      ZendEngine2/acinclude.m4:
+      fix standalone build
+
+2005-06-14  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * main/streams/xp_socket.c:
+      ZTS fix.
+
+2005-06-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      ext/ftp/ftp.c
+      main/network.c
+      main/php_network.h
+      main/streams/xp_socket.c:
+      Added bindto socket context option.
+
+2005-06-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * acinclude.m4:
+      Make this usable for header files too
+
+    * ext/sqlite/config.m4:
+      use PHP_CHECK_PDO_INCLUDES
+
+    * acinclude.m4:
+      Allow different things to be done when found / not-found
+
+    * acinclude.m4:
+      - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)
+
 2005-06-13  Hartmut Holzgraefe  <hartmut@php-groupies.de>
 
     * NEWS:
index 71a2443192e82fcec06831acc69df5d66d47a3e8..aeae43be2ef60cce1ff4a811498f70b53ee519cb 100644 (file)
@@ -1,3 +1,27 @@
+2005-06-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * bench.php:
+      more accurate timing function.
+
+2005-06-14  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_vm_execute.h
+      zend_vm_gen.php
+      zend_vm_opcodes.h:
+      Removed old executor
+
+2005-06-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * Zend.m4:
+      reordered + added msg to configure output for PHP_ZEND_VM
+
+    * Zend.m4:
+      typofix
+
+    * Zend.m4
+      acinclude.m4:
+      fix standalone build
+
 2005-06-13  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_execute.c