summaryrefslogtreecommitdiff
path: root/sapi/isapi
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+165
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-165/+0
| | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Fixed compiler warningKalle Sommer Nielsen2009-03-301-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in ↵Felipe Pena2008-10-241-1/+1
| | | | stresstest.cpp) (dvice_null at yahoo dot com)
* MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).Jani Taskinen2008-07-311-1/+2
|
* Windows configure fixes, a few additional lib names allowed, apache2 only on ↵Elizabeth Marie Smith2008-05-141-4/+4
| | | | for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled
* 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: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-11/+3
| | | | | | | | | | | | 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.. ;)
* MFHfoobar2007-06-031-1/+1
|
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-14/+19
|
* use strlcatStanislav Malyshev2007-02-231-2/+2
|
* use strlcatStanislav Malyshev2007-02-231-4/+4
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fix memory leak and possible invalid readsAntony Dovgal2006-02-151-4/+8
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Fixed bug #31887 (Custom 5xx error does not return correct HTTP response ↵foobar2005-04-171-5/+18
| | | | message)
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-1/+2
| | | | | | | 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.
* Missing cvs id tagfoobar2004-12-181-0/+1
|
* Fix for #28929 by Michael SisolakEdin Kadribasic2004-07-211-1/+1
|
* Make isapi more compatible with apache sapis as far as the creationIlia Alshanetsky2004-05-131-1/+3
| | | | | $_COOKIE super-global and various $_SERVER values.
* Fix bug #27337 (missing sapi_shutdown() causing memory leak)foobar2004-02-231-0/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-177-41/+41
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* use /Ox flag for release build (all optimizations on).Wez Furlong2003-12-051-0/+4
| | | | | | | | | | If no php_build dir is specified, then look for either of the two "standard" things in reasonable locations. Allow CHECK_LIB to search for the "same" library using a ; separated list of alternatives. Tweak nsapi config and remove redundant or unused flags. Add ZTS checks for both isapi and nsapi configs.
* Fix libxml to use static lib if found.Wez Furlong2003-12-041-1/+1
| | | | | | | Disable apache and isapi by default. Add some smarts so that we can really build extensions and SAPI found in php-src/pecl and/or php-src/../pecl. Only include a logo in the resources if we are building an .exe.
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+9
| | | | | Will follow up to internals@ shortly.
* Aligned configure help texts.foobar2003-10-031-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* clean up url handling with path_infoShane Caraveo2003-03-301-45/+59
| | | | | handle sending a 404 if the requested file does not exist
* handle invalid paths passed to us from iisShane Caraveo2003-03-271-1/+9
|
* This is AUTH_TYPE in every other SAPI.foobar2003-03-241-1/+1
|
* Fixed bug #22473 (ISAPI Secure Server Variables not available)foobar2003-03-071-1/+3
|
* Win32 build improvementsZeev Suraski2003-02-171-11/+10
|
* Fix build under win32Wez Furlong2003-02-171-0/+1
|
* normalize CGI variables to the CGI specShane Caraveo2003-01-261-40/+89
| | | | | | PATH_INFO and PATH_TRANSLATED are correct now SCRIPT_FILENAME now contains the full path to the script
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* improve username/password detection for IISStanislav Malyshev2002-12-011-0/+19
|
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
|
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* Should fix #19425foobar2002-09-161-1/+1
|
* - Gaurd for problems in fault servers (fixes problem with Sambar 5.2)Derick Rethans2002-04-181-1/+1
|
* - Fix whitespace (guys, please try to stick with the php4 tree style as farZeev Suraski2002-03-191-1/+1
| | | | | | | as indentation/newlines go, and also as far as using {} even on if's that have single statements) - Fix Windows build
* 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