]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 24 Apr 2007 01:31:13 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 24 Apr 2007 01:31:13 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index f5902a0a8684d1fe5c798ec03d74db67753f2081..73381ed47825d02e69e8f99b64ddc3e6cdc4329c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2007-04-23  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * sapi/cli/php_cli.c:
+      Add the ability to display the core ini entries via "php --ri core"
+
+2007-04-23  Johannes Schlüter  <johannes@schlueters.de>
+
+    * run-tests.php:
+      - Keep unicode.semantcis for SKIPIF
+
+    * (PHP_5_2)
+      sapi/cli/php.1.in:
+      - MFH: Add my name (sync to CREDITS file)
+
+    * sapi/cli/php.1.in:
+      - Add my name (sync to CREDITS file)
+
+2007-04-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * sapi/cli/php.1.in
+      sapi/cli/php_cli.c:
+      - Rephrase as suggested by Chris Jones
+
+    * sapi/cli/php.1.in
+      sapi/cli/php_cli.c:
+      - Add 'php --ini' to CLI which returns the INI file/dir configuration
+
+2007-04-23  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_2)
+      ext/standard/http_fopen_wrapper.c:
+      MFH: Plug leak when trying to write via the http wrapper
+
+    * ext/standard/http_fopen_wrapper.c:
+      Plug leak
+
+2007-04-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      
+      Bug fixing news
+
+2007-04-23  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_2)
+      ext/gd/libgd/gd.h
+      ext/gd/libgd/gdft.c:
+      MFH: Fixed bug #40130 (TTF usage doesn't work properly under Netware).
+
+    * ext/gd/libgd/gd.h
+      ext/gd/libgd/gdft.c:
+      Fixed bug #40130 (TTF usage doesn't work properly under Netware)
+
+2007-04-23  Antony Dovgal  <antony@zend.com>
+
+    * NEWS
+      ext/gmp/gmp.c
+      ext/gmp/php_gmp.h
+      ext/gmp/tests/039.phpt:
+      [DOC] add gmp_testbit() function
+      tests if the specified bit is set and returns false/true
+
+    * (PHP_5_2)
+      ext/curl/interface.c:
+      MFH: add CURLOPT_FTP_CREATE_MISSING_DIRS
+
+    * ext/curl/interface.c:
+      add CURLOPT_FTP_CREATE_MISSING_DIRS
+
+2007-04-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      Order by bug id
+
+2007-04-23  Antony Dovgal  <antony@zend.com>
+
+    * run-tests.php:
+      there are definitely no problems found if all tests passed
+
+    * sapi/cgi/getopt.c
+      sapi/cli/getopt.c:
+      fix long options
+
+    * ext/json/json.c
+      ext/json/tests/002.phpt
+      ext/json/tests/bug41034.phpt
+      ext/json/tests/bug41067.phpt:
+      MFB fix for #41034
+      add missing tests
+
+2007-04-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/standard/var.c
+      ext/standard/var.c:
+      64-bit support
+
+    * ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.c:
+      WIN64 support
+
+2007-04-23  Antony Dovgal  <antony@zend.com>
+
+    * ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.c:
+      fix folding
+
+    * (PHP_5_2)
+      NEWS
+      ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/mysqli_nonapi.c:
+      revert
+
 2007-04-22  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_2)
index d445ed0bf9d0156937ccd88c15777d10fec53de5..5ed2e14659974c21729a88557b9fe85ef8e9a74d 100644 (file)
@@ -1,3 +1,9 @@
+2007-04-23  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_operators.c
+      zend_operators.c:
+      WIN64 support
+
 2007-04-22  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_2)