| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #36268 (Object destructors called even after fatal errors) | Dmitry Stogov | 2006-02-03 | 1 | -0/+1 |
| | | |||||
| * | Prevent bindport from being used uninitialized | Sara Golemon | 2006-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc) | Joe Orton | 2006-02-01 | 1 | -0/+6 |
| | | |||||
| * | - Fixed Bug #35978 %n format string specifier wrongly implemented | Marcus Boerger | 2006-01-24 | 2 | -2/+4 |
| | | |||||
| * | Unicode stuff is changed according to decision maden on PDM. | Dmitry Stogov | 2006-01-17 | 4 | -10/+7 |
| | | | | | | Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode. | ||||
| * | MFB51: Only report mkdir() errors if error reporting option is set. | Ilia Alshanetsky | 2006-01-17 | 1 | -1/+3 |
| | | |||||
| * | fix bug #35999 (recursive mkdir() does not work with relative path like ↵ | Antony Dovgal | 2006-01-16 | 1 | -6/+11 |
| | | | | | "foo/bar") | ||||
| * | Fixed bug #36016 (realpath cache memleaks) | Dmitry Stogov | 2006-01-16 | 1 | -2/+0 |
| | | |||||
| * | - Fix two warnings | Marcus Boerger | 2006-01-12 | 1 | -2/+2 |
| | | | | | | # Here fixing warnings reveals that it often enough means fixing errors | ||||
| * | - Fix warning | Marcus Boerger | 2006-01-12 | 1 | -1/+1 |
| | | |||||
| * | MFB51: Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to | Ilia Alshanetsky | 2006-01-10 | 1 | -0/+4 |
| | | | | | | a crash). | ||||
| * | - Fix issue with memset seeking | Marcus Boerger | 2006-01-05 | 1 | -16/+47 |
| | | | | | | - Fix issue with shutdown order of temp/memory stream | ||||
| * | bump year and license version | foobar | 2006-01-01 | 66 | -198/+198 |
| | | |||||
| * | fix typo | foobar | 2005-12-30 | 1 | -1/+1 |
| | | |||||
| * | - Support full range of floats | Marcus Boerger | 2005-12-26 | 1 | -1/+2 |
| | | |||||
| * | - Fix memory corruption in s*printf() (see bug #27678) | Marcus Boerger | 2005-12-26 | 1 | -3/+10 |
| | | |||||
| * | MFB: fix #35781 (stream_filter_append() can cause segfault) | Antony Dovgal | 2005-12-23 | 2 | -3/+3 |
| | | |||||
| * | MFB51: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any | Ilia Alshanetsky | 2005-12-20 | 1 | -0/+2 |
| | | | | | | string greater then 255 characters). | ||||
| * | MFB: fix #35740 (memory leak when including a directory) | Antony Dovgal | 2005-12-20 | 1 | -0/+4 |
| | | |||||
| * | Fixed memory overflow, because usage of initialized value | Dmitry Stogov | 2005-12-07 | 1 | -4/+14 |
| | | |||||
| * | MFB51: Better critical error handling (fix for previous html encoding patch). | Ilia Alshanetsky | 2005-12-07 | 1 | -6/+8 |
| | | |||||
| * | MFB51: Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if | Ilia Alshanetsky | 2005-12-06 | 1 | -2/+1 |
| | | | | | | display_startup_error is off). | ||||
| * | Prevent header injection by limiting each header to a single line. | Ilia Alshanetsky | 2005-12-06 | 1 | -0/+13 |
| | | |||||
| * | MFB51: Fixed possible XSS inside error reporting functionality. | Ilia Alshanetsky | 2005-12-06 | 1 | -4/+19 |
| | | |||||
| * | - nuke php3 legacy | foobar | 2005-12-06 | 2 | -7/+7 |
| | | |||||
| * | - Nuke php3_compat.h | foobar | 2005-12-06 | 2 | -124/+4 |
| | | |||||
| * | - list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -2/+2 |
| | | |||||
| * | fix compile failure (bug #35528) | foobar | 2005-12-03 | 1 | -1/+1 |
| | | |||||
| * | MFB51: Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x) | Ilia Alshanetsky | 2005-11-25 | 1 | -1/+1 |
| | | |||||
| * | Add allow_url_include to let people turn on allow_url_fopen without also | Rasmus Lerdorf | 2005-11-18 | 3 | -1/+3 |
| | | | | | | enabling remote code execution through url wrappers | ||||
| * | fix #35079 (stream_set_blocking(true) toggles, not enables blocking) | Antony Dovgal | 2005-11-17 | 1 | -1/+1 |
| | | | | | | patch by askalski at gmail dot com | ||||
| * | Fixed bug #35176 (include()/require()/*_once() produce wrong error messages ↵ | Dmitry Stogov | 2005-11-15 | 1 | -0/+22 |
| | | | | | about main()) | ||||
| * | Grr. Re-re-fix the fix. | Andrei Zmievski | 2005-11-12 | 1 | -18/+11 |
| | | |||||
| * | Re-fix Marcus's fix. | Andrei Zmievski | 2005-11-11 | 1 | -5/+3 |
| | | |||||
| * | - Fix build | Marcus Boerger | 2005-11-11 | 1 | -0/+4 |
| | | |||||
| * | - Revert bad patch. This is wrong way to handle leak in "php -m" | foobar | 2005-11-06 | 1 | -1/+1 |
| | | |||||
| * | - sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP ↵ | Michael Wallner | 2005-11-02 | 1 | -0/+4 |
| | | | | | | | | response splitting - sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983) | ||||
| * | MFB51: Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m | Ilia Alshanetsky | 2005-11-01 | 1 | -1/+1 |
| | | |||||
| * | - WS: Make function detection work in my editor | Marcus Boerger | 2005-11-01 | 1 | -14/+7 |
| | | |||||
| * | - Fix mode handling | Marcus Boerger | 2005-10-30 | 1 | -3/+3 |
| | | |||||
| * | merge VCWD_ACCESS bugfix to head. | Wez Furlong | 2005-10-22 | 1 | -0/+1 |
| | | | | | | Test suite is unusable in HEAD, so I guess it works here too. | ||||
| * | Fixed bug #29983 (PHP does not explicitly set mime type & charset). | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+6 |
| | | |||||
| * | PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build | Rob Richards | 2005-10-10 | 1 | -1/+1 |
| | | |||||
| * | - C vs. C++ fix | Marcus Boerger | 2005-10-07 | 1 | -1/+2 |
| | | | | | | | # I do too much C++ and too much languages anyway, right now actively: # C, C++, Java, PHP, Peral | ||||
| * | - Fix issue (endless loop) with temp/memory streams | Marcus Boerger | 2005-10-06 | 1 | -1/+7 |
| | | |||||
| * | fix fwrite() and fgets() in unicode mode | Antony Dovgal | 2005-10-05 | 1 | -9/+9 |
| | | |||||
| * | fix bugs #34743 & #34118 (fseek/fread unicode related problems in HEAD) | Antony Dovgal | 2005-10-05 | 1 | -0/+2 |
| | | | | | | patch by Alex | ||||
| * | Fixed possible GLOBALS variable override when register_globals are ON. | Ilia Alshanetsky | 2005-09-28 | 1 | -0/+7 |
| | | | | | | Fixed possible register_globals toggle via parse_str(). | ||||
| * | Unicode fixes. | Andrei Zmievski | 2005-09-27 | 1 | -6/+8 |
| | | |||||
| * | Fixed bug #32937 (open_basedir looses trailing / in the limiter). | Ilia Alshanetsky | 2005-09-27 | 1 | -2/+2 |
| | | | | | | Patch by Adam Conrad | ||||
