summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add missing NEWS entriesphp-5.6.27PHP-5.6.27Ferenc Kovacs2016-10-141-0/+36
* use zend_error instead of zend_error_noreturnRemi Collet2016-10-141-1/+1
* 5.6.27Ferenc Kovacs2016-10-133-4/+4
* Apparently negative wordwrap is a thing and should work as length = 0.Stanislav Malyshev2016-10-131-1/+5
* Really fix bug #73017Stanislav Malyshev2016-10-131-4/+10
* Merge branch 'PHP-5.6.27' into PHP-5.6Stanislav Malyshev2016-10-1323-310/+443
* Revert "Updated to version 2016.7 (2016g)"php-5.6.27RC1Ferenc Kovacs2016-09-291-2027/+2139
* 5.6.27RC1Ferenc Kovacs2016-09-293-4/+4
* Updated to version 2016.7 (2016g)Derick Rethans2016-09-281-2139/+2027
* Handle resource keys in constexpr arraysNikita Popov2016-09-282-0/+18
* Fix the constant array case as wellNikita Popov2016-09-283-3/+15
* Check next_index_insert failure in ADD_ARRAY_ELEMENTNikita Popov2016-09-283-21/+100
* Fix #53745: cgi.discard_path option is missing from php.iniChristoph M. Becker2016-09-262-0/+24
* update libs_versions.txtAnatol Belski2016-09-261-1/+1
* Fix test_image_equals_file() wrt. palette imagesChristoph M. Becker2016-09-252-2/+63
* Merge branch 'pull-request/2120' into PHP-5.6Christoph M. Becker2016-09-241-2/+2
|\
| * Fix potential memory issue with USE_ZEND_ALLOC=0Christoph M. Becker2016-09-071-2/+2
* | Fix #73161: imagecreatefromgd2() may leak memoryChristoph M. Becker2016-09-244-5/+24
* | Fix #73159: imagegd2(): unrecognized formats may result in corrupted filesChristoph M. Becker2016-09-243-1/+24
* | Fix #73155: imagegd2() writes wrong chunk sizes on boundariesChristoph M. Becker2016-09-243-2/+31
* | Fix #73157 (again): imagegd2() ignores 3rd param if 4 are givenChristoph M. Becker2016-09-243-4/+27
* | Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"Anatol Belski2016-09-233-200/+1
* | skip this test for now as it seems to have issues running dev serverAnatol Belski2016-09-231-0/+1
* | Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-233-1/+199
* | Update NEWSChristoph M. Becker2016-09-231-0/+2
* | Formatting. Fix possible memory corruption in FPM SHM managementJulien Pauli2016-09-231-12/+16
* | fix every work call mmaptom9162016-09-231-13/+12
* | Rework FreeType related testsChristoph M. Becker2016-09-235-155/+104
* | update libs versionsAnatol Belski2016-09-221-2/+2
* | fix bug related to #865Márcio Almada2016-09-223-4/+39
* | Fixed inconsistent meaning of zend_startup_module_ex() return value used in z...Dmitry Stogov2016-09-201-1/+7
* | Merge branch 'pull-request/1845' into PHP-5.6Christoph M. Becker2016-09-206-77/+193
|\ \
| * | fix left-shifted/misaligned bounding-box + wrong kerning in imagettfbbox/imag...Mark Plomer2016-04-036-83/+191
| * | Dont ignore errors from FT_Get_GlyphPaul Tarjan2016-04-031-1/+9
* | | Fix wrong year in previous commit.George Wang2016-09-191-2/+2
* | | Do not wrap user exception in case of custom JSON serializationJulien Pauli2016-09-192-1/+27
* | | Fix #73100: session_destroy null dereference in ps_files_path_createChristoph M. Becker2016-09-163-1/+25
* | | Updte NEWSXinchen Hui2016-09-161-0/+3
* | | Fixed bug #72505 (readfile() mangles files larger than 2G)Xinchen Hui2016-09-161-1/+1
* | | Fix #73003: Integer Overflow in gdImageWebpCtx of gd_webp.cChristoph M. Becker2016-09-162-0/+11
* | | fix test (32bits)Remi Collet2016-09-151-1/+1
* | | fix ZTS buildRemi Collet2016-09-151-1/+1
* | | update NEWSFerenc Kovacs2016-09-151-2/+33
* | | Fix and reactivate regression test for bug #50194Christoph M. Becker2016-09-151-2/+10
* | | Skip ext/gd/tests/bug50194.phpt for nowChristoph M. Becker2016-09-141-0/+1
* | | Fix #50194: imagettftext broken on transparent background w/o alphablendingChristoph M. Becker2016-09-144-0/+33
* | | Fix bug #73072 (Invalid path SNI_server_certs causes segfault)Jakub Zelenka2016-09-133-3/+55
* | | Merge branch 'pull-request/2126' into PHP-5.6Christoph M. Becker2016-09-131-2/+2
|\ \ \
| * | | Add myself as pdo_dblib maintainerAdam Baratz2016-09-121-2/+2
* | | | add test for bug #73068Anatol Belski2016-09-131-0/+37