Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Revert r134029. The streams pooling API was never used in more | Gustavo André dos Santos Lopes | 2012-02-21 | 1 | -8/+0 |
| | | | | | than 8 years and therefore unnecessarily adds complexity. | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -1/+1 |
| | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - use TSRMLS_D/C with php_stream_context_alloc | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert, missing header | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Switching to TSRMLS_FETCH version | Felipe Pena | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()) | Felipe Pena | 2009-11-15 | 1 | -1/+1 |
| | | | | | (patch by Pierrick) | ||||
* | 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: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Must addref the resource when we make a new zval reference to it that will ↵ | Sara Golemon | 2004-03-01 | 1 | -1/+1 |
| | | | | be exported to userspace. | ||||
* | EXTERN_C wrapping for PHPAPI prototypes | Hartmut Holzgraefe | 2004-02-20 | 1 | -0/+4 |
| | | | | | (Zend and main should now be ok) | ||||
* | - 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? | ||||
* | Introduce connection pooling API. I'll use these in http/ftp fopen wrappers ↵ | Sara Golemon | 2003-07-02 | 1 | -0/+8 |
| | | | | soon. | ||||
* | MFB | Sara Golemon | 2003-06-27 | 1 | -2/+5 |
| | | | | | Plug leak in context notifiers, implement notifier->dtor | ||||
* | Plug leak (context options not freed) | Sara Golemon | 2003-06-13 | 1 | -0/+3 |
| | | | | | | | | Make contexts auto-registered, ensures userland contexts and C API contexts are both dealt with on request shutdown. Also brings contexts in keeping with streams which are already auto-registered. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Implement default contexts. For the moment this is useless | Sara Golemon | 2003-05-21 | 1 | -0/+9 |
| | | | | | but it will be used soon for connection pooling. | ||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | Implement new filter API, stage 1. | Wez Furlong | 2003-02-18 | 1 | -0/+109 |
This breaks user-space filters (for the time being), and those weird convert.* filters in ext/standard/filters.c The filters stack has been separated into one chain for read and one chain for write. The user-space stream_filter_append() type functions currently only operate on the read chain. They need extending to work with the write chain too. |