Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 3 | -6/+6 |
* | Fix UNKNOWN default value of apache_note() | Máté Kocsis | 2020-09-19 | 3 | -4/+4 |
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -16/+8 |
* | Fixed bug #79737 (Building embed as static fails during install step). | Dmitry Stogov | 2020-06-29 | 1 | -0/+3 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-06-24 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-06-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed bug #79030 Use usec from apache request time | Herbert256 | 2020-06-24 | 1 | -1/+1 |
* | | | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 1 | -1/+2 |
* | | | Constify char * arguments of APIs | twosee | 2020-06-08 | 1 | -3/+3 |
* | | | Fix MSVC level 1 (severe) warnings | Christoph M. Becker | 2020-06-05 | 4 | -0/+24 |
* | | | Implement #47074: phpinfo() reports "On" as 1 for the some extensions | Christoph M. Becker | 2020-06-04 | 1 | -3/+3 |
* | | | Add stubs for some SAPIs | Máté Kocsis | 2020-05-14 | 3 | -15/+30 |
* | | | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 1 | -2/+2 |
* | | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and Zend | Máté Kocsis | 2019-12-30 | 1 | -7/+7 |
* | | | Convert apache2handler arginfo to php stubs | Craig Duncan | 2019-11-18 | 3 | -48/+69 |
* | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 5 | -10/+0 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-16 | 1 | -5/+1 |
|\ \ \ | |/ / | |||||
| * | | Introduce zend_stream_init_filename() | Nikita Popov | 2019-07-16 | 1 | -5/+1 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-07 | 1 | -6/+4 |
|\ \ \ | |/ / | |||||
| * | | Remove some more Apache 1 left overs | Peter Kokot | 2019-07-07 | 1 | -6/+4 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-06-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Use PHP_VERSION for zend modules | Peter Kokot | 2019-06-09 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-12 | 1 | -8/+5 |
|\ \ \ | |/ / | |||||
| * | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -8/+5 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-04-28 | 1 | -75/+0 |
|\ \ \ | |/ / | |||||
| * | | [ci skip] Remove outdated and redundant Apache README | Peter Kokot | 2019-04-28 | 1 | -75/+0 |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-03-14 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc. | Dmitry Stogov | 2019-03-14 | 1 | -2/+1 |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-03-12 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.c | Dmitry Stogov | 2019-03-12 | 1 | -0/+4 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-07 | 1 | -3/+6 |
|\ \ \ | |/ / | |||||
| * | | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -3/+6 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-02-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-02-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix #77648: BOM in sapi/apache2handler/php_functions.c | Christoph M. Becker | 2019-02-22 | 1 | -1/+1 |
| | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+0 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -11/+11 |
* | | | Remove major version from apache module | Nikita Popov | 2019-02-05 | 6 | -16/+16 |
|/ / | |||||
* | | Remove local variables | Peter Kokot | 2019-02-03 | 5 | -40/+0 |
* | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 5 | -5/+5 |
* | | Stop Apache if PHP wasn't started successful. | Dmitry Stogov | 2018-10-29 | 1 | -1/+3 |
* | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+0 |
* | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -11/+11 |
|/ | |||||
* | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-30 | 1 | -1/+8 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-30 | 1 | -1/+8 |
| |\ | |||||
| | * | Fixed bug #75479 | Nikita Popov | 2018-09-30 | 1 | -1/+8 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2018-09-09 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-09-09 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2018-09-09 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-09-09 | 1 | -0/+1 |
| | | |\ |