summaryrefslogtreecommitdiff
path: root/sapi/caudium/caudium.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed chdir() into requested file directory inconsistenciesDmitry Stogov2008-07-211-9/+0
* 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
* fix C++ commentsAntony Dovgal2005-04-221-2/+2
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-5/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+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/+11
* Fixed environment hashing again.David Hedbor2002-02-191-80/+26
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * fix module struct in rest of sapi modulesStig Bakken2001-10-121-0/+2
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-19/+19
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-19/+19
* more tsrm cleanupSascha Schumann2001-08-051-5/+3
* further tsrm cleanupSascha Schumann2001-08-051-1/+0
* Even more TSRM cleanup.Sebastian Bergmann2001-08-051-1/+1
* More tsrm-related cleanup.Sebastian Bergmann2001-08-051-2/+2
* Remove more duplicate TSRMLS_FETCH() calls.Sebastian Bergmann2001-08-051-2/+0
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-45/+44
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-28/+28
* Fix segfault when env vars are missing.David Hedbor2001-06-081-31/+37
* Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array.David Hedbor2001-05-071-1/+46
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* Disable use of th_farm since it doesn't seem to work. Uses a Pike layerDavid Hedbor2001-04-241-22/+34
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fixed PHP authentication and some other minor things.David Hedbor2001-02-091-52/+23
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-4/+4
* Fix for Pike 7.1 (error -> Pike_error). Caudium bug #12486.David Hedbor2000-12-071-4/+12
* Removed a fatal condition to allow for harmless user error plus some otherDavid Hedbor2000-12-041-20/+8
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
* (php_caudium_set_header): Allow for multiple headers with the same name.David Hedbor2000-11-061-5/+10
* Use V_CHDIR_FILE instead of doing the job of that function myself andDavid Hedbor2000-11-031-34/+45
* Now correctly detects Pike 7.0 and use the alternative code. It also sends theDavid Hedbor2000-11-021-5/+8
* Initial caudium support.David Hedbor2000-11-021-0/+793