| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it possible to disable post_max_size | Rasmus Lerdorf | 2009-11-17 | 1 | -1/+1 |
* | Simpify the max_file_uploads handling code | Ilia Alshanetsky | 2009-11-16 | 1 | -6/+1 |
* | - Switching to TSRMLS_FETCH version | Felipe Pena | 2009-11-16 | 3 | -3/+4 |
* | - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()) | Felipe Pena | 2009-11-15 | 3 | -16/+12 |
* | - Nuke ws | Jani Taskinen | 2009-11-15 | 1 | -1/+1 |
* | Fix bug #49868 | Rasmus Lerdorf | 2009-11-15 | 1 | -1/+1 |
* | Fix #50063 (safe_mode_include_dir fails) | Johannes Schlüter | 2009-11-12 | 1 | -0/+4 |
* | - Fixed bug #50005 (Throwing through Reflection modified Exception object mak... | Felipe Pena | 2009-11-12 | 1 | -0/+3 |
* | Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan) | Dmitry Stogov | 2009-11-05 | 1 | -1/+2 |
* | Lower the max upload default to 20 | Ilia Alshanetsky | 2009-10-28 | 1 | -1/+1 |
* | Introduced a max_file_uploads INI setting, which is set to limit the | Ilia Alshanetsky | 2009-10-27 | 2 | -0/+11 |
* | - #48779, fix another use case where / usage may differ | Pierre Joye | 2009-10-15 | 1 | -1/+9 |
* | oops, that doesn't belong to this patch | Stanislav Malyshev | 2009-10-13 | 1 | -7/+0 |
* | fix crash for bug #47627 | Stanislav Malyshev | 2009-10-13 | 1 | -2/+13 |
* | - #48779, improve fix, drop usage of _tolower and use zend_strtolower | Pierre Joye | 2009-10-12 | 1 | -1/+1 |
* | - fix possible issue in TS environment (we don't have to do that anymore anyw... | Pierre Joye | 2009-10-11 | 1 | -24/+9 |
* | - #48779, don't loop twice over the path chars | Pierre Joye | 2009-10-11 | 1 | -8/+6 |
* | - Fixed build and comment-style | Felipe Pena | 2009-10-09 | 1 | -2/+2 |
* | - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be cas... | Garrett Serack | 2009-10-09 | 1 | -0/+21 |
* | Fixed bug #49627 (error_log to specified file does not log time according to ... | Dmitry Stogov | 2009-10-05 | 2 | -1/+13 |
* | Fixed bug #48805 (IPv6 socket transport is not working). | Ilia Alshanetsky | 2009-09-30 | 1 | -1/+1 |
* | Fixed ext/standard/tests/streams/stream_get_contents_002.phpt | Dmitry Stogov | 2009-09-23 | 1 | -1/+1 |
* | Fixed memory leak | Dmitry Stogov | 2009-09-21 | 1 | -7/+1 |
* | Fixed tests | Dmitry Stogov | 2009-09-21 | 1 | -4/+5 |
* | - Fixed bug #49572 (use of C++ style comments causes build failure) | Sriram Natarajan | 2009-09-17 | 1 | -1/+1 |
* | - Simplified a bit and fixed possible memory corruption and definate leak. | Jani Taskinen | 2009-09-10 | 1 | -0/+1 |
* | - Fixed bug #49182 (PHP CGI always outputs the shebang line) | Jani Taskinen | 2009-09-05 | 1 | -10/+24 |
* | I have no idea. This might or might not fix a bug in some branch. At least it... | Jani Taskinen | 2009-09-04 | 1 | -27/+28 |
* | - Fixed bug #49447 (php engine need to correctly check for socket API | Sriram Natarajan | 2009-09-04 | 2 | -9/+17 |
* | This will become 5.3.2, the NEWS file will be merged once 5.3.1 is out | Johannes Schlüter | 2009-09-03 | 1 | -3/+3 |
* | - Fixed bug #49248 by fixing bug #48994 properly | Jani Taskinen | 2009-08-17 | 1 | -33/+0 |
* | - Try disabling zlib.output_compression always for images. (zlib extension mi... | Jani Taskinen | 2009-08-17 | 1 | -3/+4 |
* | - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when ... | Jani Taskinen | 2009-08-03 | 1 | -1/+1 |
* | Fix bug #48880 | Rasmus Lerdorf | 2009-07-31 | 1 | -1/+1 |
* | fix extension functions disabling (bug #49065) | Stanislav Malyshev | 2009-07-29 | 1 | -4/+5 |
* | Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value | Ilia Alshanetsky | 2009-07-12 | 1 | -3/+2 |
* | fix mail.log openbasedir interaction with .htaccess | Stanislav Malyshev | 2009-07-09 | 1 | -1/+21 |
* | - Fixed bug #48247 (Infinite loop and possible crash during startup with errors) | Jani Taskinen | 2009-07-07 | 1 | -19/+15 |
* | MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using | Ilia Alshanetsky | 2009-06-30 | 1 | -2/+9 |
* | Back to -dev | Johannes Schlüter | 2009-06-29 | 1 | -4/+4 |
* | Bump version to 5.3.0 and API Nos. up | Johannes Schlüter | 2009-06-26 | 2 | -3/+3 |
* | Revert patch | Ilia Alshanetsky | 2009-06-24 | 1 | -8/+1 |
* | MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using | Ilia Alshanetsky | 2009-06-24 | 1 | -1/+8 |
* | Back to dev | Johannes Schlüter | 2009-06-18 | 1 | -2/+2 |
* | 5.3.0 RC 4 | Johannes Schlüter | 2009-06-18 | 1 | -2/+2 |
* | Ah, broken vimrc.. | Rasmus Lerdorf | 2009-06-18 | 1 | -3/+3 |
* | Fix bug #48592 | Rasmus Lerdorf | 2009-06-18 | 1 | -1/+3 |
* | back to -dev | Johannes Schlüter | 2009-06-10 | 1 | -2/+2 |
* | 5.3.0RC3 | Johannes Schlüter | 2009-06-10 | 1 | -2/+2 |
* | - typo | Pierre Joye | 2009-06-04 | 1 | -1/+1 |