Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -5/+5 |
* | Introduce zend_stream_init_filename() | Nikita Popov | 2019-07-16 | 1 | -10/+2 |
* | improvements to cli server | Joe Watkins | 2019-07-03 | 1 | -133/+170 |
* | implement support for workers in cli-server on platforms supporting fork | Joe Watkins | 2019-06-29 | 1 | -6/+104 |
* | Include the request method in CLI server logs | Simon Welsh | 2019-05-02 | 1 | -1/+1 |
* | Fix last maybe uninit warnings on 7.4 | Nikita Popov | 2019-04-15 | 1 | -0/+1 |
* | Remove checks for locale.h, setlocale, localeconv | Peter Kokot | 2019-04-07 | 1 | -2/+2 |
* | Remove HAVE_SIGNAL_H | Peter Kokot | 2019-04-07 | 1 | -3/+1 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Peter Kokot | 2019-03-25 | 1 | -6/+5 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2019-03-25 | 1 | -6/+5 |
| |\ | |||||
| | * | Fix #77794: Incorrect Date header format in built-in server | Niklas Keller | 2019-03-25 | 1 | -6/+5 |
* | | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.c | Dmitry Stogov | 2019-03-12 | 1 | -3/+0 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-03-12 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #77722 | Nikita Popov | 2019-03-12 | 1 | -2/+6 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | Remove HAVE_TIME_H | Peter Kokot | 2018-09-21 | 1 | -4/+0 |
|/ / | |||||
* | | Remove old SVN keywords substitutions | Peter Kokot | 2018-06-16 | 1 | -2/+0 |
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -7/+7 |
* | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | 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 |
* | | | No Content-Type header if MIME type is unknown | Mark Seuffert | 2018-04-14 | 1 | -8/+7 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-12 | 1 | -14/+16 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-11-28 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | 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 | 1 | -4/+12 |
| | |\ | |||||
| | | * | Fix bug 60471 by correctly identifying unused speculative preconnections | Sammy Kaye Powers | 2017-11-14 | 1 | -4/+12 |
* | | | | Added exceptions for ZEND_RC_DEBUG | Dmitry Stogov | 2017-11-02 | 1 | -3/+6 |
|/ / / | |||||
* | | | 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 | 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 | 1 | -25/+83 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-09-05 | 1 | -26/+84 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #70470 | Bouke van der Bijl | 2017-09-05 | 1 | -26/+84 |
* | | | Fix bug 60471 by correctly identifying unused speculative preconnections | Sammy Kaye Powers | 2017-04-11 | 1 | -5/+13 |
* | | | Remove more unnecessary checks on Zend's allocator functions | Thomas Punt | 2017-03-16 | 1 | -35/+2 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Remove remnants of TSMRLS_* macro calls | Thomas Punt | 2017-01-18 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |