| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
| | | |||||
| * | Fix the version check causing the test fail | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
| | | |||||
| * | Add missing null termination | Nikita Popov | 2017-09-05 | 1 | -0/+3 |
| | | |||||
| * | Fixed bug #70470 | Bouke van der Bijl | 2017-09-05 | 3 | -28/+119 |
| | | |||||
| * | Update copyright year to 2017 | Peter Kokot | 2017-07-24 | 1 | -2/+2 |
| | | |||||
| * | Add simple cli test for PATH/HOST ini sections | Manuel Mausz | 2017-06-09 | 1 | -0/+46 |
| | | |||||
| * | Added cleanup | Xinchen Hui | 2017-05-17 | 1 | -0/+4 |
| | | |||||
| * | Added test for bug #74600 | Xinchen Hui | 2017-05-17 | 1 | -0/+34 |
| | | |||||
| * | Remove remnants of TSMRLS_* macro calls | Thomas Punt | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | Increase wait time for tests involving sockets to improve Travis relability | Mitch Hagstrand | 2017-01-13 | 1 | -3/+3 |
| | | | | | | 1. Increased sleep time from 25ms to 50ms 2. Added sleep to shutdown handlers | ||||
| * | Fixed #73902 mention router support in usage output for php-cli | Joe Watkins | 2017-01-10 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 9 | -10/+10 |
| | | |||||
| * | Flush stderr on win32 in cli_log_message | Nikita Popov | 2017-01-01 | 1 | -0/+3 |
| | | | | | This allows us to unfork a bunch of tests for Windows. | ||||
| * | Makes the sapi web server and curl tests more reliable | Mitch Hagstrand | 2016-12-27 | 2 | -18/+56 |
| | | | | | | | | | 1. Increased the time for the sapi/cli/tests/php_cli_server.inc to accept connections. 2. sapi/cli/tests/php_cli_server.inc has errors messages and a `stop` function. 3. bug67429.phpt uses the `stop` function to shutdown the webserver before starting a new one. 4. Removed ext/curl/tests/bug48203_multi-win32.phpt test now that ext/curl/tests/bug48203_multi.phpt runs on Windows also. | ||||
| * | Don't copy mime types in CLI server | Nikita Popov | 2016-08-09 | 1 | -6/+2 |
| | | | | | This is both unnecessary and causes leaks in valgrind. | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-28 | 1 | -1/+6 |
| |\ | |||||
| | * | Fix #72676: Test cli_process_title_unix fails on AIX | Christoph M. Becker | 2016-07-28 | 1 | -1/+6 |
| | | | | | | | | | Patch provided by matthieu dot sarter dot external at atos dot net. | ||||
| * | | MFH: Fixed fd leak (the origin commit can not be cherry-picked) | Xinchen Hui | 2016-06-28 | 1 | -1/+3 |
| | | | |||||
| * | | Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify ↵ | Xinchen Hui | 2016-06-24 | 1 | -4/+1 |
| | | | | | | | | | router.php) | ||||
| * | | fix size_t signed comparison | Joe Watkins | 2016-04-29 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed failed with libedit | Xinchen Hui | 2016-04-15 | 1 | -0/+3 |
| | | | |||||
| * | | Fix bug #71624, PHP_MODE_PROCESS_STDIN (CLI SAPI called with '-R') did not ↵ | Sean DuBois | 2016-03-15 | 2 | -4/+46 |
| | | | | | | | | | properly set $argi and $argn | ||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-03 | 4 | -5/+23 |
| |\ \ | |/ | |||||
| | * | Fixed bug #69953 | Christoph M. Becker | 2016-03-03 | 4 | -5/+23 |
| | | | | | | | | | Added support for MKCALENDAR request method in CLI web server. | ||||
| * | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
| | | | | | | | | | Also re bug #71575. | ||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-03 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | Disable upload_2G test on travis | Nikita Popov | 2016-03-03 | 1 | -0/+4 |
| | | | |||||
| | * | fix ts buld | Anatol Belski | 2016-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.6.19' into PHP-7.0.4 | Stanislav Malyshev | 2016-03-01 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6.19: fix test file Fix version update NEWS Update NEWS Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile() fix ts buld prep for 5.6.19RC1 5.6.20 is next Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize Conflicts: configure.in ext/wddx/wddx.c main/php_version.h | ||||
| | * | | fix ts buldphp-5.6.19RC1 | Anatol Belski | 2016-02-18 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-02-14 | 1 | -0/+13 |
| |\ \ | |/ | | | | | | | * PHP-5.6: Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug | ||||
| | * | Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug | Anatol Belski | 2016-02-14 | 1 | -0/+13 |
| | | | |||||
| * | | be more precise about the meaning of -n | Joe Watkins | 2016-02-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-01-18 | 1 | -5/+5 |
| |\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.6: fork test fix test fork test fork test for win32 fork test | ||||
| | * | fix test | Anatol Belski | 2016-01-18 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2016-01-04 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) Conflicts: ext/json/php_json_encoder.h sapi/continuity/capi.c | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 8 | -9/+9 |
| |\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 8 | -9/+9 |
| | | | |||||
| | * | Added support for HTTP 451 | Julien Pauli | 2015-12-23 | 1 | -0/+1 |
| | | | |||||
| * | | 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 | 1 | -2/+2 |
| |\ \ | |/ | | | | | | | | | | | | | | | * 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 | 1 | -2/+2 |
| | | | | | | | | | php_register_internal_extensions) | ||||
| | * | Ensure the test fails | Xinchen Hui | 2015-11-11 | 1 | -0/+4 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Fixed bug #70863 Incorect logic to increment_function for proxy objects | Anatol Belski | 2015-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add NTS/ZTS information to php -v | Bob Weinand | 2015-09-30 | 1 | -8/+11 |
| | | | |||||
