summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update NEWSStanislav Malyshev2017-07-041-1/+17
* Fix bug #74087Stanislav Malyshev2017-07-041-1/+1
* Fixed parsing of strange formats with mixed month/day and time stringsDerick Rethans2017-07-042-6370/+5466
* Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGVStanislav Malyshev2017-07-043-9/+31
* Fixed bug #74111Nikita Popov2017-07-044-517/+501
* Fix #74435: Buffer over-read into uninitialized memoryChristoph M. Becker2017-07-043-0/+30
* Fix bug #74603 - use correct buffer sizeStanislav Malyshev2017-07-043-1/+17
* Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-043-3/+47
* Update NEWSStanislav Malyshev2017-06-241-0/+4
* Fix bug #73807Nikita Popov2017-06-201-3/+9
* fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
* update NEWSFerenc Kovacs2017-01-191-0/+2
* Fix #73869: Signed Integer Overflow gd_io.cChristoph M. Becker2017-01-174-0/+23
* Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2017-01-173-2/+24
* Add additional serialize tests for fixed bugsNikita Popov2017-01-163-0/+120
* Fix typoStanislav Malyshev2017-01-161-1/+1
* Fix testStanislav Malyshev2017-01-151-6/+6
* Update more functions with path checkStanislav Malyshev2017-01-153-3/+3
* Fix glob-wrapper.phpt to not fail in WindowsMitch Hagstrand2017-01-101-5/+5
* Fix open_basedir check for glob:// opendir wrapperSara Golemon2017-01-092-4/+39
* add skip when json not loadedRemi Collet2017-01-061-0/+2
* 5.6.31 is nextFerenc Kovacs2017-01-063-5/+17
* Fix printf modifierNikita Popov2017-01-051-1/+1
* Add tests for delayed __wakeup()Nikita Popov2017-01-057-0/+263
* Implement delayed __wakeupNikita Popov2017-01-052-535/+622
* Merge branch 'PHP-5.6.30' into PHP-5.6Stanislav Malyshev2017-01-0211-511/+571
|\
| * Fix bug #73737 FPE when parsing a tag formatStanislav Malyshev2016-12-313-1/+13
| * Fix bug #73773 - Seg fault when loading hostile pharStanislav Malyshev2016-12-311-2/+2
| * Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()Stanislav Malyshev2016-12-303-36/+76
| * Fix bug #73768 - Memory corruption when loading hostile pharStanislav Malyshev2016-12-303-2/+17
| * Fix int overflows in phar (bug #73764)Stanislav Malyshev2016-12-303-2/+18
* | FIx bug #70213Nikita Popov2017-01-014-474/+535
|/
* Revert "Fix #73530: Unsetting result set may reset other result set"Christoph M. Becker2016-12-293-32/+8
* fix C89 compatAnatol Belski2016-12-171-3/+6
* Skip tests when secure_file_priv dir not writableMatteo Beccati2016-12-152-1/+23
* update NEWSFerenc Kovacs2016-12-081-4/+4
* fix leak, take 2Anatol Belski2016-12-061-1/+1
* fix leak, take on 5.6Anatol Belski2016-12-062-2/+2
* This still leaks memory, I don't have enough knowledge in WDDX code to fix th...Stanislav Malyshev2016-12-051-1/+2
* Fix bug #73631 - Invalid read when wddx decodes empty boolean elementStanislav Malyshev2016-12-053-0/+28
* Fix minor typoAdrien Crivelli2016-12-031-1/+1
* Workaround for GCC-4.9.2 bugDmitry Stogov2016-12-011-0/+4
* oops, changed in wrong placeStanislav Malyshev2016-11-271-3/+3
* add NEWSStanislav Malyshev2016-11-271-0/+4
* Merge branch 'pull-request/1974' into PHP-5.6Stanislav Malyshev2016-11-272-53/+60
|\
| * Fix #68447: grapheme_extract take an extra trailing characterSATO Kentaro2016-07-012-49/+56
* | Fix #73549: Use after free when stream is passed to imagepngChristoph M. Becker2016-11-273-1/+42
* | Fix occasionaly failing testMatteo Beccati2016-11-271-4/+4
* | Added missing array key to $JUNITMatteo Beccati2016-11-271-0/+1
* | acinclude.m4: fix krb5-config detection and usage in PHP_SETUP_KERBEROS.Michael Orlitzky2016-11-261-1/+1