History log of /PHP-5.6/ (Results 251 – 275 of 63781)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
05baa92713-Sep-2016 Jakub Zelenka

Fix bug #73072 (Invalid path SNI_server_certs causes segfault)

c43ecfd713-Sep-2016 Christoph M. Becker

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


248f8c3a13-Sep-2016 Anatol Belski

add test for bug #73068

fc31d6fe13-Sep-2016 Anatol Belski

fix test portability

8fd0e02813-Sep-2016 Anatol Belski

missed semicolon

363c252413-Sep-2016 Anatol Belski

fix C89 conformity

28f80baf13-Sep-2016 Stanislav Malyshev

Fix bug #72293 - Heap overflow in mysqlnd related to BIT fields

33d0ef0f13-Sep-2016 Stanislav Malyshev

Fix test

c4cca4c212-Sep-2016 Stanislav Malyshev

Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.c

f5a9592a12-Sep-2016 Stanislav Malyshev

Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile)

6a7cc8ff12-Sep-2016 Stanislav Malyshev

Fix bug #73052 - Memory Corruption in During Deserialized-object Destruction

7381d4c012-Sep-2016 Stanislav Malyshev

Add check in fgetcsv in case sizeof(unit) != sizeof(size_t)

ecb7f58a12-Sep-2016 Stanislav Malyshev

Fix bug #73029 - Missing type check when unserializing SplArray

b88393f006-Sep-2016 Stanislav Malyshev

Fix bug #72860: wddx_deserialize use-after-free

65c8caaf06-Sep-2016 Stanislav Malyshev

Also fix overflow in wordwrap

6d55ba2606-Sep-2016 Stanislav Malyshev

Fix bug #73007: add locale length check

ba5ac0d305-Sep-2016 Stanislav Malyshev

Add more checks for int overflow

223266e405-Sep-2016 Stanislav Malyshev

Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse_zipfile

19866fb702-Sep-2016 Stanislav Malyshev

Fix various int size overflows.

Add function for detection of string zvals with length that does not fit
INT_MAX.

39f45e2009-Sep-2016 Adam Baratz

Add myself as pdo_dblib maintainer

0cbf634612-Sep-2016 Christoph M. Becker

Skip regression test for issue that has not yet been released in libgd

<https://github.com/libgd/libgd/issues/177> has been assessed as enhancement,
so most likely it will be released wi

Skip regression test for issue that has not yet been released in libgd

<https://github.com/libgd/libgd/issues/177> has been assessed as enhancement,
so most likely it will be released with GD 2.3.

show more ...

fcdc30b312-Sep-2016 Christoph M. Becker

Skip test for external GD because of not yet published bugfix

6d0e773211-Sep-2016 Christoph M. Becker

Skip tests for unpatched external libgd regarding libvpx

Some issues have never been fixed in the external libgd's libvpx binding,
so we skip the respective tests.

6ef987e011-Sep-2016 Christoph M. Becker

Split test for bundled vs. external libgd

The behavior of imagecropauto($im, IMG_CROP_DEFAULT) is rather different
for the bundled and an external libgd, see
<https://github.com/libg

Split test for bundled vs. external libgd

The behavior of imagecropauto($im, IMG_CROP_DEFAULT) is rather different
for the bundled and an external libgd, see
<https://github.com/libgd/libgd/issues/298>.
Therefore we split the test for now.

show more ...

3845529311-Sep-2016 Christoph M. Becker

Make test case more resilient

This test case fails with external libgd, because libgd < 2.2.4 converts
palette images to truecolor (<https://github.com/libgd/libgd/issues/297>).

Make test case more resilient

This test case fails with external libgd, because libgd < 2.2.4 converts
palette images to truecolor (<https://github.com/libgd/libgd/issues/297>).

However, even if there happens no truecolor conversion, it is not guaranteed
that the palette indexes of the original and the cropped image are identical
(this is, for instance, not the case with current libgd master where the bug
has been fixed). Therefore we check for the expected RGBA value instead of
the palette index.

show more ...

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