Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
35771151 |
| 14-May-2006 |
Marcus Boerger |
- MFH Add strict compliant RFC2397 support (no //)
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3 |
|
#
8663f164 |
| 22-Apr-2006 |
Wez Furlong |
fix for #37158
|
Revision tags: php-5.1.3RC3 |
|
#
f7a63277 |
| 20-Apr-2006 |
Michael Wallner |
- Fix reading stream filters never notified about EOF
|
Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
#
248be6fc |
| 23-Dec-2005 |
Antony Dovgal |
fix #35781 (stream_filter_append() can cause segfault)
|
Revision tags: php-5.1.2RC1 |
|
#
aec3b4e7 |
| 20-Dec-2005 |
Antony Dovgal |
fix #35740 (memory leak when including a directory)
|
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
a3af52c1 |
| 05-Dec-2005 |
foobar |
MFH: list_entry -> zend_rsrc_list_entry
|
Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
8b134356 |
| 01-Jun-2005 |
Dmitry Stogov |
Disabled search of recored separator outside of buffer
|
#
d4db964a |
| 23-May-2005 |
Antony Dovgal |
revert by Wez's request
|
#
201fbc48 |
| 23-May-2005 |
Antony Dovgal |
fix bug #32810 (fread after tmpfile() reads only 8192 bytes)
|
#
d5bb03b1 |
| 16-May-2005 |
Antony Dovgal |
fix bugs #32742 (segmentation fault when the stream with a wrapper is not closed), #32171 (Userspace stream wrapper crashes PHP)
|
#
edd48606 |
| 29-Apr-2005 |
Ilia Alshanetsky |
Attempt to eliminate seek() prior to every write.
|
#
2a83dbdf |
| 11-Apr-2005 |
Antony Dovgal |
revert the patch, the problem seems to be somewhere else
|
#
dc8823b5 |
| 09-Apr-2005 |
Sara Golemon |
Fold validation into an inlined function per Andi's suggestion
|
#
e7a2efe0 |
| 06-Apr-2005 |
Antony Dovgal |
do not try to read after EOF
|
Revision tags: RELEASE_0_3 |
|
#
d9aea604 |
| 05-Apr-2005 |
Ilia Alshanetsky |
Fixed bug #30362 (stream_get_line() not reading data correctly).
|
#
51852db0 |
| 04-Apr-2005 |
Sara Golemon |
BugFix #32563 This could have been done in stream_wrapper_register() without introducing the slight performance hit on wrapper registration since anyone registering a wrapper in
BugFix #32563 This could have been done in stream_wrapper_register() without introducing the slight performance hit on wrapper registration since anyone registering a wrapper in an extension should know better. The important thing is that since locate_wrapper makes the assumption that all schemes will be /^[a-z0-9+.-]+$/i Anything which registers them should make the same assumption as well.
show more ...
|
Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
c7b931d8 |
| 22-Feb-2005 |
Ilia Alshanetsky |
Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).
|
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
d98a44d4 |
| 15-Nov-2004 |
Ilia Alshanetsky |
Fixed bug #29801 (Set limit on the size of mmapable data).
|
#
d563495a |
| 11-Nov-2004 |
Rob Richards |
add support for file://localhost/ support file:/// under windows again
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
5c04e393 |
| 11-Oct-2004 |
Ilia Alshanetsky |
Fixed bug #30362 (stream_get_line() not handling end string correctly).
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3 |
|
#
34550382 |
| 14-Sep-2004 |
Sara Golemon |
Added stream_filter_remove() to cancel a stream filter. Register filters as resources when instantiated by stream_filter_(ap|pre)pend(). Export php_stream_filter_flush() interna
Added stream_filter_remove() to cancel a stream filter. Register filters as resources when instantiated by stream_filter_(ap|pre)pend(). Export php_stream_filter_flush() internal function to wind buffered data out of a particular filter until consumed by a later filter or sent to stream->readbuffer or stream->ops->write()
show more ...
|
#
9cd4320b |
| 13-Sep-2004 |
Sara Golemon |
Allocating hash tables should be done via macro, not directly
|
#
ed5dcbff |
| 10-Sep-2004 |
Sara Golemon |
A little extra code to allow overriding plainfiles wrapper as well
|