Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Added leak_variable() function. | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -11/+7 |
| | | | | | | | - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling correctly (through an ad hoc mechanism) reverse closing order when the inner stream is of type memory. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49572 (use of C++ style comments causes build failure) | Sriram Natarajan | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | Fix warning when inner stream of a temp:// stream is closed before | Arnaud Le Blanc | 2009-05-16 | 1 | -0/+1 |
| | | | | | the stream ifself | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #44440 (st_blocks undefined under BeOS) | Felipe Pena | 2008-03-15 | 1 | -0/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH Fix logic | Marcus Boerger | 2007-02-22 | 1 | -5/+5 |
| | |||||
* | - MFH options/exports | Marcus Boerger | 2007-02-07 | 1 | -3/+3 |
| | |||||
* | - MFH Add PHPAPI to stuff needed by streams API for shared exts | Marcus Boerger | 2007-02-03 | 1 | -3/+6 |
| | | | | | | - MFH Readonly issue fix to memory streams option handling (still not activated in 5.2.1 though) | ||||
* | - Disable memory streams set option until 5.2.2 | Marcus Boerger | 2007-01-27 | 1 | -1/+1 |
| | |||||
* | - MFH truncate support for mem/temp streams | Marcus Boerger | 2007-01-27 | 1 | -5/+39 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -1/+0 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+1 |
| | |||||
* | Mark memory streams as is_url | Rasmus Lerdorf | 2006-11-04 | 1 | -1/+1 |
| | |||||
* | url->URL | Hannes Magnusson | 2006-06-29 | 1 | -2/+2 |
| | |||||
* | MFH: don't leak when decoding failed | Antony Dovgal | 2006-06-06 | 1 | -0/+1 |
| | |||||
* | - MFH Fix feof() | Marcus Boerger | 2006-05-23 | 1 | -6/+8 |
| | |||||
* | - MFH Handle corrupt base64 data in data: url | Marcus Boerger | 2006-05-21 | 1 | -13/+17 |
| | |||||
* | - MFH No need to have this controlled by allow_url_fopen | Marcus Boerger | 2006-05-14 | 1 | -1/+1 |
| | |||||
* | - MFH RFC2397 decoding | Marcus Boerger | 2006-05-14 | 1 | -2/+14 |
| | |||||
* | - MFH RFC 2397 meta data handling | Marcus Boerger | 2006-05-14 | 1 | -7/+78 |
| | |||||
* | - MFH Initial support for RFC2397 | Marcus Boerger | 2006-05-13 | 1 | -48/+168 |
| | |||||
* | - MFH Fix seek/eof issue in temp streams | Marcus Boerger | 2006-03-18 | 1 | -1/+1 |
| | |||||
* | - 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 | 1 | -3/+3 |
| | |||||
* | - Fix temp/memory stream modes | Marcus Boerger | 2005-12-14 | 1 | -3/+3 |
| | |||||
* | - MFH C vs. C++ fix | Marcus Boerger | 2005-10-07 | 1 | -1/+2 |
| | |||||
* | - MFH Fix issue (endless loop) with temp/memory streams | Marcus Boerger | 2005-10-06 | 1 | -1/+7 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | add an open mode for the memory streams that allows the stream to take | Wez Furlong | 2005-02-06 | 1 | -1/+1 |
| | | | | | ownership of the passed-in buffer | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Folding fixes | Wez Furlong | 2003-03-01 | 1 | -2/+4 |
| | |||||
* | Removed unnecessary asserts | Moriyoshi Koizumi | 2003-02-24 | 1 | -2/+0 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -2/+3 |
| | |||||
* | Move streams files around a bit, to ease maintenance. | Wez Furlong | 2003-02-16 | 1 | -0/+472 |
I will update the win32 .dsp in a moment. |