History log of /php-src/ext/openssl/xp_ssl.c (Results 226 – 250 of 409)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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/

# 13695a5e 09-Sep-2014 Daniel Lowrey

Merge branch 'PHP-5.6'

* PHP-5.6:
Bug #41631: Fix regression from first attempt (6569db8)
Bug #67965: Fix blocking behavior in non-blocking crypto streams


# edb27993 09-Sep-2014 Daniel Lowrey

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Bug #41631: Fix regression from first attempt (6569db8)
Bug #67965: Fix blocking behavior in non-blocking crypto streams


# bf2f80b2 09-Sep-2014 Daniel Lowrey

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Bug #41631: Fix regression from first attempt (6569db8)
Bug #67965: Fix blocking behavior in non-blocking crypto streams


# 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

# 0a1df748 27-Aug-2014 Chris Wright

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix stream_select() issue with OpenSSL buffer


# db03216e 27-Aug-2014 Chris Wright

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix stream_select() issue with OpenSSL buffer


# 30a73658 27-Aug-2014 Chris Wright

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix stream_select() issue with OpenSSL buffer

Conflicts:
ext/openssl/xp_ssl.c


# 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

# 54102822 25-Aug-2014 Anatol Belski

Merge branch 'master' of git.php.net:php-src

# By Daniel Lowrey
# Via Daniel Lowrey
* 'master' of git.php.net:php-src:
Update NEWS
Bug #67850: Build when OpenSSL compiled

Merge branch 'master' of git.php.net:php-src

# By Daniel Lowrey
# Via Daniel Lowrey
* 'master' of git.php.net:php-src:
Update NEWS
Bug #67850: Build when OpenSSL compiled without SSLv3 support

show more ...


# cc487e6c 25-Aug-2014 Daniel Lowrey

Merge branch 'PHP-5.6'

* PHP-5.6:
Bug #67850: Build when OpenSSL compiled without SSLv3 support


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

# 546a32e2 25-Aug-2014 Daniel Lowrey

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Bug #67850: Build when OpenSSL compiled without SSLv3 support

Conflicts:
ext/openssl/xp_ssl.c


# 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

# 97c5172a 19-Aug-2014 Anatol Belski

Merge remote-tracking branch 'php/master'

Conflicts:
ext/date/lib/parse_date.c


# 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*)

12345678910>>...17