History log of /PHP-5.6/ (Results 476 – 500 of 63781)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f3feddb519-Jul-2016 Stanislav Malyshev

Partial fix for bug #72613 - do not treat negative returns from bz2 as size_t

e6c4821319-Jul-2016 Stanislav Malyshev

Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.c

3c3980ca18-Jul-2016 Christoph M. Becker

Merge branch 'pull-request/1991' into PHP-5.6


6cb75fb107-Jul-2016 Christoph M. Becker

Fix #70315: 500 Server Error but page is fully rendered

That happens because the external libgd uses other error codes than PHP
(and the bundled libgd), but the libgd error codes are sim

Fix #70315: 500 Server Error but page is fully rendered

That happens because the external libgd uses other error codes than PHP
(and the bundled libgd), but the libgd error codes are simply forwarded
to php_verror(). We fix that by properly mapping libgd errors to PHP errors.

show more ...

d1a491ac18-Jul-2016 Stanislav Malyshev

Fix for bug #72558, Integer overflow error within _gdContributionsAlloc()

eebcbd5d17-Jul-2016 Stanislav Malyshev

Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTE

171c759d16-Jul-2016 Nikita Popov

Revert "Fixed bug #72286 (Segmentation fault During Garbage Collection)"

This reverts commit 1c84b55adea936b065a20102202bea3d1d243225.

3666cfab15-Jul-2016 Christoph M. Becker

Fix #72604: imagearc() ignores thickness for full arcs

We remove the special casing for full arcs, what conforms to external libgd.

a4aa4f9714-Jul-2016 Christoph M. Becker

Fix bug #66502: DOM document dangling reference

When we decrement the refcount of a node's document, we state that we
won't need it anymore. Therefore we can *always* set the pointer to

Fix bug #66502: DOM document dangling reference

When we decrement the refcount of a node's document, we state that we
won't need it anymore. Therefore we can *always* set the pointer to the
document to NULL, what avoids invalid memory accesses for some edge cases
as demonstrated with the PHPT.

Original patch provided by Sean Heelan.

show more ...

1c84b55a14-Jul-2016 Dmitry Stogov

Fixed bug #72286 (Segmentation fault During Garbage Collection)

d0c9836614-Jul-2016 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Extend libxml exports
Updated NEWS
Fix #69975: PHP segfaults when accessing nvarchar(max) defined columns
Updated NEWS

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Extend libxml exports
Updated NEWS
Fix #69975: PHP segfaults when accessing nvarchar(max) defined columns
Updated NEWS
Fix bug #70480 (php_url_parse_ex() buffer overflow read)
Update PHP 5.5 NEWS entries with CVE info

show more ...


fe1d6feb14-Jul-2016 Anatol Belski

Extend libxml exports

These are needed to support libxslt 1.1.29 on Windows. This libxslt version
fixes CVE-2015-7995 and for this reason needs to be used.

8bb3bd0414-Jul-2016 Christoph M. Becker

Fix bug #72596: imagetypes function won't advertise WEBP support

We add the constant IMG_WEBP and make sure that WebP support is properly
reported by imagetypes().

3cc4265513-Jul-2016 Nikita Popov

Add NEWS entry

eb190b4e15-May-2016 nikita2206

fix: bug72222 for PHP-5.6 reflection export of array consts

3798eb6f13-Jul-2016 Stanislav Malyshev

Fix bug #72562 - destroy var_hash properly

aa82e99e13-Jul-2016 Stanislav Malyshev

Fix bug #72533 (locale_accept_from_http out-of-bounds access)

81406c0c13-Jul-2016 Stanislav Malyshev

Fix fir bug #72520

0218acb713-Jul-2016 Stanislav Malyshev

Fix for bug #72513

a099545b13-Jul-2016 Stanislav Malyshev

Fix for bug #72513

aca4f65c13-Jul-2016 Stanislav Malyshev

CS fix and comments with bug ID

1896ca4e12-Jul-2016 Julien Pauli

Updated NEWS

8224981212-Jul-2016 Julien Pauli

Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT."

This reverts commit 15336b44d95c41079438af8ac73f77ff893aee

Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT."

This reverts commit 15336b44d95c41079438af8ac73f77ff893aeef7.

show more ...

5cce0d7c12-Jul-2016 Julien Pauli

Revert "Fix test for #52384"

This reverts commit 642e44b98f18d867052aa7e02476aae9c8881201.

642e44b912-Jul-2016 Julien Pauli

Fix test for #52384

1...<<11121314151617181920>>...2552