#
95fcd75a |
| 12-Apr-2010 |
Pierre Joye |
- [doc] add stream_set_read_buffer, equivalent of stream_set_write_buffer for read operations. Fixing possible bad effects while reading devices. full context support is under work. |
#
2137c3a0 |
| 08-Apr-2010 |
Pierre Joye |
- WS |
#
c4eafddb |
| 08-Apr-2010 |
Pierre Joye |
- WS |
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php |
#
207d9133 |
| 24-Dec-2009 |
Mikko Koppanen |
Changed stream_resolve_include_path to use zend_resolve_path backported stream_resolve_include_path to PHP 5.3 backported stream_resolve_include_path test to PHP 5.3 |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
a94558c8 |
| 08-Dec-2009 |
Felipe Pena |
- Added MAKE_COPY_ZVAL(ppzv, pzv) macro |
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
d744463d |
| 03-Aug-2009 |
Felipe Pena |
- CS |
#
80ec4586 |
| 03-Aug-2009 |
Felipe Pena |
- Improved. No ugly copy. (Tony) |
#
1648ab57 |
| 03-Aug-2009 |
Felipe Pena |
- Re-fix stream_is_local() memory leaks |
#
24086c42 |
| 03-Aug-2009 |
Antony Dovgal |
revert bogus memleak fix causing Valgrind to scream |
#
99013d83 |
| 29-Jul-2009 |
Felipe Pena |
- Fixed memleak in stream_is_local() |
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2 |
|
#
8ea9eb85 |
| 19-Apr-2009 |
Arnaud Le Blanc |
MFH: Better fix for #47997 |
#
14c717f4 |
| 19-Apr-2009 |
Arnaud Le Blanc |
Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams) |
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
73b17408 |
| 23-Jan-2009 |
Kalle Sommer Nielsen |
MFH: Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/ |
#
61ae60f8 |
| 08-Jan-2009 |
Arnaud Le Blanc |
MFH: Fixed error conditions handling in stream_filter_append() |
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
3b9fce62 |
| 14-Nov-2008 |
Arnaud Le Blanc |
MFH: Fix proto line |
#
06119f47 |
| 13-Nov-2008 |
Arnaud Le Blanc |
MFH: Added stream_context_get_params() |
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
55ccadec |
| 04-Nov-2008 |
Arnaud Le Blanc |
MDH: Avoids fclose() from complaining that stream_socket_pair() streams have not been closed |
#
55e7b35e |
| 04-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #46024 (stream_select() doesn't return the correct number) |
#
16bce25d |
| 30-Oct-2008 |
Felipe Pena |
- Fixed memory leak when using offset out of range. (php_stream_copy_to_mem returns 0, but the empty string is alloced) |
#
1eb552a7 |
| 30-Oct-2008 |
Felipe Pena |
- Fix the fix - Improved test |
#
bfa5404e |
| 30-Oct-2008 |
Felipe Pena |
- MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not works for "0") |
#
5d804d16 |
| 26-Oct-2008 |
Felipe Pena |
- MFH: Fixed bug #46388 (stream_notification_callback inside of object destroys object variables) |
Revision tags: php-5.2.7RC2 |
|
#
d69dfa4b |
| 21-Oct-2008 |
Arnaud Le Blanc |
MFH: initialize optional vars |