summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync NEWS with entries and release datephp-7.0.10PHP-7.0.10Anatol Belski2016-08-171-2/+29
* apply missing patch for #72681Anatol Belski2016-08-171-7/+15
* set versionAnatol Belski2016-08-172-3/+3
* fix testsAnatol Belski2016-08-171-1/+3
* Fix bug #72663 - destroy broken object when unserializingStanislav Malyshev2016-08-173-14/+58
* fix testStanislav Malyshev2016-08-171-0/+17
* Bug #72663 - part 3Nikita Popov2016-08-173-3/+31
* Bug #72663 - part 2Nikita Popov2016-08-173-7/+90
* Bug #72663 - part 1Nikita Popov2016-08-173-9/+81
* Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-172-4/+46
* Fixed bug #72627: Memory Leakage In exif_process_IFD_in_TIFFStanislav Malyshev2016-08-173-0/+75
* fix testsAnatol Belski2016-08-172-3/+3
* Fix bug#72697 - select_colors write out-of-boundsAnatol Belski2016-08-172-3/+20
* Fix bug #72708 - php_snmp_parse_oid integer overflow in memory allocationStanislav Malyshev2016-08-171-1/+1
* Fix bug #72730 - imagegammacorrect allows arbitrary write accessStanislav Malyshev2016-08-172-0/+20
* Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-172-1/+39
* Fix bug #72771: ftps:// opendir wrapper is vulnerable to protocol downgrade a...Anatol Belski2016-08-171-3/+4
* Fix for bug #72790 and bug #72799Stanislav Malyshev2016-08-173-1/+64
* Fix bug #72837 - integer overflow in bzdecompress caused heap corruptionAnatol Belski2016-08-171-4/+14
* Fix for bug #72782: mcrypt accepts only ints, so don't pass anything elseStanislav Malyshev2016-08-171-8/+8
* Fix bug #72742 - memory allocator fails to realloc small block to large oneStanislav Malyshev2016-08-171-12/+12
* Fix bug #72674 - check both curl_escape and curl_unescapeStanislav Malyshev2016-08-171-2/+6
* sync NEWSAnatol Belski2016-08-141-2/+0
* Revert "Implemented FR #72633 Postgres PDO lastInsertId() should work without...Anatol Belski2016-08-144-58/+21
* Revert "cleanup the table after the test run"Anatol Belski2016-08-141-4/+1
* improve the check, avoid strlen on NULLphp-7.0.10RC1Anatol Belski2016-08-031-4/+4
* sync NEWSAnatol Belski2016-08-031-0/+3
* Changed the way MAKERNOTE is handled in case we do not have a matching signat...Kalle Sommer Nielsen2016-08-031-2/+12
* update libs_versions.txtAnatol Belski2016-08-031-1/+1
* set versionsAnatol Belski2016-08-023-4/+4
* fix php_version.hAnatol Belski2016-08-021-3/+3
* update NEWSAnatol Belski2016-07-311-1/+0
* Revert "upgraded to PCRE 8.39"Anatol Belski2016-07-3161-5976/+4238
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-302-5/+1
|\
| * Revert "Fixed bug #71219"Nikita Popov2016-07-302-5/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-302-1/+5
|\ \ | |/
| * Fixed bug #71219Nikita Popov2016-07-302-1/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-300-0/+0
|\ \ | |/
| * Add missing TSRMLS_FETCH()Nikita Popov2016-07-301-0/+1
* | Fix incorrect mergeNikita Popov2016-07-302-6/+7
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-302-1/+21
|\ \ | |/
| * Fixed bug #72142Nikita Popov2016-07-303-1/+25
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-303-1/+15
|\ \ | |/
| * fixes bad address given to onig_error_code_to_strju1ius2016-07-303-1/+15
* | Fix ref handling in array_merge/replace_recursive()Nikita Popov2016-07-292-18/+46
* | document file cache fallback ini directiveAnatol Belski2016-07-292-0/+10
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-293-7/+47
|\ \ | |/
| * Fix #71894: AddressSanitizer: global-buffer-overflow in zif_cal_from_jdChristoph M. Becker2016-07-293-7/+47
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-0/+55
|\ \ | |/
| * Implement FR #65462: Please add tests for gregorian and jewish overflow fixesChristoph M. Becker2016-07-282-0/+55