summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Collapse)AuthorAgeFilesLines
* removed sapi/apacheAnatol Belski2015-02-1014-2304/+0
|
* Weird, is nobody compiling this?Rasmus Lerdorf2015-01-151-2/+2
|
* bump yearXinchen Hui2015-01-156-6/+6
|
* trailing whitespace removalStanislav Malyshev2015-01-103-23/+23
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-70/+65
|
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-151/+0
|
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-206-7/+7
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-196-6/+6
| |
| * Revert "Removing ext/ereg and dependencies"Dmitry Stogov2014-09-111-0/+1
| | | | | | | | This reverts commit 86de7963fe69638431c0aa8f413d25e01bf99d68.
| * Removing ext/ereg and dependenciesTjerk Meesters2014-09-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Affected extensions: - opcache (use pcre) - mbstring (removed ereg functions overloading) - pgsql (use pcre) - reflection (test cases using 'ereg') SAPI: - apache (header only) - apache_hooks (header only)
| * fixed reference countingDmitry Stogov2014-09-021-1/+1
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-2011-72/+72
|/
* Added support for apache and apache2handler SAPIs (They seem slower than ↵Dmitry Stogov2014-05-062-23/+33
| | | | FastCGI)
* Cleanup (1-st round)Dmitry Stogov2014-04-151-15/+15
|
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-036-6/+6
|\
| * Bump yearXinchen Hui2014-01-036-6/+6
| |
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few ↵Kalle Sommer Nielsen2013-12-181-1/+1
|/ | | | TSRMLS_FETCH() calls in our various SAPIs
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-3/+3
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-016-6/+6
|
* - Year++Felipe Pena2012-01-016-6/+6
|
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1
|
* Fix Apache1 buildRasmus Lerdorf2011-06-101-0/+1
|
* - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-1/+1
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - Year++Felipe Pena2011-01-016-6/+6
|
* Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-061-2/+2
|
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some ↵Kalle Sommer Nielsen2010-08-181-3/+1
| | | | TSRMLS_FETCH() calls in a few of our SAPI's
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-312-2/+2
| | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+151
|
* Removed safe_modeKalle Sommer Nielsen2010-04-262-10/+3
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-151/+0
| | | | anymore and are barely updated nor available for all extensions
* Removed register_globalsKalle Sommer Nielsen2010-04-211-3/+0
|
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-2/+2
|
* - Reverted r296062 and r296065Jani Taskinen2010-03-124-66/+70
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-114-70/+66
|
* Fix bug #50940Rasmus Lerdorf2010-02-051-0/+2
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-036-6/+6
|
* MFB: Improved parameter handlingIlia Alshanetsky2009-01-051-4/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-316-6/+6
|
* MFB: init server context before config variables are processedStanislav Malyshev2008-11-291-2/+2
|
* MFB: fix php_value application order for ApacheStanislav Malyshev2008-11-241-6/+6
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
|
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-25/+38
| | | | | | | | | | | | | | | | | | | | | | | | | [DOC] proto void header_remove([string header_name]) Removes an HTTP header previously set using header() The header_name parameter is optionnal, all headers are removed if it is not set [SAPIs] The header_handler callback in sapi_module_struct has been changed, it now take a new argument. When it is set to SAPI_HEADER_DELETE, sapi_header->header is the name of an header, header_handler has to delete it. When it is set to SAPI_HEADER_DELETE_ALL, header_handler has to delete all headers. When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE, sapi_header->header is in the form "Name: value", header_handler has to add or replace the given header. In all cases, header_handler must not free sapi_header or sapi_header->header. SAPI_HEADER_ADD must be returned if the header has been added or replaced, or 0 in other cases.
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
|
* - Added arginfoFelipe Pena2008-07-201-11/+60
|
* long -> int + minor sources reorganizationAntony Dovgal2008-07-011-50/+51
|
* fixed types (no more compiler warnings)Alexey Zakhlestin2008-06-281-2/+2
|
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-281-62/+69
|