+2009-01-25 Antony Dovgal <tony@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 <wharmby@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 <ilia@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.dev@gmail.com>
+
+ * ext/curl/interface.c
+ ext/curl/interface.c:
+ - nicer features list
+
+2009-01-25 Felipe Pena <felipensp@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.dev@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 <dsoria@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.slattery@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 <sb@sebastian-bergmann.de>
+
+ * (PHP_5_2)
+ ZendEngine2/zend_alloc.c
+ ZendEngine2/zend_alloc.c:
+ MFH: Patch by David Soria Parra <dsp@php.net>.
+
+ * ZendEngine2/zend_alloc.c:
+ Patch by David Soria Parra <dsp@php.net>.
+
+2009-01-25 Zoe Slattery <zoe.slattery@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 <tony@daylessday.org>
* ext/standard/tests/network/socket_get_status_basic.phpt: