summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-161-10/+10
* Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-1/+1
|\
| * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-1/+1
* | Bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-07-021-1/+5
|\ \ | |/
| * fix integer overflow in {stream,file}_{get,put}_contents()Michael Wallner2014-07-021-1/+5
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | 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
* | - Implemented bug/request #53427 - stream_select doesn't preserve the Gustavo André dos Santos Lopes2010-11-301-2/+19
* | - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way toGustavo André dos Santos Lopes2010-10-141-7/+14
* | - Ooops. Fixed tests for rev #304380 (stream_get_contents() related) and a sm...Gustavo André dos Santos Lopes2010-10-141-1/+1
* | - [DOC] Changed stream_get_contents() so that the offset is relative to theGustavo André dos Santos Lopes2010-10-141-2/+5
* | - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-4/+4
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
* | - timeval element are always 32bit long on WindowsPierre Joye2010-09-061-2/+10
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
* | - fix inline docPierre Joye2010-04-121-1/+1
* | - [doc] add stream_set_read_buffer, equivalent of stream_set_write_buffer for...Pierre Joye2010-04-121-10/+31
* | - WSPierre Joye2010-04-081-66/+66
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Changed stream_resolve_include_path to use zend_resolve_pathMikko Koppanen2009-12-241-0/+20
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
* - CSFelipe Pena2009-08-031-4/+4
* - Improved. No ugly copy. (Tony)Felipe Pena2009-08-031-14/+6