Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
* | Pass error severity to SAPI modules and raise corresponding error level in Ap... | Martin Vobruba | 2016-07-11 | 1 | -1/+1 |
* | Cleanup zend_signal API | Dmitry Stogov | 2016-06-20 | 1 | -2/+0 |
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| * | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | fix zend signal and tsrm compatzend-signal-zts | Joe Watkins | 2015-09-01 | 1 | -0/+4 |
* | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
* | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -14/+14 |
* | | enable static tsrmls cache in the embed SAPI | Anatol Belski | 2014-12-17 | 2 | -2/+2 |
* | | get rid of TSRMLS_* in the embed SAPI | Anatol Belski | 2014-12-17 | 2 | -26/+12 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 2 | -15/+15 |
* | | "extern" shouldn't be used for definitions | Anatol Belski | 2014-11-18 | 1 | -1/+1 |
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -100/+0 |
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
|\ \ | |||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -12/+12 |
|/ / | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | fixed some incompatible types | Anatol Belski | 2014-08-20 | 1 | -4/+4 |
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-03-24 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-03-24 | 1 | -0/+2 |
| |\ | |||||
| | * | Fixed bug #65715 php5embed.lib isn't provided anymore | Anatol Belski | 2014-03-24 | 1 | -0/+2 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| |/ / | |||||
* | | | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM... | Kalle Sommer Nielsen | 2013-12-18 | 1 | -1/+1 |
|/ / | |||||
* | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
|/ | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -0/+1 |
* | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS... | Kalle Sommer Nielsen | 2010-08-18 | 1 | -1/+1 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+100 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -100/+0 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
* | - Updated fix for bug #48911 (embed sapi misses SAPI_API) | Garrett Serack | 2009-07-30 | 2 | -6/+12 |
* | - Fixed bug #48911 (embed sapi misses SAPI_API) | Jani Taskinen | 2009-07-28 | 2 | -6/+6 |
* | - fix build | Pierre Joye | 2009-01-04 | 1 | -0/+1 |
* | MFH | Marcus Boerger | 2008-12-31 | 1 | -0/+13 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
* | MFH: | Marcus Boerger | 2008-03-25 | 1 | -20/+17 |
* | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
* | fix startup - remove unneeded variables | Stanislav Malyshev | 2007-08-08 | 1 | -7/+2 |