summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-09-281-1/+3
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-09-281-2/+6
| | |\
| | | * Do not decode cookie names anymoreStanislav Malyshev2020-09-261-2/+6
| | | * bump version to 7.2.34-devRemi Collet2020-08-041-3/+3
| | | * bump version to 7.2.32-devRemi Collet2020-05-121-3/+3
* | | | Clear error flag instead of toggling itChristoph M. Becker2020-09-231-6/+6
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-231-3/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-231-3/+1
| |\ \ \ | | |/ /
| | * | Fix #76735: Incorrect message in fopen on invalid modeChristoph M. Becker2020-09-231-3/+1
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-221-6/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-221-6/+7
| |\ \ \ | | |/ /
| | * | Fix #76943: Inconsistent stream_wrapper_restore() errorsChristoph M. Becker2020-09-221-6/+7
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-221-1/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-221-1/+17
| |\ \ \ | | |/ /
| | * | Fix #79423: copy command is limited to size of file it can copyChristoph M. Becker2020-09-221-1/+17
| | * | 7.3.24 is nextChristoph M. Becker2020-09-151-3/+3
* | | | Check linker compatibility directly from HMODULEChristoph M. Becker2020-09-212-19/+3
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-213-17/+43
|\ \ \ \ | |/ / /
| * | | Fix mmap copyingChristoph M. Becker2020-09-213-17/+43
* | | | Add system ID entropy APISammy Kaye Powers2020-09-181-0/+7
* | | | Change int parameter types to bool when the parameter behaves as boolMáté Kocsis2020-09-171-2/+2
* | | | Fix observer leakNikita Popov2020-09-151-1/+1
* | | | Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-141-1/+1
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-112-4/+12
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-112-4/+12
| |\ \ \ | | |/ /
| | * | Fix #80067: Omitting the port in bindto setting errorsChristoph M. Becker2020-09-112-4/+12
* | | | Simplify error type filtertwosee2020-09-101-19/+11
* | | | Add "const". Move constant strings to read-only memory.Dmitry Stogov2020-09-072-2/+2
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-031-8/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-031-8/+4
| |\ \ \ | | |/ /
| | * | Fix #80048: Bug #69100 has not been fixed for WindowsChristoph M. Becker2020-09-031-8/+4
| | * | 7.3.23 is nextChristoph M. Becker2020-08-181-3/+3
| * | | Prepare for 7.4.11Derick Rethans2020-08-181-3/+3
| * | | Use standard types in fopencookie testNikita Popov2020-08-051-1/+1
* | | | Add zend_observer APILevi Morrison2020-09-011-0/+4
* | | | Rehash function table after disabling functionsNikita Popov2020-08-282-42/+1
* | | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-3/+4
* | | | Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-1/+1
* | | | Disable report_zend_debug by defaultNikita Popov2020-08-121-1/+1
* | | | Fixed bug #65275Nikita Popov2020-08-101-1/+0
* | | | Fixed bug #77561Nikita Popov2020-08-101-14/+1
* | | | Add more argument types to stubsMáté Kocsis2020-08-071-7/+4
* | | | Prefer strtoll over atollNikita Popov2020-08-051-9/+0
* | | | Only force log startup errors if display_startup_errors disabledNikita Popov2020-08-051-1/+2
* | | | Use standard types in fopencookie testNikita Popov2020-08-051-1/+1
* | | | Update API version numbersGabriel Caruso2020-08-041-1/+1
* | | | Revert "Prepare for PHP 8.1"Nikita Popov2020-08-042-4/+4
* | | | Prepare for PHP 8.1Gabriel Caruso2020-08-041-3/+3
* | | | Update API version numbersGabriel Caruso2020-08-041-1/+1
* | | | ValueError for empty path in stream codeGeorge Peter Banyard2020-07-311-1/+1