summaryrefslogtreecommitdiff
path: root/sapi/caudium
Commit message (Collapse)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
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-86/+82
| | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-13/+17
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* change "-o" to "||" (fixes potential problems on weird systems where test ↵Antony Dovgal2005-11-291-1/+1
| | | | doesn't support -o)
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Unify the "configure --help" textsfoobar2005-05-291-3/+2
|
* 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
| | | | | | | may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable.
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-7/+7
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Aligned configure help texts.foobar2003-10-031-1/+1
|
* 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
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* Please welcome the new build system.Sascha Schumann2002-03-072-7/+1
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Fixed environment hashing again.David Hedbor2002-02-191-80/+26
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-1/+3
|
* * 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 ↵Jeroen van Wolffelaar2001-09-251-19/+19
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* 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
| | | | | - whitespace fixes
* 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
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Fix segfault when env vars are missing.David Hedbor2001-06-081-31/+37
|
* Nuke more quotesSascha Schumann2001-05-121-7/+7
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+1
|
* 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
| | | | | thread farm now instead.
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - 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
| | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once.
* 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
| | | | | small changes.
* Minor cosmetic changes.David Hedbor2000-12-011-6/+5
|
* More config.m4 fixes.David Hedbor2000-12-011-7/+11
|
* Updated config test to also work with debian pike 7 cvs etc.David Hedbor2000-12-011-3/+48
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|