summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* 5.1.2Ilia Alshanetsky2006-01-111-2/+2
|
* Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash).Ilia Alshanetsky2006-01-101-0/+4
|
* - Fix issue with memset seekingMarcus Boerger2006-01-051-16/+47
| | | | | - Fix issue with shutdown order of temp/memory stream
* Back to devIlia Alshanetsky2006-01-051-2/+2
|
* Go with 5.1.2RC2Ilia Alshanetsky2006-01-051-2/+2
|
* bump year and license versionfoobar2006-01-0167-201/+201
|
* MFH: typofixfoobar2005-12-301-1/+1
|
* - MFH Support full range of floatsMarcus Boerger2005-12-261-1/+2
|
* - SWH (WS + memory corruption fix)Marcus Boerger2005-12-261-17/+17
|
* Back to devIlia Alshanetsky2005-12-231-2/+2
|
* fix #35781 (stream_filter_append() can cause segfault)Antony Dovgal2005-12-232-3/+3
|
* 5.1.2RC1Ilia Alshanetsky2005-12-221-2/+2
|
* Fixed bug #31347 (is_dir and is_file (incorrectly) return true for anyIlia Alshanetsky2005-12-201-0/+2
| | | | | string greater then 255 characters).
* fix #35740 (memory leak when including a directory)Antony Dovgal2005-12-201-0/+4
|
* Fix prototypeZeev Suraski2005-12-181-2/+2
|
* Fixes for building with vs.net 2005.Wez Furlong2005-12-141-1/+3
|
* - Fix temp/memory stream modesMarcus Boerger2005-12-141-3/+3
|
* Better critical error handling (fix for previous html encoding patch).Ilia Alshanetsky2005-12-071-6/+8
|
* Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors ifIlia Alshanetsky2005-12-061-2/+1
| | | | | display_startup_error is off).
* MFH: Prevent header injection by limiting each header to a single line.Ilia Alshanetsky2005-12-061-0/+13
|
* Fixed possible XSS inside error reporting functionality.Ilia Alshanetsky2005-12-061-6/+21
|
* MFHfoobar2005-12-062-6/+6
|
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-2/+2
|
* MFH: fix bug #35528foobar2005-12-031-1/+1
|
* Back to devIlia Alshanetsky2005-11-271-3/+3
|
* 5.1.1Ilia Alshanetsky2005-11-271-2/+2
|
* Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x).Ilia Alshanetsky2005-11-251-1/+1
|
* Back to devIlia Alshanetsky2005-11-231-3/+3
|
* Rolling 5.1.0Ilia Alshanetsky2005-11-231-2/+2
|
* back to devfoobar2005-11-181-2/+2
|
* RC6Ilia Alshanetsky2005-11-171-2/+2
|
* MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)Antony Dovgal2005-11-171-1/+1
| | | | | patch by askalski at gmail dot com
* back to devIlia Alshanetsky2005-11-161-2/+2
|
* 5.1.0RC5Ilia Alshanetsky2005-11-161-2/+2
|
* Fixed bug #35176 (include()/require()/*_once() produce wrong error messages ↵Dmitry Stogov2005-11-151-0/+27
| | | | about main())
* MFHfoobar2005-11-061-1/+1
|
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP ↵Michael Wallner2005-11-021-0/+4
| | | | | | | response splitting - sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983)
* Fixed minor memory leak triggered by: -dzlib.output_compression=1 -mIlia Alshanetsky2005-11-011-1/+1
|
* Back to devIlia Alshanetsky2005-10-281-2/+2
|
* 5.1.0RC4Ilia Alshanetsky2005-10-281-2/+2
|
* Fix #34957; file access checks should use VCWD_ACCESS()Wez Furlong2005-10-221-0/+1
|
* MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).Ilia Alshanetsky2005-10-191-0/+6
|
* Back to devIlia Alshanetsky2005-10-171-2/+2
|
* 5.1.0RC3Ilia Alshanetsky2005-10-171-2/+2
|
* Back to devIlia Alshanetsky2005-10-141-2/+2
|
* Prepare for 5.1RC2Ilia Alshanetsky2005-10-141-2/+2
|
* MFH: PHP_CONFIG_FILE_PATH needs to use strlen() due to Win buildRob Richards2005-10-101-1/+1
|
* - MFH C vs. C++ fixMarcus Boerger2005-10-071-1/+2
|
* - MFH Fix issue (endless loop) with temp/memory streamsMarcus Boerger2005-10-061-1/+7
|
* MFH: Fixed possible GLOBALS variable override when register_globals are ON.Ilia Alshanetsky2005-09-281-0/+7
| | | | | | MFH: Fixed possible register_globals toggle via parse_str(). MFH: Fixed negative offset handling in substr_compare() function.