History log of /PHP-5.6/ (Results 201 – 225 of 63781)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
631173aa04-Oct-2016 Stanislav Malyshev

Really fix bug #73017

ef801b9b03-Oct-2016 Stanislav Malyshev

Fix bug #73208 - another missing length check

40e7baab03-Oct-2016 Stanislav Malyshev

Fix bug #73190: memcpy negative parameter _bc_new_num_ex

f9d4b1a301-Oct-2016 Nikita Popov

Fix leak in zend_exception_error

Only occurs if a non-fatal severity level is used, e.g. when using
interactive mode.

9acfb1a330-Sep-2016 Christoph M. Becker

Fix #73213: Integer overflow in imageline() with antialiasing

We port the respective fixes <https://github.com/libgd/libgd/commit/eca37d620>
and <https://github.com/libgd/libgd/commit/83

Fix #73213: Integer overflow in imageline() with antialiasing

We port the respective fixes <https://github.com/libgd/libgd/commit/eca37d620>
and <https://github.com/libgd/libgd/commit/837b7327> to our bundled libgd.

show more ...

c0219b3230-Sep-2016 Derick Rethans

Fixed tests due to changes in underlaying data

91fd4bf030-Sep-2016 Derick Rethans

Fixed parsing of AM/PM without all the expected dots in place

e72165bb30-Sep-2016 Christoph M. Becker

Fix #73203: passing additional_parameters causes mail to fail

We make sure that there's no unsigned underflow, which happened for `y==0`.

da7e89cd29-Sep-2016 Stanislav Malyshev

Fix bug #73189 - Memcpy negative size parameter php_resolve_path

29e2a20429-Sep-2016 Stanislav Malyshev

Fixed bug #73174 - heap overflow in php_pcre_replace_impl

703c247c28-Sep-2016 Ferenc Kovacs

5.6.28 is next

6a544f2d28-Sep-2016 Derick Rethans

Updated to version 2016.7 (2016g)

1f54129828-Sep-2016 Nikita Popov

Handle resource keys in constexpr arrays

40b8105c28-Sep-2016 Nikita Popov

Fix the constant array case as well

99bf19c128-Sep-2016 Nikita Popov

Check next_index_insert failure in ADD_ARRAY_ELEMENT

4f0960a826-Sep-2016 Christoph M. Becker

Fix #53745: cgi.discard_path option is missing from php.ini

Also cgi.check_shebang_line has been missing.

66baefec26-Sep-2016 Anatol Belski

update libs_versions.txt

1c0e912626-Sep-2016 Stanislav Malyshev

Fix bug #73150: missing NULL check in dom_document_save_html

0e6fe3a426-Sep-2016 Stanislav Malyshev

Fix bug #73147: Use After Free in PHP7 unserialize()

e1709b7e25-Sep-2016 Stanislav Malyshev

Fix bug #73082

c696bc8c25-Sep-2016 Christoph M. Becker

Fix test_image_equals_file() wrt. palette images

The recently introduced test_image_equals_file() doesn't properly work for
palette images, because in this case only the palette indexes

Fix test_image_equals_file() wrt. palette images

The recently introduced test_image_equals_file() doesn't properly work for
palette images, because in this case only the palette indexes are compared,
what can lead to false positives and negatives as shown in the added test.

To fix that we convert palette images to truecolor, what is supposed to be
faster than calling imagecolorsforindex() for each pixel.

We furthermore rely on PHP's refcounting to free unused images; after all,
this is not C.

show more ...

c596b02a24-Sep-2016 Christoph M. Becker

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


8f5eda4b24-Sep-2016 Christoph M. Becker

Fix #73161: imagecreatefromgd2() may leak memory

7097317924-Sep-2016 Christoph M. Becker

Fix #73159: imagegd2(): unrecognized formats may result in corrupted files

We must not apply the format correction twice for truecolor images.

c7936ead23-Sep-2016 Christoph M. Becker

Fix #73155: imagegd2() writes wrong chunk sizes on boundaries

12345678910>>...2552