History log of /PHP-5.5/ (Results 226 – 250 of 57919)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1cbcbcbc23-Jun-2015 Christoph M. Becker

updated NEWS

Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42
23e25f3305-Jun-2015 Christoph M. Becker

Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the string)

When advancing after empty matches, php_pcre_match_impl() as well as
php_pcre_replace_impl() always hav

Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the string)

When advancing after empty matches, php_pcre_match_impl() as well as
php_pcre_replace_impl() always have to advance to the next code point when the
u modifier is given, instead of to the next byte.

show more ...

eef6b10b23-Jun-2015 Christoph M. Becker

Moved NEWS entry for bug #69864 to proper category

75b2ce2823-Jun-2015 Christoph M. Becker

updated NEWS

a39beaa223-Jun-2015 Christoph M. Becker

Fixed bug #69864 (Segfault in preg_replace_callback)

When preg_replace_callback() is used, cache entries which are in use must not
be removed. We ensure that by deploying a simple refcou

Fixed bug #69864 (Segfault in preg_replace_callback)

When preg_replace_callback() is used, cache entries which are in use must not
be removed. We ensure that by deploying a simple refcounting mechanism.

show more ...

b0954ebb23-Jun-2015 George Wang

Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5


8877feae23-Jun-2015 George Wang

bump API version to 6.8

fdb580a523-Jun-2015 George Wang

bump API version to 6.8

5fe078ab20-Jun-2015 Nikita Popov

Fixed bug #69892

d263ecd819-Jun-2015 Yasuo Ohgaki

Move strlen() check to php_mail_detect_multiple_crlf()

dacea3f619-Jun-2015 Yasuo Ohgaki

Fixed Bug #69874 : Can't set empty additional_headers for mail()

6a8db93119-Jun-2015 Xinchen Hui

Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5


c0119ca718-Jun-2015 Anatol Belski

updated NEWS

a85156db15-Jun-2015 Christian Wenz

fixes bug #69835: phpinfo() does not report many Windows SKUs

1edb2e9a18-Jun-2015 Sophia Nepochataya

Remove excess variable in mail.c (5.5 branch)

ca33ae3e18-Jun-2015 Lior Kaplan

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed bug #69689 (Align PCRE_MINOR with current version)


cc7194dd18-Jun-2015 Lior Kaplan

Fixed bug #69689 (Align PCRE_MINOR with current version)

991b2cc318-Jun-2015 Lior Kaplan

Add CVE to bugs #69545, #69646 and #69667

5f67caad18-Jun-2015 Lior Kaplan

Add CVE to bugs #69545, #69646 and #69667

d241711f17-Jun-2015 Sara Golemon

Fix buffer growth in sockets/conversion.c

memset() the *end* of the new buffer, not the beginning
Copy the pointer to the buffer, not its initial contents

Fixes bug 69619

61d58f2d17-Jun-2015 Christoph M. Becker

updated NEWS

7469c7e706-Jun-2015 Christoph M. Becker

Fixed bug #61221 - imagegammacorrect function loses alpha channel

When applying imagegammacorrect() the alpha channel is now fully retained, instead of being completely lost.

5583421215-Jun-2015 Derick Rethans

- Updated to version 2015.5 (2015e)

9026a66515-Jun-2015 Derick Rethans

- Updated to version 2015.5 (2015e)

1d6f489115-Jun-2015 Derick Rethans

- Updated to version .-96 ()

12345678910>>...2317