History log of /PHP-5.4/ (Results 226 – 250 of 52196)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
197095c201-Sep-2014 Stanislav Malyshev

Merge branch 'pull-request/770' into PHP-5.4

* pull-request/770:
Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036)
Fix typo from commit 32314f6b6
Fix des

Merge branch 'pull-request/770' into PHP-5.4

* pull-request/770:
Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036)
Fix typo from commit 32314f6b6
Fix destruction order in zend_shutdown (bug #65463, #66036)

show more ...


e665a07a01-Sep-2014 Derick Rethans

- Updated to version 2014.7 (2014g)

b206b0e229-Aug-2014 Stanislav Malyshev

fix NEWS for fcgi fix merge

Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
ee275e3409-Aug-2014 David Zuelke

restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606

32be79dc23-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 ...

52f35b9826-Aug-2014 Ferenc Kovacs

update the GIT-RULES with the 5.6 and the release branches

bda1cc6924-Aug-2014 Lior Kaplan

Bug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk>

cb41a7ba23-Aug-2014 Ferenc Kovacs

this test depends on the simplexml ext, not just on xml

437612f623-Aug-2014 Keyur Govande

Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036)

54fbbded21-Aug-2014 Michael Wallner

fix bug #67865

9185cfd520-Aug-2014 Remi Collet

NEWS

Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1
20941b7111-May-2013 Anatol Belski

fixed variable corruption under win x64

276bead919-Aug-2014 Lior Kaplan

Add NEWS entry for bug #67730

Included in 5.4.32 with commit 706aefb

359bc0ee19-Aug-2014 Lior Kaplan

Add CVE ID for bug #67539

cbe1597b19-Aug-2014 Sara Golemon

Switch use of strtok() to gd_strtok_r()

strtok() is not thread safe, so this will potentially break in
very bad ways if used in ZTS mode.

I'm not sure why gd_strtok_r() exists s

Switch use of strtok() to gd_strtok_r()

strtok() is not thread safe, so this will potentially break in
very bad ways if used in ZTS mode.

I'm not sure why gd_strtok_r() exists since it seems to do the
same thing as strtok_r(), but I'll assume it's a portability
decision and do as the Romans do.

show more ...

5a70390319-Aug-2014 Stanislav Malyshev

Merge tag 'PHP-5.4.32' into PHP-5.4

5.4.32

* tag 'PHP-5.4.32':
5.4.32
fix potentially missing NUL termination
Fix bug #67730 - Null byte injection possible with im

Merge tag 'PHP-5.4.32' into PHP-5.4

5.4.32

* tag 'PHP-5.4.32':
5.4.32
fix potentially missing NUL termination
Fix bug #67730 - Null byte injection possible with imagexxx functions
Fixed bug #67717 - segfault in dns_get_record
Fix bug #67716 - Segfault in cdf.c
5.4.32 RC1

Conflicts:
configure.in
main/php_version.h

show more ...


eb23606019-Aug-2014 Stanislav Malyshev

5.4.32

88c48a4b19-Aug-2014 Remi Collet

NEWS

2fefae4719-Aug-2014 Remi Collet

Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

Incomplete fix for CVE-2014-4049

Check possible buffer overflow
- pass real buffer end to dn_expand calls
- che

Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

Incomplete fix for CVE-2014-4049

Check possible buffer overflow
- pass real buffer end to dn_expand calls
- check buffer len before each read

show more ...

2b10db8e19-Aug-2014 Stanislav Malyshev

fix potentially missing NUL termination

706aefb719-Aug-2014 Stanislav Malyshev

Fix bug #67730 - Null byte injection possible with imagexxx functions

529da0f719-Aug-2014 Stanislav Malyshev

Fixed bug #67717 - segfault in dns_get_record

1504f7d617-Aug-2014 Lior Kaplan

Correct typo in comments: 'initialized'

3f42f2f512-Aug-2014 Veres Lajos

typofixes

0407bdf215-Aug-2014 Keyur Govande

Add NEWS

12345678910>>...2088