summaryrefslogtreecommitdiff
path: root/sapi/nsapi/nsapi.c
Commit message (Expand)AuthorAgeFilesLines
* removed sapi/nsapiPOST_PHP7_NSAPI_REMOVALAnatol Belski2015-05-301-1102/+0
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-19/+19
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-48/+47
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-18/+18
|/
* Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM...Kalle Sommer Nielsen2013-12-181-2/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connectionUwe Schindler2011-08-181-1/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connectionUwe Schindler2011-08-111-1/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-061-1/+1
* | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS...Kalle Sommer Nielsen2010-08-181-2/+1
* | - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
* | * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-1/+1
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-20/+16
|/
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-1/+1
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix bug #50140: With default compilation option, php symbols are unresolved f...Uwe Schindler2009-11-171-0/+6
* As I am working on it, further improvement for bug #50087Uwe Schindler2009-11-121-2/+2
* Fix bug #50087: NSAPI performance improvements Uwe Schindler2009-11-121-38/+24
* MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUXUwe Schindler2009-08-031-0/+7
* MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().Uwe Schindler2009-03-231-0/+6
* revert last commit, sizeof does not work in preprocessor :(Uwe Schindler2009-01-111-7/+0
* MFH: add sanity check for time_t size of win32Uwe Schindler2009-01-111-1/+8
* MFH: the #ifdef was never working. If Sun extends its NSAPI to support subreq...Uwe Schindler2009-01-061-8/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This...Uwe Schindler2008-12-011-6/+0
* MFH: support stat cache of webserver (like apache does)Uwe Schindler2008-11-291-1/+8
* MFH: Some nsapi.h specific ifdefs unified & correctedUwe Schindler2008-11-291-4/+2
* MFH: remove one stat call and replace by cached oneUwe Schindler2008-11-291-6/+3
* MFH:Uwe Schindler2008-11-291-29/+94
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-3/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-3/+0
* - Added arginfoFelipe Pena2008-07-161-7/+23
* MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)Uwe Schindler2008-06-221-11/+17
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* Fix typo (#44381)Felipe Pena2008-03-091-1/+1