Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | these are case sensitive | Sascha Schumann | 2002-05-04 | 1 | -1/+1 |
| | |||||
* | touch. | James Cox | 2002-05-04 | 1 | -1/+1 |
| | |||||
* | add $id:$ line | James Cox | 2002-05-04 | 1 | -0/+2 |
| | |||||
* | call_result is set but never used | Sascha Schumann | 2002-05-04 | 1 | -4/+2 |
| | |||||
* | Fix declarations (Thanks Sebastian) | Wez Furlong | 2002-04-11 | 1 | -2/+2 |
| | |||||
* | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 1 | -2/+2 |
| | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
* | Fix ZE2 build. | Yasuo Ohgaki | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | Phase 3 of OO wrapper cleanup | Wez Furlong | 2002-03-28 | 1 | -1/+4 |
| | | | | | # What was phase 2? | ||||
* | Phase 1 of wrapper OO cleanup. | Wez Furlong | 2002-03-24 | 1 | -6/+12 |
| | | | | | # Collecting underpants | ||||
* | Streams are all tracked as resources now. | Wez Furlong | 2002-03-20 | 1 | -1/+1 |
| | | | | | | Add some logic that will help track down leaks when debug is enabled. | ||||
* | make buffer length warnings more verbose | Wez Furlong | 2002-03-19 | 1 | -4/+5 |
| | |||||
* | register some constants for user streams | Wez Furlong | 2002-03-19 | 1 | -2/+12 |
| | |||||
* | correct copy/paste typo | Wez Furlong | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | avoid possible buffer overruns when write returns a value larger than the buffer | Wez Furlong | 2002-03-19 | 1 | -0/+7 |
| | |||||
* | Make file_get_wrapper_data return the underlying PHP object for | Wez Furlong | 2002-03-19 | 1 | -0/+4 |
| | | | | | user-space streams. | ||||
* | Implement user-space streams. | Wez Furlong | 2002-03-19 | 1 | -0/+484 |
There's probably room for improvement, docs will following some time this week. |