| Commit message (Expand) | Author | Age | Files | Lines |
* | removed sapi/nsapiPOST_PHP7_NSAPI_REMOVAL | Anatol Belski | 2015-05-30 | 1 | -1102/+0 |
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -19/+19 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -48/+47 |
* | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
|\ |
|
| * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -18/+18 |
|/ |
|
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
* | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|\ |
|
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM... | Kalle Sommer Nielsen | 2013-12-18 | 1 | -2/+1 |
|/ |
|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
|\ |
|
| * | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection | Uwe Schindler | 2011-08-18 | 1 | -1/+3 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | - Fixed bug #52162 (custom request header variables with numbers are removed) | Sriram Natarajan | 2010-06-23 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection | Uwe Schindler | 2011-08-11 | 1 | -1/+3 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | Updated _SERVER['REQUEST_TIME'] to include microsecond precision. | Ilia Alshanetsky | 2010-11-06 | 1 | -1/+1 |
* | | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS... | Kalle Sommer Nielsen | 2010-08-18 | 1 | -2/+1 |
* | | - Fixed bug #52162 (custom request header variables with numbers are removed) | Sriram Natarajan | 2010-06-23 | 1 | -1/+1 |
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -1/+1 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -20/+16 |
|/ |
|
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -1/+1 |
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | Fix bug #50140: With default compilation option, php symbols are unresolved f... | Uwe Schindler | 2009-11-17 | 1 | -0/+6 |
* | As I am working on it, further improvement for bug #50087 | Uwe Schindler | 2009-11-12 | 1 | -2/+2 |
* | Fix bug #50087: NSAPI performance improvements | Uwe Schindler | 2009-11-12 | 1 | -38/+24 |
* | MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX | Uwe Schindler | 2009-08-03 | 1 | -0/+7 |
* | MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown(). | Uwe Schindler | 2009-03-23 | 1 | -0/+6 |
* | revert last commit, sizeof does not work in preprocessor :( | Uwe Schindler | 2009-01-11 | 1 | -7/+0 |
* | MFH: add sanity check for time_t size of win32 | Uwe Schindler | 2009-01-11 | 1 | -1/+8 |
* | MFH: the #ifdef was never working. If Sun extends its NSAPI to support subreq... | Uwe Schindler | 2009-01-06 | 1 | -8/+0 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This... | Uwe Schindler | 2008-12-01 | 1 | -6/+0 |
* | MFH: support stat cache of webserver (like apache does) | Uwe Schindler | 2008-11-29 | 1 | -1/+8 |
* | MFH: Some nsapi.h specific ifdefs unified & corrected | Uwe Schindler | 2008-11-29 | 1 | -4/+2 |
* | MFH: remove one stat call and replace by cached one | Uwe Schindler | 2008-11-29 | 1 | -6/+3 |
* | MFH: | Uwe Schindler | 2008-11-29 | 1 | -29/+94 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -3/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+3 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -3/+0 |
* | - Added arginfo | Felipe Pena | 2008-07-16 | 1 | -7/+23 |
* | MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :) | Uwe Schindler | 2008-06-22 | 1 | -11/+17 |
* | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 |
* | Fix typo (#44381) | Felipe Pena | 2008-03-09 | 1 | -1/+1 |