summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix #77648: BOM in sapi/apache2handler/php_functions.cChristoph M. Becker2019-02-221-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* Use PHP_WIN32Kalle Sommer Nielsen2018-01-041-7/+7
|
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+3
| | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-24/+24
| |
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-151-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: made the apache ini holders to be zend_bool Removed useless local variable Use simpler functions Fixed test small fixes to UPGRADING Reorder to save alignment size (of course, only for common used structs)
| * | made the apache ini holders to be zend_boolAnatol Belski2014-12-151-3/+3
| | | | | | | | | | | | since they're documented to be so and we spare 16 byte
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-15/+15
|/ /
* | Fix zpp call in apache_getenv()Nikita Popov2014-12-061-2/+2
| |
* | fix unsigned checkAnatol Belski2014-11-181-2/+6
| |
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
| | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* | Update php_functions.cjfha732014-09-181-1/+1
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
| |
* | master renames phase 1Anatol Belski2014-08-251-2/+2
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
| |
* | Added support for apache and apache2handler SAPIs (They seem slower than ↵Dmitry Stogov2014-05-061-6/+6
| | | | | | | | FastCGI)
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+5
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - Year++Felipe Pena2011-01-011-1/+1
|
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-1/+1
| | | | | | | | | | | 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.
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-1/+1
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH Fix apache2handler under Apache 2.3.0-alphaScott MacVicar2009-01-191-0/+8
|
* MFB: Improved parameter handlingIlia Alshanetsky2009-01-051-4/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+9
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-9/+0
|
* switch to the new parameter-parse APIAlexey Zakhlestin2008-08-261-53/+43
|
* - Added arginfoFelipe Pena2008-07-161-10/+57
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-4/+4
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
|
* use snprintfStanislav Malyshev2007-02-231-2/+2
|
* Fixed bug #40127 (apache2handler doesnt compile on Netware).Ilia Alshanetsky2007-01-141-3/+3
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fixed bug #39787 (PHP doesn't work with Apache 2.3).Ilia Alshanetsky2006-12-111-0/+4
|
* Added param checks for ap2 fetch respose/request header functions.Ilia Alshanetsky2006-01-031-0/+8
|
* Fixed possible crash in apache_getenv()/apache_setenv() on invalidIlia Alshanetsky2006-01-021-8/+14
| | | | | parameters.