| Commit message (Expand) | Author | Age | Files | Lines |
* | 5.3.0 RC 1 | Johannes Schlüter | 2009-03-23 | 1 | -2/+2 |
* | MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer() | Arnaud Le Blanc | 2009-03-19 | 1 | -15/+26 |
* | - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers | David Coallier | 2009-02-13 | 1 | -0/+5 |
* | Adjust condition | Ilia Alshanetsky | 2009-02-10 | 2 | -3/+3 |
* | MFB: typo fix | Ilia Alshanetsky | 2009-02-10 | 1 | -1/+1 |
* | MFB: Added path truncation E_NOTICE to let people now when path resolving | Ilia Alshanetsky | 2009-02-10 | 2 | -3/+9 |
* | Fixed bug #47320 ($php_errormsg out of scope in functions) | Dmitry Stogov | 2009-02-09 | 1 | -10/+20 |
* | MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when | Ilia Alshanetsky | 2009-02-09 | 1 | -1/+1 |
* | - silent compiler warning about socklen_t benign redefinition | Pierre Joye | 2009-02-02 | 1 | -0/+4 |
* | Back to -dev | Johannes Schlüter | 2009-01-28 | 1 | -2/+2 |
* | PHP 5.3.0beta1 | Johannes Schlüter | 2009-01-28 | 1 | -2/+2 |
* | fix nts build | Stanislav Malyshev | 2009-01-17 | 1 | -10/+7 |
* | -add some doc about versions | Pierre Joye | 2009-01-16 | 1 | -0/+9 |
* | - MFH: | Pierre Joye | 2009-01-16 | 1 | -1/+5 |
* | - MFH: add OPENBASEDIR_CHECKPATH macro to ease merge between 5.3 and 6, it in... | Pierre Joye | 2009-01-16 | 1 | -0/+10 |
* | - add EG(windows_version_info), set at init time once per instance | Pierre Joye | 2009-01-16 | 2 | -4/+72 |
* | [DOC] | Ilia Alshanetsky | 2009-01-09 | 2 | -0/+5 |
* | MFH: | Felipe Pena | 2009-01-08 | 1 | -0/+1 |
* | MFH: Fixed error conditions handling in stream_filter_append() | Arnaud Le Blanc | 2009-01-08 | 2 | -15/+37 |
* | MFH: | Felipe Pena | 2009-01-07 | 2 | -1/+5 |
* | - Checking 0 param in the new way [only in this branch] | Felipe Pena | 2009-01-07 | 1 | -4/+3 |
* | - MFH: Windows part | Felipe Pena | 2009-01-03 | 1 | -1/+4 |
* | - MFH: Errr, rule nº 1: be portable :) | Felipe Pena | 2009-01-02 | 1 | -0/+2 |
* | - MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier) | Felipe Pena | 2009-01-02 | 1 | -0/+1 |
* | - Add needed include as reported by Pierre | Marcus Boerger | 2008-12-31 | 1 | -0/+1 |
* | MFH | Marcus Boerger | 2008-12-31 | 2 | -0/+10 |
* | - Sync with HEAD, no ability to not start builtin functions | Marcus Boerger | 2008-12-31 | 1 | -1/+1 |
* | MFH | Marcus Boerger | 2008-12-31 | 1 | -3/+15 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 68 | -68/+68 |
* | - MFH Do not show empty ini directive tables for modules without ini entries. | Marcus Boerger | 2008-12-30 | 1 | -5/+22 |
* | If a wrapper could not be found it is either a typo or a configuration issue.... | Lars Strojny | 2008-12-14 | 1 | -5/+5 |
* | Cleanup: remove trailing whitespaces | Lars Strojny | 2008-12-13 | 1 | -18/+18 |
* | make *printf() functions do not read strings past their specified length (if ... | Nuno Lopes | 2008-12-12 | 1 | -3/+14 |
* | Whoops. Missing bit from the open_basedir tightening MFH | Hannes Magnusson | 2008-12-09 | 1 | -1/+1 |
* | MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara) | Hannes Magnusson | 2008-12-09 | 2 | -0/+59 |
* | Back to -dev | Johannes Schlüter | 2008-12-03 | 1 | -2/+2 |
* | 5.3.0. Alpha 3 | Johannes Schlüter | 2008-12-03 | 1 | -2/+2 |
* | - export php_scandir and php_alphasort correctly (used by APC for example) | Pierre Joye | 2008-12-02 | 2 | -4/+4 |
* | MFH Add asprintf, use regular system malloc and free and add checks in config... | Scott MacVicar | 2008-11-27 | 2 | -5/+21 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 |
* | MFH: Fixed bug #46673 (stream_lock call with wrong paramater) | Arnaud Le Blanc | 2008-11-26 | 1 | -1/+21 |
* | MFH: Revert fix for 43782, as it caused problems. | David Soria Parra | 2008-11-24 | 2 | -7/+3 |
* | MFH Better fix for va_copy since some architectures like to do a deep copy. | Scott MacVicar | 2008-11-22 | 1 | -0/+7 |
* | MFH Add vasprintf() so the buffer can be automatically calculated, you need t... | Scott MacVicar | 2008-11-21 | 2 | -0/+30 |
* | MFH: Added stream_cast() and stream_set_options() to user-space stream | Arnaud Le Blanc | 2008-11-15 | 1 | -2/+177 |
* | Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 2 | -17/+35 |
* | - Silent valgrind | Felipe Pena | 2008-11-12 | 1 | -1/+1 |
* | MFH: Fixed stream_get_contents() when using $maxlength and socket is not | Arnaud Le Blanc | 2008-11-11 | 1 | -1/+1 |
* | added const, as required by struct-definition | Alexey Zakhlestin | 2008-11-07 | 1 | -1/+1 |
* | MFH: initialize memory | Arnaud Le Blanc | 2008-11-04 | 1 | -0/+2 |