summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-231-1/+2
* Add test for zend_extension loadingNikita Popov2020-10-211-0/+65
* Revert "Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir tree"Nikita Popov2020-10-192-9/+3
* Update to mime-db 1.45Nikita Popov2020-10-092-3/+10
* Review parameter names in ext/pcreMáté Kocsis2020-10-021-10/+10
* Update ext/standard parameter namesNikita Popov2020-09-291-2/+2
* Improve default value handling of Exception constructorsMáté Kocsis2020-09-211-2/+2
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* Fix UNKNOWN default value of apache_note()Máté Kocsis2020-09-193-4/+4
* Run tidyNikita Popov2020-09-1825-40/+40
* Remove support for EXT_NOPNikita Popov2020-09-181-1/+2
* Support ephemeral ports in debug serverSara Golemon2020-09-171-35/+65
* Add missing param type to pcre reflection testMáté Kocsis2020-09-151-1/+1
* Fix mbstring fuzzerNikita Popov2020-09-111-1/+3
* Simplify error type filtertwosee2020-09-102-37/+24
* Adjust assignment line number for matchIlija Tovilo2020-09-084-0/+128
* Reduce input size limit in execute fuzzerNikita Popov2020-09-072-2/+2
* Avoid large eval inputs in fuzzerNikita Popov2020-09-071-2/+17
* Accept zend_string instead of zval in zend_compile_stringNikita Popov2020-09-074-22/+11
* Disable InfiniteIterator class while fuzzingNikita Popov2020-09-041-0/+2
* Extend function blacklist in execute fuzzerNikita Popov2020-09-021-1/+3
* Support cli_server.color on WindowsChristoph M. Becker2020-08-281-2/+10
* Fix execute fuzzer on i386Nikita Popov2020-08-281-1/+5
* Rehash function table after disabling functionsNikita Popov2020-08-281-3/+1
* Fix typoNikita Popov2020-08-271-1/+1
* Generate execute corpus in generate_all.phpNikita Popov2020-08-273-1/+5
* Add experimental "execute" fuzzerNikita Popov2020-08-277-58/+160
* sapi/fpm/config.m4: check for libapparmor's aa_change_profile()Kees Cook2020-08-241-1/+1
* ensure installed ini don't interfereRemi Collet2020-08-211-1/+1
* Switch to mime-db as source of extension => MIME mapNikita Popov2020-08-132-28/+210
* Small CS fixNyholm2020-08-121-6/+12
* Disable report_zend_debug by defaultNikita Popov2020-08-123-14/+1
* Merge branch 'PHP-7.4'George Wang2020-08-101-1/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4George Wang2020-08-101-1/+2
| |\
| | * Make sure string is NUL byte terminated.George Wang2020-08-101-1/+2
* | | Fixed bug #62294Nikita Popov2020-08-103-1/+17
* | | Fixed bug #65275Nikita Popov2020-08-103-25/+35
* | | Fixed bug #79948Nikita Popov2020-08-101-6/+5
* | | Fixed bug #77561Nikita Popov2020-08-102-0/+14
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-3/+2
* | | Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-071-11/+8
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-072-11/+9
* | | Add more argument types to stubsMáté Kocsis2020-08-071-3/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-051-1/+6
|\ \ \ | |/ /
| * | Check ps -p availability in process title testNikita Popov2020-08-051-1/+6
* | | FPM: Prevent warning with raising pm.max_children for shared poolJakub Zelenka2020-08-043-13/+5
* | | XFAIL status-listen FPM testNikita Popov2020-08-041-0/+2
* | | FPM: Add pm.status_listen optionJakub Zelenka2020-08-0310-6/+148
* | | Make http stream wrapper advertise HTTP/1.1 by defaultRowan Tommins2020-08-032-5/+5