summaryrefslogtreecommitdiff
path: root/main/SAPI.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63757 (getenv() produces memory leak with CGI SAPI)Dmitry Stogov2012-12-131-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-04-061-1/+3
|\
| * Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (withou...Xinchen Hui2012-04-061-1/+3
| * Cherry-pick 4cc74767Gustavo André dos Santos Lopes2012-04-041-10/+19
| * Fix warning "suggest parentheses around assignment"Xinchen Hui2012-04-041-1/+1
| * Fixed bug #61605 (header_remove() does not remove all headers)Xinchen Hui2012-04-041-6/+32
| * - Merging r323033 into 5.3 (see bug #60227).Gustavo André dos Santos Lopes2012-02-031-4/+5
| * MFH: fixed bug #60227: header() cannot detect the multi-line header with CR.Rui Hirokawa2012-01-141-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - MFH: make setlocale thread only, drastically reduce TS related crashes in e...Pierre Joye2011-03-161-0/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Reversed implementation of FR #44164, pending further consideration.Gustavo André dos Santos Lopes2010-11-181-8/+0
| * - Fixed bug #53180 (post_max_size=0 not disabling the limit when the contentGustavo André dos Santos Lopes2010-10-271-2/+2
| * - Implemented request #44164, zlib.output_compression is now implicitlyGustavo André dos Santos Lopes2010-10-261-0/+8
* | Fixed bug Fixed bug #61605 (header_remove() does not remove all headers)Xinchen Hui2012-04-041-6/+32
* | MFH: Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP...Stanislav Malyshev2012-03-071-9/+19
* | Fix bug #61106 Segfault when using header_register_callbackNikita Popov2012-03-021-3/+0
* | - Year++Felipe Pena2012-01-011-1/+1
* | MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0...Rui Hirokawa2011-11-101-1/+1
* | unused varXinchen Hui2011-09-241-1/+0
* | Fixed bug #55758 (Digest Authenticate missed in 5.4)Xinchen Hui2011-09-231-5/+0
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* | Fixed bug#55084 (Function registered by header_register_callback isHannes Magnusson2011-07-061-1/+7
* | Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+4
* | - windows onlyPierre Joye2011-03-151-0/+2
* | - make setlocale thread only, drastically reduce TS related crashes in error ...Pierre Joye2011-03-151-0/+1
* | - fix regression (carsten_sttgt@gmx.de)Pierre Joye2011-02-251-1/+1
* | Fix ZTS buildKalle Sommer Nielsen2011-02-031-2/+2
* | Add header_register_callback(), allows a userland functionScott MacVicar2011-02-031-1/+61
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Typos, WS, CSJani Taskinen2010-12-161-15/+11
* | - Added enable_post_data_reading ini option to allow inhibiting POST data con...Gustavo André dos Santos Lopes2010-12-091-1/+1
* | Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on WindowsKalle Sommer Nielsen2010-11-221-0/+2
* | Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-061-2/+7
* | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the contentGustavo André dos Santos Lopes2010-10-271-2/+2
* | - Implemented request #44164, zlib.output_compression is now implicitlyGustavo André dos Santos Lopes2010-10-261-0/+8
* | - drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and ...Pierre Joye2010-09-171-6/+3
* | Fixed compiler warnings in main/Kalle Sommer Nielsen2010-08-171-1/+0
* | Optimized defaut Content-Type HTTP header processingDmitry Stogov2010-07-141-51/+87
* | * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-2/+2
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-66/+3
* | * Pass TSRMLS_C around pageinfo.cKalle Sommer Nielsen2010-04-131-1/+1
|/
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-2/+2
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-2/+2
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-2/+2
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49248 by fixing bug #48994 properlyJani Taskinen2009-08-171-33/+0
* - Try disabling zlib.output_compression always for images. (zlib extension mi...Jani Taskinen2009-08-171-3/+4