summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set versions and update NEWSphp-7.0.15PHP-7.0.15Anatol Belski2017-01-173-7/+32
* Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2017-01-173-2/+24
* Fix #73869: Signed Integer Overflow gd_io.cChristoph M. Becker2017-01-174-0/+23
* Revert "Merge branch 'bugfix_timeout_61471' of https://github.com/axot/php-sr...php-7.0.15RC1Anatol Belski2017-01-051-44/+1
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2017-01-051-1/+1
* quick fix for the base branch version parsing, not perfect stillAnatol Belski2017-01-051-1/+1
* prepare RC versionsAnatol Belski2017-01-053-4/+4
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2017-01-053-517/+590
|\
| * Add tests for delayed __wakeup()Nikita Popov2017-01-057-0/+263
| * Implement delayed __wakeupNikita Popov2017-01-052-535/+622
* | Merge branch 'pull-request/2273' into PHP-7.0Joe Watkins2017-01-04896-908/+908
|\ \
| * | Update copyright header to 2017 in calendar.cSammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-04895-907/+907
|/ /
* | switch to the beta1 SDK for AppVeyor buildAnatol Belski2017-01-041-1/+1
* | remove duplicate testJoe Watkins2017-01-041-4/+0
* | fix testJoe Watkins2017-01-041-3/+4
* | Merge branch 'pull-request/1312' into PHP-7.0Joe Watkins2017-01-043-3/+38
|\ \
| * | Added "exclude_disabled" argument to "get_defined_functions".Willian Gustavo Veiga2015-06-022-4/+17
| * | Fix bug #31875 - get_defined_functions() should not list disabled functions.Willian Gustavo Veiga2015-05-302-1/+21
* | | Fix PDO tests to match SQL standard syntax and pass Firebird tests.Dorin Marcoci2017-01-032-3/+3
* | | better skip on filesAnatol Belski2017-01-031-2/+4
* | | Fix buildNikita Popov2017-01-031-2/+2
* | | Fix Bug #73462 - Persistent connections don't set $connect_errnoVince2017-01-033-0/+49
* | | Merge branch 'pull-request/1905'Joe Watkins2017-01-033-11/+519
* | | Fix opcache test dependenciesRasmus Lerdorf2017-01-024-10/+12
* | | Use correct string release functionStanislav Malyshev2017-01-022-2/+2
* | | Fix error reportingStanislav Malyshev2017-01-022-4/+4
* | | Merge branch 'PHP-7.0.15' into PHP-7.0Stanislav Malyshev2017-01-023-17/+44
|\ \ \
| * | | Fix #73832 - leave the table in a safe state if the size is too big.Stanislav Malyshev2017-01-021-1/+1
| * | | Fix bug #73831 - NULL Pointer Dereference while unserialize php objectStanislav Malyshev2016-12-312-16/+43
* | | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-0211-515/+575
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | | set exclude AppVeyor branches and ignore builds on NEWS updatesAnatol Belski2017-01-031-0/+9
* | | | | Fix early freeNikita Popov2017-01-031-1/+1
* | | | | Disable pdb generation for AppVeyorAnatol Belski2017-01-031-1/+1
* | | | | Add NEWS entriesNikita Popov2017-01-021-0/+3
* | | | | Optimize get_browser() using prefix and contains checksNikita Popov2017-01-021-63/+185
* | | | | Optimize browscap loading and representationNikita Popov2017-01-021-132/+249
* | | | | Add get_browser() test against larger corpusNikita Popov2017-01-023-0/+14368
* | | | | Fix for nowait.phpt failing intermittentlyMitch Hagstrand2017-01-021-1/+5
* | | | | Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-022-2/+10
* | | | | news entry for PR #2267Joe Watkins2017-01-021-0/+3
* | | | | Fixed #67474 (getElementsByTagNameNS and default namespace)Arnout Boks2017-01-021-1/+1
* | | | | Add (failing) testcase for bug #67474Arnout Boks2017-01-021-0/+18
* | | | | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Joe Watkins2017-01-02168-4532/+6015
|\ \ \ \ \