Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve default value handling of Exception constructors | Máté Kocsis | 2020-09-21 | 1 | -2/+2 |
* | Consolidate the usage of "either" and "one of" in error messages | Máté Kocsis | 2020-09-20 | 1 | -1/+1 |
* | Fix UNKNOWN default value of apache_note() | Máté Kocsis | 2020-09-19 | 3 | -4/+4 |
* | Run tidy | Nikita Popov | 2020-09-18 | 25 | -40/+40 |
* | Remove support for EXT_NOP | Nikita Popov | 2020-09-18 | 1 | -1/+2 |
* | Support ephemeral ports in debug server | Sara Golemon | 2020-09-17 | 1 | -35/+65 |
* | Add missing param type to pcre reflection test | Máté Kocsis | 2020-09-15 | 1 | -1/+1 |
* | Fix mbstring fuzzer | Nikita Popov | 2020-09-11 | 1 | -1/+3 |
* | Simplify error type filter | twosee | 2020-09-10 | 2 | -37/+24 |
* | Adjust assignment line number for match | Ilija Tovilo | 2020-09-08 | 4 | -0/+128 |
* | Reduce input size limit in execute fuzzer | Nikita Popov | 2020-09-07 | 2 | -2/+2 |
* | Avoid large eval inputs in fuzzer | Nikita Popov | 2020-09-07 | 1 | -2/+17 |
* | Accept zend_string instead of zval in zend_compile_string | Nikita Popov | 2020-09-07 | 4 | -22/+11 |
* | Disable InfiniteIterator class while fuzzing | Nikita Popov | 2020-09-04 | 1 | -0/+2 |
* | Extend function blacklist in execute fuzzer | Nikita Popov | 2020-09-02 | 1 | -1/+3 |
* | Support cli_server.color on Windows | Christoph M. Becker | 2020-08-28 | 1 | -2/+10 |
* | Fix execute fuzzer on i386 | Nikita Popov | 2020-08-28 | 1 | -1/+5 |
* | Rehash function table after disabling functions | Nikita Popov | 2020-08-28 | 1 | -3/+1 |
* | Fix typo | Nikita Popov | 2020-08-27 | 1 | -1/+1 |
* | Generate execute corpus in generate_all.php | Nikita Popov | 2020-08-27 | 3 | -1/+5 |
* | Add experimental "execute" fuzzer | Nikita Popov | 2020-08-27 | 7 | -58/+160 |
* | sapi/fpm/config.m4: check for libapparmor's aa_change_profile() | Kees Cook | 2020-08-24 | 1 | -1/+1 |
* | ensure installed ini don't interfere | Remi Collet | 2020-08-21 | 1 | -1/+1 |
* | Switch to mime-db as source of extension => MIME map | Nikita Popov | 2020-08-13 | 2 | -28/+210 |
* | Small CS fix | Nyholm | 2020-08-12 | 1 | -6/+12 |
* | Disable report_zend_debug by default | Nikita Popov | 2020-08-12 | 3 | -14/+1 |
* | Merge branch 'PHP-7.4' | George Wang | 2020-08-10 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | George Wang | 2020-08-10 | 1 | -1/+2 |
| |\ | |||||
| | * | Make sure string is NUL byte terminated. | George Wang | 2020-08-10 | 1 | -1/+2 |
* | | | Fixed bug #62294 | Nikita Popov | 2020-08-10 | 3 | -1/+17 |
* | | | Fixed bug #65275 | Nikita Popov | 2020-08-10 | 3 | -25/+35 |
* | | | Fixed bug #79948 | Nikita Popov | 2020-08-10 | 1 | -6/+5 |
* | | | Fixed bug #77561 | Nikita Popov | 2020-08-10 | 2 | -0/+14 |
* | | | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 1 | -0/+1 |
* | | | Accept zend_object* in zend_update_property | Nikita Popov | 2020-08-07 | 1 | -3/+2 |
* | | | Accept zend_object* in zend_get_exception_base | Nikita Popov | 2020-08-07 | 1 | -11/+8 |
* | | | Accept zend_object in zend_read_property | Nikita Popov | 2020-08-07 | 2 | -11/+9 |
* | | | Add more argument types to stubs | Máté Kocsis | 2020-08-07 | 1 | -3/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-08-05 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Check ps -p availability in process title test | Nikita Popov | 2020-08-05 | 1 | -1/+6 |
* | | | FPM: Prevent warning with raising pm.max_children for shared pool | Jakub Zelenka | 2020-08-04 | 3 | -13/+5 |
* | | | XFAIL status-listen FPM test | Nikita Popov | 2020-08-04 | 1 | -0/+2 |
* | | | FPM: Add pm.status_listen option | Jakub Zelenka | 2020-08-03 | 10 | -6/+148 |
* | | | Make http stream wrapper advertise HTTP/1.1 by default | Rowan Tommins | 2020-08-03 | 2 | -5/+5 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-07-29 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Prevent test case from stalling | Christoph M. Becker | 2020-07-29 | 1 | -2/+4 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-07-27 | 1 | -2/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-07-27 | 1 | -2/+11 |
| |\ \ | | |/ | |||||
| | * | Fix #77932: File extensions are case-sensitive | Christoph M. Becker | 2020-07-27 | 1 | -2/+11 |
* | | | Address some compiler warnings. | George Wang | 2020-07-23 | 2 | -5/+8 |