| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add sanitizing checks for request data. | George Wang | 2015-12-12 | 1 | -2/+54 |
| | | |||||
| * | Clear secret after use. | George Wang | 2015-12-12 | 1 | -5/+8 |
| | | |||||
| * | standard tsrm usage for seven | Joe Watkins | 2015-12-06 | 3 | -9/+10 |
| | | |||||
| * | Fix bug #71005 (Segfault in php_cli_server_dispatch_router()). | Adam Harvey | 2015-12-01 | 2 | -0/+48 |
| | | | | | | | We didn't initialise the retval variable in php_cli_server_dispatch_router(); let's now initialise it to be IS_UNDEF, as the following if condition expects. | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2015-11-23 | 3 | -5/+5 |
| |\ | | | | | | | | | | | | | | | | | * PHP-5.6: Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions) Conflicts: sapi/cgi/config9.m4 sapi/fpm/config.m4 | ||||
| | * | Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: ↵ | Lior Kaplan | 2015-11-23 | 3 | -5/+5 |
| | | | | | | | | | php_register_internal_extensions) | ||||
| | * | Ensure the test fails | Xinchen Hui | 2015-11-11 | 1 | -0/+4 |
| | | | |||||
| | * | unbreak coverage data: fix #line directives in phpdbg parser | Nuno Lopes | 2015-10-24 | 1 | -25/+25 |
| | | | |||||
| | * | Fix globals initialization in sapi/cgi | Anatol Belski | 2015-10-23 | 1 | -5/+6 |
| | | | | | | | | | Basically backport 8430ec17 | ||||
| * | | Output stderr on real stderr in phpdbg | Bob Weinand | 2015-11-23 | 1 | -1/+1 |
| | | | |||||
| * | | Update mime type generator script to keep track of additional mime-types | Reeze Xia | 2015-11-15 | 2 | -1/+13 |
| | | | |||||
| * | | Added support for CSS/JavaScript source maps | Thorsten Rinne | 2015-11-15 | 1 | -0/+1 |
| | | | | | | | Source maps (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) are basically a way to map a combined/minified file back to an unbuilt state. To avoid error messages in Browser DevTools, source map files should be served with the MIME type "application/json" | ||||
| * | | Ensure the test fails | Xinchen Hui | 2015-11-11 | 1 | -0/+4 |
| | | | |||||
| * | | rm duplicate include | Lynn | 2015-11-07 | 1 | -1/+0 |
| | | | |||||
| * | | Fixed bug #70863 Incorect logic to increment_function for proxy objects | Anatol Belski | 2015-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug #70540 (sapi/fpm/tests/008.phpt and 016.phpt should be skipped on ↵ | Xinchen Hui | 2015-11-02 | 2 | -3/+33 |
| | | | | | | | | | some platforms) | ||||
| * | | Add test_fpm_conf to skip some tests ranth than mark --xfail-- | Xinchen Hui | 2015-11-02 | 2 | -5/+25 |
| | | | |||||
| * | | Fixed incomplete initialization. | Dmitry Stogov | 2015-10-30 | 1 | -2/+2 |
| | | | |||||
| * | | unbreak coverage data: fix #line directives in phpdbg parser | Nuno Lopes | 2015-10-24 | 1 | -30/+30 |
| | | | |||||
| * | | Exempt paging from -qrr mode | Bob Weinand | 2015-10-20 | 2 | -9/+10 |
| | | | |||||
| * | | - Implemented output paging | Felipe Pena | 2015-10-18 | 7 | -6/+103 |
| | | | |||||
| * | | Prevent memcmp() result truncation | Bob Weinand | 2015-10-13 | 1 | -3/+3 |
| | | | | | | | | | This fixes reported issues with sapi/phpdbg/tests/watch_001.phpt | ||||
| * | | phpdbg test info_001.phpt was dependent on auto_globals_jit | Bob Weinand | 2015-10-13 | 1 | -2/+4 |
| | | | |||||
| * | | Fix on/off values in phpdbg lexer | Bob Weinand | 2015-10-13 | 2 | -738/+733 |
| | | | |||||
| * | | Fix parse errors in -rr mode | Bob Weinand | 2015-10-02 | 1 | -1/+3 |
| | | | |||||
| * | | Ensure proper set_exception_handler() handling with exit() inside it | Bob Weinand | 2015-10-02 | 1 | -3/+11 |
| | | | |||||
| * | | Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions) | Bob Weinand | 2015-10-02 | 3 | -4/+7 |
| | | | |||||
| * | | Do not display memory leaks on fatal | Bob Weinand | 2015-10-02 | 1 | -3/+7 |
| | | | |||||
| * | | Do not include zend_verify_return_type in executable ops (phpdbg) | Bob Weinand | 2015-10-02 | 1 | -4/+4 |
| | | | |||||
| * | | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | ||||
| * | | Add NTS/ZTS information to php -v | Bob Weinand | 2015-09-30 | 1 | -8/+11 |
| | | | |||||
| * | | fork test | Anatol Belski | 2015-09-30 | 1 | -0/+34 |
| | | | |||||
| * | | fix tests on Windows | Anatol Belski | 2015-09-30 | 4 | -3/+23 |
| | | | |||||
| * | | tweak cgi binary search | Anatol Belski | 2015-09-30 | 2 | -14/+19 |
| | | | |||||
| * | | fix phpdbg's -h switch | Anatol Belski | 2015-09-27 | 1 | -0/+4 |
| | | | | | | | | | | | The help functionality needs a correct stdout fd, so pre setup it for the only case. | ||||
| * | | Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg) | Bob Weinand | 2015-09-23 | 4 | -8/+19 |
| | | | |||||
| * | | Fixed bug #70532 (respect set_exception_handler in phpdbg) | Bob Weinand | 2015-09-23 | 2 | -2/+4 |
| | | | |||||
| * | | Fixed memleaks in apache2handler | Xinchen Hui | 2015-09-23 | 1 | -5/+16 |
| | | | |||||
| * | | Don't keep dangling pointers | Dmitry Stogov | 2015-09-23 | 2 | -2/+9 |
| | | | |||||
| * | | Fixed bug #70279 (HTTP Authorization Header is sometimes passed to newer ↵ | Xinchen Hui | 2015-09-22 | 1 | -1/+1 |
| | | | | | | | | | reqeusts) | ||||
| * | | Fixed bug #70538 ("php-fpm -i" crashes) | Xinchen Hui | 2015-09-21 | 1 | -2/+1 |
| | | | |||||
| * | | Fixed bug #70538 ("php-fpm -i" crashes) | Xinchen Hui | 2015-09-21 | 1 | -1/+1 |
| | | | |||||
| * | | Always properly show exit status in phpdbg | Bob Weinand | 2015-09-19 | 1 | -1/+6 |
| | | | | | | | | | Especially when it is only set after main run (e.g. register_shutdown_function) | ||||
| * | | Fix oplog... | Bob Weinand | 2015-09-19 | 3 | -4/+5 |
| | | | |||||
| * | | Apply same fixes for until | Bob Weinand | 2015-09-19 | 1 | -18/+14 |
| | | | |||||
| * | | Fix leave and finish | Bob Weinand | 2015-09-19 | 2 | -8/+58 |
| | | | |||||
| * | | Add eventual escaping for phpdbg arguments | Bob Weinand | 2015-09-18 | 3 | -630/+979 |
| | | | |||||
| * | | Add # delimiter to phpdbg commands | Bob Weinand | 2015-09-17 | 9 | -832/+986 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-09-11 | 1 | -0/+41 |
| |\ \ | |/ | |||||
| | * | Add test XFAIL for bug #70470 | Xinchen Hui | 2015-09-11 | 1 | -0/+41 |
| | | | |||||
