summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Collapse)AuthorAgeFilesLines
* Fix cli server test fails after recent AppVeyor image updateAnatol Belski2018-05-181-6/+12
|
* Fixed bug #76333 PHP built-in server does not find files if root path ↵Anatol Belski2018-05-131-1/+3
| | | | contains special characters
* Revert "Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown ↵Nikita Popov2018-01-121-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 Kaplan2018-01-021-2/+2
|
* year++Xinchen Hui2018-01-029-10/+10
|
* Move includes in ps_title.cDavid Carlier2017-12-161-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 Belski2017-11-281-0/+20
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-143-73/+79
|\ | | | | | | | | | | * PHP-7.0: Update NEWS Fix bug 60471 by correctly identifying unused speculative preconnections
| * Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-11-143-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.1Xinchen Hui2017-10-151-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 Hui2017-10-151-16/+14
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-181-13/+1
|\ \ | |/ | | | | | | * PHP-7.0: Fix the version check causing the test fail
| * Fix the version check causing the test failAnatol Belski2017-09-181-13/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-051-0/+3
|\ \ | |/
| * Add missing null terminationNikita Popov2017-09-051-0/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-053-28/+119
|\ \ | |/
| * Fixed bug #70470Bouke van der Bijl2017-09-053-28/+119
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-241-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: Update copyright year to 2017
| * Update copyright year to 2017Peter Kokot2017-07-241-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-06-121-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 sectionsManuel Mausz2017-06-091-0/+46
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-171-0/+4
|\ \ | |/ | | | | | | * PHP-7.0: Added cleanup
| * Added cleanupXinchen Hui2017-05-171-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-171-0/+34
|\ \ | |/ | | | | | | * PHP-7.0: Added test for bug #74600
| * Added test for bug #74600Xinchen Hui2017-05-171-0/+34
| |
* | fix buffer overflowAnatol Belski2017-04-031-2/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-181-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Remove remnants of TSMRLS_* macro calls
| * Remove remnants of TSMRLS_* macro callsThomas Punt2017-01-181-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-131-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 relabilityMitch Hagstrand2017-01-131-3/+3
| | | | | | | | | | 1. Increased sleep time from 25ms to 50ms 2. Added sleep to shutdown handlers
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-101-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-cliJoe Watkins2017-01-101-1/+1
| |
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-049-10/+10
| |
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-049-10/+10
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-011-0/+3
|\ \ | |/
| * Flush stderr on win32 in cli_log_messageNikita Popov2017-01-011-0/+3
| | | | | | | | This allows us to unfork a bunch of tests for Windows.
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-272-18/+56
|\ \ | |/
| * Makes the sapi web server and curl tests more reliableMitch Hagstrand2016-12-272-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 skipifAnatol Belski2016-11-181-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 #73360Anatol Belski2016-10-211-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 Belski2016-10-211-3/+3
| | | | | | | | This reverts commit 64fee0aecb2c804a088b896da6f736dbc19d8424.
* | Fixed bug #73360 Unable to work in root with unicode charsAnatol Belski2016-10-211-3/+3
| |
* | pull ps_title behind the logic to support the current codepageAnatol Belski2016-08-111-23/+14
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-091-6/+2
|\ \ | |/
| * Don't copy mime types in CLI serverNikita Popov2016-08-091-6/+2
| | | | | | | | This is both unnecessary and causes leaks in valgrind.
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-281-1/+6
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-1/+6
| |\
| | * Fix #72676: Test cli_process_title_unix fails on AIXChristoph M. Becker2016-07-281-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 Hui2016-06-281-1/+3
| | |
* | | correct macro namesAnatol Belski2016-07-171-2/+2
| | |