changelog               Mon Jan 26 01:40:21 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3299&r2=1.3300&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3299 php-src/ChangeLog:1.3300
--- php-src/ChangeLog:1.3299    Sun Jan 25 01:39:26 2009
+++ php-src/ChangeLog   Mon Jan 26 01:40:17 2009
@@ -1,3 +1,178 @@
+2009-01-25  Antony Dovgal  <t...@daylessday.org>
+
+    * ext/standard/tests/mail/ezmlm_hash_error.phpt
+      ext/standard/tests/mail/mail_include.inc
+      ext/standard/tests/mail/mail_skipif.inc:
+      use example.com instead of real domain name
+
+    * ext/curl/interface.c:
+      ifdef -> if
+
+    * ext/curl/interface.c
+      ext/curl/interface.c:
+      do not define CURLE_SSH twice
+
+2009-01-25  andy wharmby  <whar...@uk.ibm.com>
+
+    * ext/standard/tests/general_functions/is_callable.phpt
+      ext/standard/tests/general_functions/is_callable.phpt
+      ext/standard/tests/general_functions/is_callable.phpt
+      ext/standard/tests/general_functions/is_callable_basic1.phpt
+      ext/standard/tests/general_functions/is_callable_basic1.phpt
+      ext/standard/tests/general_functions/is_callable_basic2.phpt
+      ext/standard/tests/general_functions/is_callable_basic2.phpt
+      ext/standard/tests/general_functions/is_callable_error.phpt
+      ext/standard/tests/general_functions/is_callable_error.phpt
+      ext/standard/tests/general_functions/is_callable_variation1.phpt
+      ext/standard/tests/general_functions/is_callable_variation1.phpt
+      ext/standard/tests/general_functions/is_callable_variation2.phpt
+      ext/standard/tests/general_functions/is_callable_variation2.phpt:
+      Split is_callable test. Test on Windows, Linux and Linux 64 bit
+
+    * ext/standard/tests/general_functions/is_callable_basic1.phpt
+      ext/standard/tests/general_functions/is_callable_basic1.phpt
+      ext/standard/tests/general_functions/is_callable_basic1.phpt
+      ext/standard/tests/general_functions/is_callable_basic2.phpt
+      ext/standard/tests/general_functions/is_callable_basic2.phpt
+      ext/standard/tests/general_functions/is_callable_basic2.phpt
+      ext/standard/tests/general_functions/is_callable_error.phpt
+      ext/standard/tests/general_functions/is_callable_error.phpt
+      ext/standard/tests/general_functions/is_callable_error.phpt
+      ext/standard/tests/general_functions/is_callable_variation1.phpt
+      ext/standard/tests/general_functions/is_callable_variation1.phpt
+      ext/standard/tests/general_functions/is_callable_variation1.phpt
+      ext/standard/tests/general_functions/is_callable_variation2.phpt
+      ext/standard/tests/general_functions/is_callable_variation2.phpt
+      ext/standard/tests/general_functions/is_callable_variation2.phpt:
+        1.1.4;
+      file is_callable_basic1.phpt was initially added on branch PHP_5_2.
+
+2009-01-25  Ilia Alshanetsky  <i...@prohost.org>
+
+    * ext/standard/base64.c
+      ext/standard/tests/url/bug47174.phpt:
+      MFB: Improved fix for bug #47174 & added a test
+
+    * (PHP_5_2)
+      ext/standard/base64.c
+      ext/standard/tests/url/bug47174.phpt:
+      
+      MFB: Improved fix for bug #47174 & added a test
+
+    * ext/standard/tests/url/bug47174.phpt
+      ext/standard/tests/url/bug47174.phpt
+      ext/standard/tests/url/bug47174.phpt:
+        1.1.4;
+      file bug47174.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      ext/standard/base64.c:
+      Improved fix for bug #47174 & added a test
+
+2009-01-25  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/curl/interface.c
+      ext/curl/interface.c:
+      - nicer features list
+
+2009-01-25  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_3)
+      ext/phar/tests/phpinfo_003.phpt
+      ext/standard/tests/network/socket_get_status_basic.phpt
+      ext/standard/tests/strings/str_pad_variation5.phpt:
+      - Fixed tests
+
+2009-01-25  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - curl ssh entry
+
+    * (PHP_5_3)
+      ext/curl/interface.c:
+      - MFH
+       - [DOC] Add support for SSH via libssh2
+        - new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY,
+      CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST, CURLSSH_AUTH_KEYBOARD,
+      CURLSSH_AUTH_DEFAULT, CURLOPT_SSH_AUTH_TYPES, CURLOPT_KEYPASSWD,
+      CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE,
+      CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
+         See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html fortheir roles
+      or usages
+
+    * ext/curl/interface.c:
+      - [DOC] Add support for SSH via libssh2
+       - new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY,
+      CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST, CURLSSH_AUTH_KEYBOARD,
+      CURLSSH_AUTH_DEFAULT, CURLOPT_SSH_AUTH_TYPES, CURLOPT_KEYPASSWD,
+      CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE,
+      CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
+        See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html fortheir roles
+      or usages
+
+    * ext/curl/config.w32:
+      - MFB:
+       - update check for libs
+       - add HAVE_CURL_EASY_STRERROR, HAVE_CURL_MULTI_STRERROR,
+      HAVE_CURL_VERSION_INFO
+
+    * (PHP_5_3)
+      ext/curl/config.w32:
+      - check for zlib too
+
+2009-01-25  David Soria Parra  <dso...@gmx.net>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      MFH: Fix compiler warning. munmap expects a void pointer.
+
+    * ZendEngine2/zend_alloc.c:
+      Fix compiler warning. munmap expects a void pointer.
+
+    * (PHP_5_2)
+      ZendEngine2/zend_alloc.h:
+      MFB: Fix WS
+
+    * ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.h:
+      Fix WS
+
+2009-01-25  Zoe Slattery  <zoe.slatt...@googlemail.com>
+
+    * (PHP_5_2)
+      ext/standard/tests/assert/assert.phpt
+      ext/standard/tests/assert/assert02.phpt
+      ext/standard/tests/assert/assert03.phpt
+      ext/standard/tests/assert/assert04.phpt:
+      Added INI sections
+
+2009-01-25  Sebastian Bergmann  <s...@sebastian-bergmann.de>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c:
+      MFH: Patch by David Soria Parra <d...@php.net>.
+
+    * ZendEngine2/zend_alloc.c:
+      Patch by David Soria Parra <d...@php.net>.
+
+2009-01-25  Zoe Slattery  <zoe.slatt...@googlemail.com>
+
+    * (PHP_5_3)
+      ext/standard/tests/assert/assert.phpt
+      ext/standard/tests/assert/assert02.phpt
+      ext/standard/tests/assert/assert03.phpt
+      ext/standard/tests/assert/assert04.phpt:
+      added INI and fixed assert02 to run on PHP6 and PHP53
+
+    * ext/standard/tests/assert/assert.phpt
+      ext/standard/tests/assert/assert02.phpt
+      ext/standard/tests/assert/assert03.phpt
+      ext/standard/tests/assert/assert04.phpt:
+      added INI settings
+
 2009-01-24  Antony Dovgal  <t...@daylessday.org>
 
     * ext/standard/tests/network/socket_get_status_basic.phpt:
@@ -28408,7 +28583,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3299 2009/01/25 01:39:26 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3300 2009/01/26 01:40:17 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to