Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #77794: Incorrect Date header format in built-in server | Niklas Keller | 2019-03-25 | 1 | -6/+5 |
* | Fixed bug #77111 php-win.exe corrupts unicode symbols from cli parameters | Anatol Belski | 2018-11-16 | 3 | -5/+47 |
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 6 | -7/+1 |
* | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 50 | -101/+101 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -3/+0 |
* | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -53/+53 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
|\ | |||||
| * | Fix cli server test fails after recent AppVeyor image update | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Fixed bug #76333 PHP built-in server does not find files if root path contain... | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-12 | 1 | -14/+16 |
|\ \ | |/ | |||||
| * | Revert "Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown f... | Nikita Popov | 2018-01-12 | 1 | -14/+16 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 1 | -2/+2 |
| * | year++ | Xinchen Hui | 2018-01-02 | 9 | -10/+10 |
* | | year++ | Xinchen Hui | 2018-01-02 | 9 | -10/+10 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-16 | 1 | -10/+11 |
|\ \ | |/ | |||||
| * | Move includes in ps_title.c | David Carlier | 2017-12-16 | 1 | -10/+11 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-11-28 | 1 | -0/+20 |
|\ \ | |/ | |||||
| * | 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 |
| |\ | |||||
| | * | Fix bug 60471 by correctly identifying unused speculative preconnections | Sammy Kaye Powers | 2017-11-14 | 3 | -73/+79 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
| |\ \ | | |/ | |||||
| | * | Fix the version check causing the test fail | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-09-05 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | 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.1' into PHP-7.2 | Nikita Popov | 2017-09-05 | 3 | -27/+118 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Rework automatic interactive cli activation | Anatol Belski | 2017-08-03 | 1 | -4/+14 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-07-24 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-24 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Update copyright year to 2017 | Peter Kokot | 2017-07-24 | 1 | -2/+2 |
* | | | Fixed bug #74849 Process is started as interactive shell in PhpStorm | Anatol Belski | 2017-07-03 | 1 | -2/+1 |
* | | | Fixed php_socket_t to int conversion | Richard Fussenegger | 2017-06-15 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-06-12 | 1 | -0/+46 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-06-12 | 1 | -0/+46 |
| |\ \ | | |/ | |||||
| | * | Add simple cli test for PATH/HOST ini sections | Manuel Mausz | 2017-06-09 | 1 | -0/+46 |
* | | | missing fix for another test | Remi Collet | 2017-05-29 | 1 | -1/+2 |
* | | | extend condition | Anatol Belski | 2017-05-27 | 1 | -1/+1 |
* | | | Turn interactive mode on, if cli binary is clicked in filemanager | Anatol Belski | 2017-05-25 | 1 | -0/+5 |
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-05-17 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-17 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Added cleanup | Xinchen Hui | 2017-05-17 | 1 | -0/+4 |
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-05-17 | 1 | -0/+34 |
|\ \ \ | |/ / |