Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH Add PHPAPI to stuff needed by streams API for shared exts | Marcus Boerger | 2007-02-03 | 1 | -4/+4 |
| | | | | | | - MFH Readonly issue fix to memory streams option handling (still not activated in 5.2.1 though) | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - MFH Initial support for RFC2397 | Marcus Boerger | 2006-05-13 | 1 | -0/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - 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 | -0/+1 |
| | | | | | ownership of the passed-in buffer | ||||
* | wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks | Hartmut Holzgraefe | 2004-02-20 | 1 | -1/+2 |
| | | | | | (else they won't be usable from C++ extensions) | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | -defined php_stream_temp_new() for standard temp streams | Marcus Boerger | 2002-03-23 | 1 | -3/+6 |
| | |||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -12/+12 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | tidyup use of STREAMS_DC macros | Wez Furlong | 2002-03-18 | 1 | -6/+8 |
| | |||||
* | -temp streams are now clean (Thanks to Wez) | Marcus Boerger | 2002-03-18 | 1 | -12/+16 |
| | |||||
* | -added temporary streams | Marcus Boerger | 2002-03-17 | 1 | -1/+19 |
| | | | | | | -added stream debug code #should be used from php_stream_make_seekable | ||||
* | -added memory streams | Marcus Boerger | 2002-03-16 | 1 | -0/+35 |
@added memory streams (marcus) |