summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-291-4/+10
| |\ \ | | |/
| | * Fix #79756: finfo_file crash (FILEINFO_MIME)Christoph M. Becker2020-06-291-4/+10
| | * 7.3 is now 7.3.21-devChristoph M. Becker2020-06-231-3/+3
* | | Clear last error before shutting down memory managerNikita Popov2020-06-261-0/+1
* | | Correct comment in plain_wrapper.c (refers to microseconds, not milliseconds)Alex Dowad2020-06-241-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-091-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-091-1/+1
| |\ \ | | |/
| | * Fix possibly unsupported timercmp() usageChristoph M. Becker2020-06-091-1/+1
| | * 7.3.20 will be nextChristoph M. Becker2020-05-261-3/+3
| * | Bump versionChristoph M. Becker2020-05-191-3/+3
* | | Fix incorrect zend_bool usage for display_errorsGeorge Peter Banyard2020-06-092-5/+6
* | | Add helper APIs for maybe-interned string creationtwosee2020-06-081-15/+3
* | | Constify char * arguments of APIstwosee2020-06-0813-57/+49
* | | Fix expression warnings and break warningstwosee2020-06-076-11/+11
* | | Remove duplicate zend_trytwosee2020-06-071-2/+2
* | | Pass zend_string message to zend_error_cbNikita Popov2020-06-052-55/+43
* | | Fixed bug #72089: Throw Error on require failureNikita Popov2020-06-051-1/+1
* | | Fix small typo in commentDaniel Ruf2020-05-311-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-141-1/+7
|\ \ \ | |/ /