summaryrefslogtreecommitdiff
path: root/sapi/pi3web/pi3web_sapi.c
Commit message (Expand)AuthorAgeFilesLines
* removed sapi/pi3webAnatol Belski2015-02-101-438/+0
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-12/+12
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-27/+26
* 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-3/+3
|/
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Kill another TSRMLS_FETCH() in zend_indent()Kalle Sommer Nielsen2013-12-121-1/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
* Replaced static server variables by function call and configurable list at th...Holger Zimmermann2004-12-051-77/+31
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-3/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed win32 buildEdin Kadribasic2003-06-151-1/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* No C++ comments in C codefoobar2003-06-021-2/+3
* Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).Holger Zimmermann2003-06-011-1/+2
* Added PHP4PI3WEB_EXPORTS in order to control exports/imports on Win32Holger Zimmermann2003-04-191-6/+4
* Another win32 build fix.foobar2003-02-251-0/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed compiler warning.Ilia Alshanetsky2002-12-111-0/+1
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-2/+0
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
* Some minor changes related to Pi3Web 2.0.1.Holger Zimmermann2002-08-181-6/+6
* Removed unused local variable header_line.Holger Zimmermann2002-08-181-1/+0
* Removed some outdated lines from init_request_info().Holger Zimmermann2002-07-231-3/+0
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-4/+8
* - Added a new parameter to the header() function which overrides the HTTPDerick Rethans2002-06-211-1/+1
* Fixed functionality to read in server variables.Holger Zimmermann2002-02-231-39/+54
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-141-1/+1
* Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_d...Sebastian Bergmann2002-02-021-1/+0
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * fix module struct in rest of sapi modulesStig Bakken2001-10-121-0/+2
* - More <br> to <br /> fixesDerick Rethans2001-10-091-1/+1
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-4/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-4/+4
* TSRMLS fixesDaniel Beulshausen2001-08-141-4/+3
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-2/+1