Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cli server test fails after recent AppVeyor image update | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
| | |||||
* | Fixed bug #76333 PHP built-in server does not find files if root path ↵ | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
| | | | | contains special characters | ||||
* | Revert "Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown ↵ | Nikita Popov | 2018-01-12 | 1 | -14/+16 |
| | | | | | | | | | function)" This reverts commit 816758eda2bcdd69ba505fb6bbb79124a7bf2254. After this commit relative router scripts were resolved against docroot rather than shell cwd. | ||||
* | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 1 | -2/+2 |
| | |||||
* | year++ | Xinchen Hui | 2018-01-02 | 9 | -10/+10 |
| | |||||
* | Move includes in ps_title.c | David Carlier | 2017-12-16 | 1 | -10/+11 |
| | | | | | | The HAVE_UNISTD_H check has to be after including config.h. Also include sys/types.h, which may be needed for setproctitle. | ||||
* | Fixed bug #73830 Directory does not exist. | Anatol Belski | 2017-11-28 | 1 | -0/+20 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-11-14 | 3 | -73/+79 |
|\ | | | | | | | | | | | * PHP-7.0: Update NEWS Fix bug 60471 by correctly identifying unused speculative preconnections | ||||
| * | Fix bug 60471 by correctly identifying unused speculative preconnections | Sammy Kaye Powers | 2017-11-14 | 3 | -73/+79 |
| | | | | | | | | | | | | | | | | | | * Correctly identify unused speculative preconnections from browsers like Chrome and Firefox * Add a new message to the debug level that is emitted when a TCP connection is closed without sending any request (a preconnection) * Fix an issue where the existing debug messages were not being displayed even when debug mode was enabled | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | ||||
| * | Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix the version check causing the test fail | ||||
| * | Fix the version check causing the test fail | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-09-05 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Add missing null termination | Nikita Popov | 2017-09-05 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-09-05 | 3 | -28/+119 |
|\ \ | |/ | |||||
| * | Fixed bug #70470 | Bouke van der Bijl | 2017-09-05 | 3 | -28/+119 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-24 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-7.0: Update copyright year to 2017 | ||||
| * | Update copyright year to 2017 | Peter Kokot | 2017-07-24 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-06-12 | 1 | -0/+46 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: Add simple cli test for PATH/HOST ini sections Fixed bug #74600 | ||||
| * | Add simple cli test for PATH/HOST ini sections | Manuel Mausz | 2017-06-09 | 1 | -0/+46 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-17 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | * PHP-7.0: Added cleanup | ||||
| * | Added cleanup | Xinchen Hui | 2017-05-17 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-17 | 1 | -0/+34 |
|\ \ | |/ | | | | | | | * PHP-7.0: Added test for bug #74600 | ||||
| * | Added test for bug #74600 | Xinchen Hui | 2017-05-17 | 1 | -0/+34 |
| | | |||||
* | | fix buffer overflow | Anatol Belski | 2017-04-03 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-18 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: Remove remnants of TSMRLS_* macro calls | ||||
| * | Remove remnants of TSMRLS_* macro calls | Thomas Punt | 2017-01-18 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-13 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | * PHP-7.0: Increase wait time for tests involving sockets to improve Travis relability | ||||
| * | 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 | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-10 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed #73902 mention router support in usage output for php-cli | ||||
| * | 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 |
| | | |||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 9 | -10/+10 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-01 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-12-27 | 2 | -18/+56 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | extend skipif | Anatol Belski | 2016-11-18 | 1 | -0/+3 |
| | | | | | | | | | | | | This test won't pass on Windows. The main reason is that the multiline input is not really possible to create on cmd. But also, because of the single quotes. And without multiline data piping, it doesn't make sense. | ||||
* | | Better fix for bug #73360 | Anatol Belski | 2016-10-21 | 1 | -3/+3 |
| | | | | | | | | | | This also fixes the TS issue. And, it also reveals that there's an issue in the VCWD_* API to be possibly addressed. | ||||
* | | Revert "Fixed bug #73360 Unable to work in root with unicode chars" | Anatol Belski | 2016-10-21 | 1 | -3/+3 |
| | | | | | | | | This reverts commit 64fee0aecb2c804a088b896da6f736dbc19d8424. | ||||
* | | Fixed bug #73360 Unable to work in root with unicode chars | Anatol Belski | 2016-10-21 | 1 | -3/+3 |
| | | |||||
* | | pull ps_title behind the logic to support the current codepage | Anatol Belski | 2016-08-11 | 1 | -23/+14 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-08-09 | 1 | -6/+2 |
|\ \ | |/ | |||||
| * | 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-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-28 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | 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 |
| | | | |||||
* | | | correct macro names | Anatol Belski | 2016-07-17 | 1 | -2/+2 |
| | | |