summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | add test for bug #72701Anatol Belski2016-07-291-0/+32
* | | Fixed bug #72701 mysqli_get_host_info() wrong outputAnatol Belski2016-07-291-1/+1
* | | fix typoAnatol Belski2016-07-291-5/+5
* | | add more errno handlingAnatol Belski2016-07-292-2/+18
* | | set errno in ioutil access routineAnatol Belski2016-07-291-2/+6
* | | move error check to right placeAnatol Belski2016-07-291-4/+5
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-07-292-0/+10
|\ \ \ | |/ /
| * | document file cache fallback ini directiveAnatol Belski2016-07-292-0/+10
* | | fix and improve the ioutil cwd routine for ntsAnatol Belski2016-07-292-12/+12
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-293-7/+47
|\ \ \ | |/ /
| * | 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-7.0' into PHP-7.1Christoph M. Becker2016-07-282-0/+55
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-283-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-283-0/+20
| |\ \ | | |/
| | * Fix #67976: cal_days_month() fails for final month of the French calendarChristoph M. Becker2016-07-283-0/+20
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-281-0/+3
|\ \ \ | |/ /
| * | Revert "Make call_user_func() on reference args consistent"Nikita Popov2016-07-283-84/+71
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-280-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-1/+1
| |\ \ | | |/
| | * Bug #69975 had already been fixed as of PHP 5.6.12Christoph M. Becker2016-07-281-4/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-282-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-0/+6
| |\ \ | | |/
| | * Fix #72677: SCM_CREDENTIALS related tests should be skipped on AIXChristoph M. Becker2016-07-282-0/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-281-1/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-1/+6
| |\ \ | | |/
| | * Fix #72676: Test cli_process_title_unix fails on AIXChristoph M. Becker2016-07-281-1/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-280-0/+0
|\ \ \ | |/ /
| * | Update to SQLite3 3.13.0Christoph M. Becker2016-07-284-12657/+56020
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-284-6/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-283-2/+25
| |\ \ | | |/
| | * Fix #72694: mb_ereg_search_setpos does not accept a string's last positionChristoph M. Becker2016-07-283-2/+25
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-284-5/+48
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-284-5/+48
| |\ \ | | |/
| | * Fix #72693: mb_ereg_search increments search position when a match zero-widthChristoph M. Becker2016-07-284-5/+48
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-283-3/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-283-3/+52
| |\ \ | | |/
| | * Fix #72691: mb_ereg_search raises a warning if a match zero-widthChristoph M. Becker2016-07-283-3/+53
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-280-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-4/+4
| |\ \ | | |/
| | * Bug #6836 has already been fixed in PHP 5.6.24 and 7.0.9Christoph M. Becker2016-07-281-4/+4
* | | Add new curl functions in UPGRADINGPierrick Charron2016-07-271-0/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-272-42/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-273-42/+8
| |\ \ | | |/
| | * Fixed bug #71929 (CURLINFO_CERTINFO data parsing error).Pierrick Charron2016-07-273-43/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-271-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-271-1/+6
| |\ \ | | |/
| | * Update NEWSPierrick Charron2016-07-271-0/+3