#
3b030ec7 |
| 29-May-2011 |
Hannes Magnusson |
Fixed bug #54946 (stream_get_contents infinite loop)
|
#
73c1488f |
| 29-May-2011 |
Hannes Magnusson |
Fixed bug #54946 (stream_get_contents infinite loop)
|
#
8f771683 |
| 08-May-2011 |
Gustavo André dos Santos Lopes |
- Merged to 5.3 change in trunk in _php_stream_free. This prevents the segfault in the testcase for bug #53624. The testcase still has to be fixed though, because it only works as intende
- Merged to 5.3 change in trunk in _php_stream_free. This prevents the segfault in the testcase for bug #53624. The testcase still has to be fixed though, because it only works as intended on Windows.
show more ...
|
#
02302812 |
| 01-May-2011 |
Gustavo André dos Santos Lopes |
- Fixed accidental change.
|
#
8dfe15a1 |
| 01-May-2011 |
Gustavo André dos Santos Lopes |
- Fixed accidental change.
|
#
6df67ace |
| 01-May-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #54623 (Segfault when when writing to a persistent socket after closing a copy of the socket).
|
#
93f65cde |
| 01-May-2011 |
Gustavo André dos Santos Lopes |
- Fixed bug #54623 (Segfault when when writing to a persistent socket after closing a copy of the socket).
|
#
7f293722 |
| 21-Mar-2011 |
Gustavo André dos Santos Lopes |
- Make fclose() actually close stream, even when the resource refcount is > 1. This reverts the fix for bug #24557. - Make php_stream_free delete the stream from the resources list, not mer
- Make fclose() actually close stream, even when the resource refcount is > 1. This reverts the fix for bug #24557. - Make php_stream_free delete the stream from the resources list, not merely decrease its refcount, as a single call to zend_list_delete does. #Not worth the risk merging to 5.3. While change #2 may prevent some segfaults, #a quick and dirty survey to the codebase only showed calls to php_stream_close #or php_stream_free on streams allocated in the same function, which would have #refcount == 1. May be reconsidered.
show more ...
|
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1 |
|
#
c6ccc432 |
| 01-Feb-2011 |
Gustavo André dos Santos Lopes |
- Fixed several comparisons that always result in true of false due to signedness of one of the operands, either by removing dead code or fixing it. - Thrown some comments around in p
- Fixed several comparisons that always result in true of false due to signedness of one of the operands, either by removing dead code or fixing it. - Thrown some comments around in php_stream_get_record. - See http://www.mail-archive.com/internals@lists.php.net/msg49525.html
show more ...
|
#
da0e2a41 |
| 01-Feb-2011 |
Gustavo André dos Santos Lopes |
- Fixed several comparisons that always result in true of false due to signedness of one of the operands, either by removing dead code or fixing it. - Thrown some comments around in p
- Fixed several comparisons that always result in true of false due to signedness of one of the operands, either by removing dead code or fixing it. - Thrown some comments around in php_stream_get_record. - See http://www.mail-archive.com/internals@lists.php.net/msg49525.html
show more ...
|
Revision tags: php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2 |
|
#
5a1b7742 |
| 19-Nov-2010 |
Gustavo André dos Santos Lopes |
- Reverted unintended change.
|
Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
1045aa2a |
| 15-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the stream).
|
#
e10454de |
| 15-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the stream).
|
#
3a02cfb6 |
| 15-Nov-2010 |
Gustavo André dos Santos Lopes |
- Added leak_variable() function. - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling correctly (through an ad hoc mechanism)
- Added leak_variable() function. - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling correctly (through an ad hoc mechanism) reverse closing order when the inner stream is of type memory.
show more ...
|
#
14a54b90 |
| 13-Oct-2010 |
Gustavo André dos Santos Lopes |
- Fixed forward stream seeking emulation in streams that don't support seeking in situations where the read operation gives back less data than requested and when there was data in the bu
- Fixed forward stream seeking emulation in streams that don't support seeking in situations where the read operation gives back less data than requested and when there was data in the buffer before the emulation started. Also made more consistent its behavior -- should return failure every time less data than was requested was skipped. - Small performance improvement by correcting off-by-one error that generate an invalid call to the seek handler or read handler. in _php_stream_seek.
show more ...
|
#
a1888f58 |
| 13-Oct-2010 |
Gustavo André dos Santos Lopes |
- Fixed forward stream seeking emulation in streams that don't support seeking in situations where the read operation gives back less data than requested and when there was data in the bu
- Fixed forward stream seeking emulation in streams that don't support seeking in situations where the read operation gives back less data than requested and when there was data in the buffer before the emulation started. Also made more consistent its behavior -- should return failure every time less data than was requested was skipped. - Small performance improvement by correcting off-by-one error that generate an invalid call to the seek handler or read handler. in _php_stream_seek.
show more ...
|
#
aa0ed267 |
| 16-Sep-2010 |
Pierre Joye |
- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert
|
#
dec8593f |
| 01-Sep-2010 |
Pierre Joye |
- add lstat support for Windows
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
0d47dff2 |
| 18-May-2010 |
Pierre Joye |
- #51854, fix logic (patch by Tjerk)
|
#
3a19fee3 |
| 18-May-2010 |
Pierre Joye |
- #51854, fix logic (patch by Tjerk)
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
#
d2699793 |
| 08-Apr-2010 |
Antony Dovgal |
fix build
|
#
c264445a |
| 08-Apr-2010 |
Pierre Joye |
- WS
|