summaryrefslogtreecommitdiff
path: root/sapi/isapi
Commit message (Collapse)AuthorAgeFilesLines
* removed sapi/isapiAnatol Belski2015-02-1010-2199/+0
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-104-44/+44
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-63/+61
|
* removed *.dsw and *.dsp filesAnatol Belski2014-09-282-273/+0
|
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-207-41/+41
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - 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
|