summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory overflow, because usage of initialized valueDmitry Stogov2005-12-071-4/+14
* MFB51: Better critical error handling (fix for previous html encoding patch).Ilia Alshanetsky2005-12-071-6/+8
* MFB51: Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors ifIlia Alshanetsky2005-12-061-2/+1
* Prevent header injection by limiting each header to a single line.Ilia Alshanetsky2005-12-061-0/+13
* MFB51: Fixed possible XSS inside error reporting functionality.Ilia Alshanetsky2005-12-061-4/+19
* - nuke php3 legacyfoobar2005-12-062-7/+7
* - Nuke php3_compat.hfoobar2005-12-062-124/+4
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-2/+2
* fix compile failure (bug #35528)foobar2005-12-031-1/+1
* MFB51: Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x)Ilia Alshanetsky2005-11-251-1/+1
* Add allow_url_include to let people turn on allow_url_fopen without alsoRasmus Lerdorf2005-11-183-1/+3
* fix #35079 (stream_set_blocking(true) toggles, not enables blocking)Antony Dovgal2005-11-171-1/+1
* Fixed bug #35176 (include()/require()/*_once() produce wrong error messages a...Dmitry Stogov2005-11-151-0/+22
* Grr. Re-re-fix the fix.Andrei Zmievski2005-11-121-18/+11
* Re-fix Marcus's fix.Andrei Zmievski2005-11-111-5/+3
* - Fix buildMarcus Boerger2005-11-111-0/+4
* - Revert bad patch. This is wrong way to handle leak in "php -m"foobar2005-11-061-1/+1
* - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP respons...Michael Wallner2005-11-021-0/+4
* MFB51: Fixed minor memory leak triggered by: -dzlib.output_compression=1 -mIlia Alshanetsky2005-11-011-1/+1
* - WS: Make function detection work in my editorMarcus Boerger2005-11-011-14/+7
* - Fix mode handlingMarcus Boerger2005-10-301-3/+3
* merge VCWD_ACCESS bugfix to head.Wez Furlong2005-10-221-0/+1
* Fixed bug #29983 (PHP does not explicitly set mime type & charset).Ilia Alshanetsky2005-10-191-0/+6
* PHP_CONFIG_FILE_PATH needs to use strlen() due to Win buildRob Richards2005-10-101-1/+1
* - C vs. C++ fixMarcus Boerger2005-10-071-1/+2
* - Fix issue (endless loop) with temp/memory streamsMarcus Boerger2005-10-061-1/+7
* fix fwrite() and fgets() in unicode modeAntony Dovgal2005-10-051-9/+9
* fix bugs #34743 & #34118 (fseek/fread unicode related problems in HEAD)Antony Dovgal2005-10-051-0/+2
* Fixed possible GLOBALS variable override when register_globals are ON.Ilia Alshanetsky2005-09-281-0/+7
* Unicode fixes.Andrei Zmievski2005-09-271-6/+8
* Fixed bug #32937 (open_basedir looses trailing / in the limiter).Ilia Alshanetsky2005-09-271-2/+2
* - Fixed bug #34052 (date('U') returns %ld not unix timestamp).Derick Rethans2005-09-152-4/+4
* - Add E_RECOVERABLE.Derick Rethans2005-09-151-0/+4
* revertfoobar2005-09-023-18/+8
* MFB: Always return something, even if it succeeds :)foobar2005-09-021-3/+1
* Fixed bug #34331 (php crashes when variables_order is empty).Ilia Alshanetsky2005-09-011-2/+2
* - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set as empty)foobar2005-09-013-21/+34
* Further work on Unicode support in file uploads.Andrei Zmievski2005-08-311-92/+107
* Fixed SIGSEGVDmitry Stogov2005-08-291-2/+2
* - Fixed a bug where stream_get_meta_data() did not return the "uri" element forDerick Rethans2005-08-261-0/+1
* Remainder of the 34191 bug fix.Ilia Alshanetsky2005-08-241-0/+3
* - Fixed another little buglet in the spprintf() formatters.Derick Rethans2005-08-231-0/+1
* Don't apply "unicode" filters in non-unicode modeDmitry Stogov2005-08-221-31/+33
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+4
* Unicode supportDmitry Stogov2005-08-181-9/+68
* Fix EOLs under winblowsfoobar2005-08-171-1/+1
* - Prevent E_STRICT from ending up as exceptionMarcus Boerger2005-08-161-0/+3
* - Fixed a couple of bugs in the new smart_str macros, and allow them toDerick Rethans2005-08-161-9/+8
* These are not defined anymorefoobar2005-08-151-2/+0
* Goodbye PEARfoobar2005-08-151-1/+0