#
ff91a48f |
| 15-Oct-2014 |
Ferenc Kovacs |
Revert "Bug #41631: Fix regression from first attempt (6569db8)" This reverts commit 372844918a318ad712e16f9ec636682424a65403.
|
#
6d9c9f8f |
| 15-Oct-2014 |
Julien Pauli |
Revert "Bug #41631: Observe socket read timeouts in SSL streams" This reverts commit 6569db88081562f68a4f79e52cba83482bdf05fc. Conflicts: ext/openssl/xp_ssl.c
|
#
c00424e4 |
| 15-Oct-2014 |
Anatol Belski |
bring back all the TSRMLS_FETCH() stuff for better comparability with the mainstream
|
#
86ef4876 |
| 26-Sep-2014 |
Anatol Belski |
cleanup TSRMLS_FETCH in openssl
|
#
408b1720 |
| 26-Sep-2014 |
Stanislav Malyshev |
Revert xp_ssl.c to the state of 5.4.32 due to regressions
|
#
0d776ef8 |
| 24-Sep-2014 |
Remi Collet |
Fix bug #68074 Allow to use system cipher list instead of hardcoded value
|
#
e33f3d3b |
| 20-Sep-2014 |
Nikita Popov |
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just m
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
show more ...
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
37284491 |
| 09-Sep-2014 |
Daniel Lowrey |
Bug #41631: Fix regression from first attempt (6569db8)
|
#
f86b2193 |
| 09-Sep-2014 |
Daniel Lowrey |
Bug #67965: Fix blocking behavior in non-blocking crypto streams
|
#
dadbbf89 |
| 27-Aug-2014 |
Johannes Schlüter |
Fix compilation on systems without ecdh_curve
|
#
32be79dc |
| 23-Aug-2014 |
Chris Wright |
Fix stream_select() issue with OpenSSL buffer Ensure data from OpenSSL internal buffer has been transfered to PHP stream buffer before a select() emulation operation is performed
Fix stream_select() issue with OpenSSL buffer Ensure data from OpenSSL internal buffer has been transfered to PHP stream buffer before a select() emulation operation is performed Addresses bug #65137 https://bugs.php.net/bug.php?id=65137 Conflicts: ext/openssl/xp_ssl.c
show more ...
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
#
64021470 |
| 25-Aug-2014 |
Daniel Lowrey |
Bug #67850: Build when OpenSSL compiled without SSLv3 support
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
1899e6f9 |
| 19-Aug-2014 |
Anatol Belski |
ported ext/openssl
|
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once
|
#
56c7b27d |
| 19-Aug-2014 |
Anatol Belski |
fix wrong pointer indirection
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29 |
|
#
a08b7b77 |
| 13-Aug-2014 |
Dmitry Stogov |
cleanup
|
#
5a06ac88 |
| 13-Aug-2014 |
Dmitry Stogov |
cleanup (use zend_string* instead of char*)
|
#
84a4041b |
| 07-Aug-2014 |
Anatol Belski |
fix TS build
|
#
6569db88 |
| 07-Aug-2014 |
Daniel Lowrey |
Bug #41631: Observe socket read timeouts in SSL streams
|
#
417ed16d |
| 07-Aug-2014 |
Dmitry Stogov |
Make stream->context indirect trough zend_resource (stream->ctx->ptr). Fixed ext/standard/tests/streams/bug61115.phpt
|
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1 |
|
#
8f345a71 |
| 31-Jul-2014 |
Tjerk Meesters |
Moved streams related functions to xp_ssl.c
|
Revision tags: php-5.6.0RC3 |
|
#
a7dad26c |
| 29-Jul-2014 |
Tjerk Meesters |
Wildcards should only be used in the first name component; fixed comment style
|