summaryrefslogtreecommitdiff
path: root/sapi/isapi
Commit message (Collapse)AuthorAgeFilesLines
* MFH: 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
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* now needs getoptShane Caraveo2002-02-022-0/+187
|
* an update to stresstestShane Caraveo2002-02-022-37/+128
|
* Fix incompatibility with Windows .NET (IIS 6)Zeev Suraski2001-12-221-0/+1
| | | | | May also improve stability under other Windows versions
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-1/+3
|
* Fix build if PHP_ENABLE_SEH is not definedZeev Suraski2001-11-251-1/+1
|
* * 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-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* Reverse patches that slipped in by mistake in a whitespace patch. TheyZeev Suraski2001-08-131-31/+34
| | | | | require some more work...
* WhitespaceZeev Suraski2001-08-111-34/+31
|
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
|
* Adding missing TSRMLS_CCFrank M. Kromann2001-08-061-1/+1
|
* more tsrm cleanupSascha Schumann2001-08-051-2/+1
|
* - TSRMLS_FETCH workZeev Suraski2001-08-052-30/+31
| | | | | - whitespace fixes
* More TSRMLS_FETCH workZeev Suraski2001-07-311-6/+6
|
* Zend compatibility patchZeev Suraski2001-07-301-9/+5
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-44/+43
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-29/+29
| | | | | | | - 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...
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-86/+86
| | | | | Note: You may *not* return directly from a catch block
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+1
|
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-1/+1
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-1/+1
| | | | | # Heads up people! I tested this before committing but you never know..
* Altered README.Zeus to give instructions on building FastCGI.Ben Mansell2001-03-191-2/+2
| | | | | | Changed --with-zeus configure option into --with-isapi, since its more descriptive (and since there are now different ways to configure PHP+Zeus)