]>
granicus.if.org Git - php/log
Anatol Belski [Wed, 26 Feb 2014 12:38:04 +0000 (13:38 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
restored that test part in ext/openssl to enable notify/wait
Anatol Belski [Wed, 26 Feb 2014 12:37:20 +0000 (13:37 +0100)]
restored that test part in ext/openssl to enable notify/wait
Anatol Belski [Wed, 26 Feb 2014 11:41:57 +0000 (12:41 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
remove echo
Anatol Belski [Wed, 26 Feb 2014 11:41:36 +0000 (12:41 +0100)]
remove echo
Anatol Belski [Wed, 26 Feb 2014 10:27:48 +0000 (11:27 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix stdin reading in new openssl tests
Anatol Belski [Wed, 26 Feb 2014 10:27:24 +0000 (11:27 +0100)]
fix stdin reading in new openssl tests
Anatol Belski [Wed, 26 Feb 2014 10:24:22 +0000 (11:24 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
kick redundant include
Anatol Belski [Wed, 26 Feb 2014 10:23:43 +0000 (11:23 +0100)]
kick redundant include
this is already present from php.h
Daniel Lowrey [Wed, 26 Feb 2014 02:12:49 +0000 (19:12 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Prevent implicit function declaration when TLSEXT unavailable
Daniel Lowrey [Wed, 26 Feb 2014 02:12:33 +0000 (19:12 -0700)]
Prevent implicit function declaration when TLSEXT unavailable
Daniel Lowrey [Tue, 25 Feb 2014 20:27:10 +0000 (13:27 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Remove test case invalidated by openssl.cafile accessibility change
Tolerate non-standard newlines when parsing stream CA files
Remove openssl tests that shouldn't have survived last merge
Add openssl.cafile ini check when loading cainfo
Change openssl directives to PHP_INI_PERDIR
Update openssl tests with new server/client test harness
Add peer certificate verification on windows
Daniel Lowrey [Tue, 25 Feb 2014 20:22:16 +0000 (13:22 -0700)]
Update NEWS+UPGRADING (openssl)
Daniel Lowrey [Tue, 25 Feb 2014 20:02:13 +0000 (13:02 -0700)]
Remove test case invalidated by openssl.cafile accessibility change
Daniel Lowrey [Tue, 25 Feb 2014 19:43:52 +0000 (12:43 -0700)]
Merge branch 'windowsPeerVerification' of https://github.com/DaveRandom/php-src into PHP-5.6
* 'windowsPeerVerification' of https://github.com/DaveRandom/php-src:
Update openssl tests with new server/client test harness
Add peer certificate verification on windows
Daniel Lowrey [Tue, 25 Feb 2014 05:03:55 +0000 (22:03 -0700)]
Tolerate non-standard newlines when parsing stream CA files
Daniel Lowrey [Mon, 24 Feb 2014 21:41:46 +0000 (14:41 -0700)]
Remove openssl tests that shouldn't have survived last merge
These are .phpt files I meant to remove with the last batch as
the same functionality is now covered in other tests and these
are no longer needed.
Daniel Lowrey [Mon, 24 Feb 2014 20:55:55 +0000 (13:55 -0700)]
Add openssl.cafile ini check when loading cainfo
Daniel Lowrey [Mon, 24 Feb 2014 20:40:43 +0000 (13:40 -0700)]
Change openssl directives to PHP_INI_PERDIR
Because openssl.cafile and openssl.capath have implications for
security these directives have been changed to PHP_INI_PERDIR
(previously PHP_INI_ALL)
Chris Wright [Mon, 24 Feb 2014 14:55:17 +0000 (14:55 +0000)]
Update openssl tests with new server/client test harness
Chris Wright [Fri, 21 Feb 2014 12:08:13 +0000 (12:08 +0000)]
Add peer certificate verification on windows
Peer certificate verification on Windows using the native certificate store and the Windows API
Andrey Hristov [Tue, 25 Feb 2014 15:40:59 +0000 (17:40 +0200)]
Merge branch 'PHP-5.6'
Andrey Hristov [Tue, 25 Feb 2014 15:39:06 +0000 (17:39 +0200)]
Use API instead of directly acessing the structure
Anatol Belski [Mon, 24 Feb 2014 09:14:09 +0000 (10:14 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fixed macro
add clear_env option to FPM config
Anatol Belski [Mon, 24 Feb 2014 09:13:11 +0000 (10:13 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fixed macro
Anatol Belski [Mon, 24 Feb 2014 09:12:50 +0000 (10:12 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fixed macro
Anatol Belski [Mon, 24 Feb 2014 09:12:18 +0000 (10:12 +0100)]
fixed macro
Paul Annesley [Wed, 19 Feb 2014 19:48:40 +0000 (11:48 -0800)]
add clear_env option to FPM config
This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes", preserving previous behaviour.
Patch by Paul Annesley.
Antony Dovgal [Mon, 24 Feb 2014 07:52:56 +0000 (11:52 +0400)]
Merge branch 'pull-request/598'
* pull-request/598:
add clear_env option to FPM config
Paul Annesley [Wed, 19 Feb 2014 19:48:40 +0000 (11:48 -0800)]
add clear_env option to FPM config
This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes", preserving previous behaviour.
Patch by Paul Annesley.
Johannes Schlüter [Sun, 23 Feb 2014 14:00:06 +0000 (15:00 +0100)]
Merge branch 'PHP-5.6'
Johannes Schlüter [Sun, 23 Feb 2014 13:57:21 +0000 (14:57 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
Johannes Schlüter [Sun, 23 Feb 2014 13:56:32 +0000 (14:56 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Sun, 23 Feb 2014 13:55:29 +0000 (14:55 +0100)]
Make sure value is initialized
Johannes Schlüter [Sun, 23 Feb 2014 13:18:24 +0000 (14:18 +0100)]
We can't dereference dbh if it is NULL
Anatol Belski [Fri, 21 Feb 2014 22:14:48 +0000 (23:14 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix linkage
More openssl UPGRADING updates
Fix build against older OpenSSL libs
Update NEWS/UPGRADING with openssl additions
Anatol Belski [Fri, 21 Feb 2014 22:09:16 +0000 (23:09 +0100)]
fix linkage
"extern inline" looks like tricky case for portability, but extern
is required with VS. So reduce the case to a starndard one to avoid
unporbatibily.
Daniel Lowrey [Fri, 21 Feb 2014 19:16:23 +0000 (12:16 -0700)]
Fix build against older OpenSSL libs
Daniel Lowrey [Fri, 21 Feb 2014 19:54:37 +0000 (12:54 -0700)]
More openssl UPGRADING updates
Daniel Lowrey [Fri, 21 Feb 2014 19:16:23 +0000 (12:16 -0700)]
Fix build against older OpenSSL libs
Daniel Lowrey [Fri, 21 Feb 2014 16:38:15 +0000 (09:38 -0700)]
Update NEWS/UPGRADING with openssl additions
Daniel Lowrey [Fri, 21 Feb 2014 16:15:53 +0000 (09:15 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Mitigate client-initiated SSL renegotiation DoS
Daniel Lowrey [Fri, 21 Feb 2014 16:13:55 +0000 (09:13 -0700)]
Merge branch 'reneg-limit' of https://github.com/rdlowrey/php-src into PHP-5.6
* 'reneg-limit' of https://github.com/rdlowrey/php-src:
Mitigate client-initiated SSL renegotiation DoS
Daniel Lowrey [Thu, 20 Feb 2014 23:26:55 +0000 (16:26 -0700)]
Mitigate client-initiated SSL renegotiation DoS
Anatol Belski [Fri, 21 Feb 2014 10:24:18 +0000 (11:24 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
C89 compat
Anatol Belski [Fri, 21 Feb 2014 10:23:42 +0000 (11:23 +0100)]
C89 compat
Dmitry Stogov [Fri, 21 Feb 2014 08:45:12 +0000 (12:45 +0400)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Added information about interned strings usage
Dmitry Stogov [Fri, 21 Feb 2014 08:44:58 +0000 (12:44 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Added information about interned strings usage
Conflicts:
NEWS
Dmitry Stogov [Fri, 21 Feb 2014 08:43:42 +0000 (12:43 +0400)]
Added information about interned strings usage
Dmitry Stogov [Fri, 21 Feb 2014 08:06:46 +0000 (12:06 +0400)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Updated opcache version
Dmitry Stogov [Fri, 21 Feb 2014 08:06:35 +0000 (12:06 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated opcache version
Dmitry Stogov [Fri, 21 Feb 2014 08:04:42 +0000 (12:04 +0400)]
Updated opcache version
Dmitry Stogov [Fri, 21 Feb 2014 08:01:06 +0000 (12:01 +0400)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Added function opcache_is_script_cached(). (Danack)
Dmitry Stogov [Fri, 21 Feb 2014 08:00:33 +0000 (12:00 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Added function opcache_is_script_cached(). (Danack)
Conflicts:
NEWS
Dmitry Stogov [Fri, 21 Feb 2014 07:59:14 +0000 (11:59 +0400)]
Added function opcache_is_script_cached(). (Danack)
Daniel Lowrey [Fri, 21 Feb 2014 00:46:54 +0000 (17:46 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Improve OpenSSL compile flag compatibility, minor updates
Use crypto method flags; add tlsv1.0 wrapper; add wrapper tests
Improve server forward secrecy, refactor client SNI
Add 'honor_cipher_order' server context option
Add 'capture_session_meta' context option
Disable TLS compression by default in both clients and servers
Release ssl buffers
Add openssl_get_cert_locations() function
Explicitly set cert verify depth if not specified
Strengthen default cipher list
Daniel Lowrey [Fri, 21 Feb 2014 00:35:44 +0000 (17:35 -0700)]
Merge branch 'improved-tls-defaults' of https://github.com/rdlowrey/php-src into PHP-5.6
* 'improved-tls-defaults' of https://github.com/rdlowrey/php-src:
Improve OpenSSL compile flag compatibility, minor updates
Use crypto method flags; add tlsv1.0 wrapper; add wrapper tests
Improve server forward secrecy, refactor client SNI
Add 'honor_cipher_order' server context option
Add 'capture_session_meta' context option
Disable TLS compression by default in both clients and servers
Release ssl buffers
Add openssl_get_cert_locations() function
Explicitly set cert verify depth if not specified
Strengthen default cipher list
Daniel Lowrey [Fri, 21 Feb 2014 00:20:40 +0000 (17:20 -0700)]
Improve OpenSSL compile flag compatibility, minor updates
Daniel Lowrey [Tue, 11 Feb 2014 15:12:01 +0000 (08:12 -0700)]
Use crypto method flags; add tlsv1.0 wrapper; add wrapper tests
Daniel Lowrey [Tue, 11 Feb 2014 15:42:34 +0000 (08:42 -0700)]
Improve server forward secrecy, refactor client SNI
Daniel Lowrey [Thu, 20 Feb 2014 03:39:57 +0000 (20:39 -0700)]
Add 'honor_cipher_order' server context option
Daniel Lowrey [Tue, 11 Feb 2014 13:42:29 +0000 (06:42 -0700)]
Add 'capture_session_meta' context option
Daniel Lowrey [Tue, 11 Feb 2014 13:27:32 +0000 (06:27 -0700)]
Disable TLS compression by default in both clients and servers
Daniel Lowrey [Tue, 11 Feb 2014 13:24:34 +0000 (06:24 -0700)]
Release ssl buffers
Daniel Lowrey [Tue, 11 Feb 2014 12:57:15 +0000 (05:57 -0700)]
Add openssl_get_cert_locations() function
Daniel Lowrey [Tue, 11 Feb 2014 12:39:02 +0000 (05:39 -0700)]
Explicitly set cert verify depth if not specified
Daniel Lowrey [Tue, 11 Feb 2014 12:26:08 +0000 (05:26 -0700)]
Strengthen default cipher list
Anatol Belski [Thu, 20 Feb 2014 23:23:36 +0000 (00:23 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fixed path separator in the tests
Anatol Belski [Thu, 20 Feb 2014 23:23:01 +0000 (00:23 +0100)]
fixed path separator in the tests
Sara Golemon [Thu, 20 Feb 2014 20:10:40 +0000 (12:10 -0800)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Add more tests for __debugInfo() and fix leak
Sara Golemon [Thu, 20 Feb 2014 19:55:27 +0000 (11:55 -0800)]
Add more tests for __debugInfo() and fix leak
Anatol Belski [Thu, 20 Feb 2014 18:06:32 +0000 (19:06 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated libmagic.patch for 5.6+
Anatol Belski [Thu, 20 Feb 2014 18:05:59 +0000 (19:05 +0100)]
updated libmagic.patch for 5.6+
Anatol Belski [Thu, 20 Feb 2014 18:01:45 +0000 (19:01 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated libmagic.patch in 5.4/5
Anatol Belski [Thu, 20 Feb 2014 18:01:09 +0000 (19:01 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated libmagic.patch in 5.4/5
Anatol Belski [Thu, 20 Feb 2014 18:00:36 +0000 (19:00 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
updated libmagic.patch in 5.4/5
Anatol Belski [Thu, 20 Feb 2014 18:00:05 +0000 (19:00 +0100)]
updated libmagic.patch in 5.4/5
Anatol Belski [Thu, 20 Feb 2014 17:55:21 +0000 (18:55 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fixed leak introduced after CVE/upgrade
Anatol Belski [Thu, 20 Feb 2014 17:55:05 +0000 (18:55 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fixed leak introduced after CVE/upgrade
Anatol Belski [Thu, 20 Feb 2014 17:54:35 +0000 (18:54 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fixed leak introduced after CVE/upgrade
Anatol Belski [Thu, 20 Feb 2014 17:53:53 +0000 (18:53 +0100)]
fixed leak introduced after CVE/upgrade
Bob Weinand [Thu, 20 Feb 2014 16:50:14 +0000 (17:50 +0100)]
Merge branch 'PHP-5.6'
Bob Weinand [Thu, 20 Feb 2014 16:49:45 +0000 (17:49 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
Bob Weinand [Thu, 20 Feb 2014 16:48:38 +0000 (17:48 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Bob Weinand [Thu, 20 Feb 2014 16:39:58 +0000 (17:39 +0100)]
Use nicer output for characters < 32 and > 126 in exception strings
Using question marks might confuse more than it helps.
Users are wondering what happened to their string...
Xinchen Hui [Thu, 20 Feb 2014 03:20:01 +0000 (11:20 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Thu, 20 Feb 2014 03:19:52 +0000 (11:19 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Thu, 20 Feb 2014 01:44:18 +0000 (10:44 +0900)]
Update pgsql document
Anatol Belski [Thu, 20 Feb 2014 01:08:07 +0000 (02:08 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
some missing pieces for __debugInfo
Anatol Belski [Thu, 20 Feb 2014 01:07:34 +0000 (02:07 +0100)]
some missing pieces for __debugInfo
Brad Daily [Wed, 19 Feb 2014 21:24:15 +0000 (15:24 -0600)]
Fixes #66714: imageconvolution breakage in 5.5.9
5.5.9 included some GD fixes related to #66356. One of those fixes changed the
above section of imageconvolution, but the variable was mistyped.
Daniel Lowrey [Wed, 19 Feb 2014 11:19:30 +0000 (04:19 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Add tests for Bug #65538
Fix Bug #65538 (cafile now supports stream wrappers)
Daniel Lowrey [Wed, 19 Feb 2014 11:17:33 +0000 (04:17 -0700)]
Merge branch 'bug-65538' of https://github.com/rdlowrey/php-src into PHP-5.6
* 'bug-65538' of https://github.com/rdlowrey/php-src:
Add tests for Bug #65538
Fix Bug #65538 (cafile now supports stream wrappers)
Daniel Lowrey [Wed, 19 Feb 2014 11:03:16 +0000 (04:03 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Skip failing tests when EC unavailable (RHEL)
Daniel Lowrey [Wed, 19 Feb 2014 11:01:57 +0000 (04:01 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Skip failing tests when EC unavailable (RHEL)
Daniel Lowrey [Wed, 19 Feb 2014 11:01:08 +0000 (04:01 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Skip failing tests when EC unavailable (RHEL)
Conflicts:
ext/openssl/openssl.c
Daniel Lowrey [Wed, 19 Feb 2014 10:57:37 +0000 (03:57 -0700)]
Skip failing tests when EC unavailable (RHEL)
Anatol Belski [Wed, 19 Feb 2014 10:29:15 +0000 (11:29 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated NEWS
Anatol Belski [Wed, 19 Feb 2014 10:28:55 +0000 (11:28 +0100)]
updated NEWS
Anatol Belski [Wed, 19 Feb 2014 10:20:53 +0000 (11:20 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated libmagic.patch
Anatol Belski [Wed, 19 Feb 2014 10:20:24 +0000 (11:20 +0100)]
updated libmagic.patch