summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Merge branch 'PHP-7.4'twosee2020-07-291-0/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4twosee2020-07-291-0/+4
| |\ \ \ | | |/ /
| | * | Handle bindto errortwosee2020-07-291-0/+4
| | * | 7.3 is now 7.3.22-devChristoph M. Becker2020-07-211-3/+3
| * | | PHP-7.4 is 7.4.10-dev nowDerick Rethans2020-07-261-3/+3
| * | | Update php_version.hChristoph M. Becker2020-07-021-3/+3
* | | | Refactor user streams to use ZPP class checkGeorge Peter Banyard2020-07-281-43/+38
* | | | [RFC] Make string length for getTraceAsString() configurableTyson Andre2020-07-251-1/+0
* | | | Simplify user_stream_create_objectNikita Popov2020-07-231-22/+2
* | | | Fix #78236: convert error on receiving variables when duplicate [Christoph M. Becker2020-07-231-1/+7
* | | | Remove no longer needed stdint compatibility definesNikita Popov2020-07-231-148/+2
* | | | Fix warnings of strict-prototypestwosee2020-07-231-3/+3
* | | | Introduce error notification callbacks that are run independant of zend_error_cbBenjamin Eberlei2020-07-171-18/+29
* | | | Support socketpairs in proc_open()Martin Schröder2020-07-141-0/+5
* | | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | | Remove proto comments from C filesMax Semenik2020-07-0611-224/+112
* | | | Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-41/+30
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-291-4/+10
|\ \ \ \ | |/ / /