summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fixes to various stream cast on win64Anatol Belski2014-03-191-12/+4
| |/ / /
* | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-58/+24
* | | | Cleanup (2-nd round)Dmitry Stogov2014-04-151-7/+11
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+5
* | | | Fixed GCDmitry Stogov2014-04-091-0/+1
* | | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-2/+2
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-2/+2
* | | | Avoid unnecessry reallocationsDmitry Stogov2014-04-011-4/+2
* | | | Fixed stream_filter_remove()Dmitry Stogov2014-03-181-1/+1
* | | | Fixed stream notifierDmitry Stogov2014-03-181-10/+9
* | | | Fixed refcountingDmitry Stogov2014-03-141-2/+2
* | | | Fixed bug codes in stream_resolve_include_path....Xinchen Hui2014-03-071-0/+1
* | | | Fixed memory leak (ext/standard/tests/file/stream_002.phpt)Xinchen Hui2014-03-051-0/+3
* | | | Fixed segfaultXinchen Hui2014-03-051-3/+5
* | | | Refactor stream_get_record to return zend_stringXinchen Hui2014-03-051-5/+3
* | | | Fixed stream_castXinchen Hui2014-03-051-3/+1
* | | | Fixed stream_select (incompeleted)Xinchen Hui2014-03-041-0/+4
* | | | Wrong type checkXinchen Hui2014-03-031-1/+1
* | | | Fixed user stream filtersDmitry Stogov2014-02-281-0/+1
* | | | Fixed memory leakXinchen Hui2014-02-261-1/+2
* | | | Refactoring php_stream_copy_to_mem to return zend_stringXinchen Hui2014-02-241-9/+3
* | | | Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-3/+3
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-141/+129
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
|/
* better fix for bug #64770Anatol Belski2013-05-041-4/+17
* Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-031-2/+2
|\
| * Fixed bug #64770 stream_select() fails with pipesAnatol Belski2013-05-031-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-04-221-1/+1
|\ \ | |/
| * Fixed stream_socket_pair() on Windows x64 andAnatol Belski2013-04-221-1/+1
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| * - Better fix for #61115.Gustavo André dos Santos Lopes2012-02-241-4/+0
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-011-2/+2
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Do not violate php_stream abstraction and use php_stream_tell instead of ac...Gustavo André dos Santos Lopes2010-12-301-14/+21
| * - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way toGustavo André dos Santos Lopes2010-10-141-4/+14
| * - timeval element are always 32bit long on WindowsPierre Joye2010-09-061-2/+10
| * - [doc] merge stream_set_read_buffer, equivalent of stream_set_write_buffer f...Pierre Joye2010-04-121-10/+31
| * - WSPierre Joye2010-04-081-66/+66
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leakGustavo André dos Santos Lopes2012-03-171-4/+0
* | - Year++Felipe Pena2012-01-011-1/+1
* | - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-13/+2
* | - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plainGustavo André dos Santos Lopes2011-02-191-3/+38
* | - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-011-2/+2
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Do not violate php_stream abstraction and use php_stream_tell instead of ac...Gustavo André dos Santos Lopes2010-12-301-14/+21