summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-10/+10
|\
| * Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-161-10/+10
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-1/+1
|\ \ | |/
| * 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
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-07-021-1/+5
|\ \ \ | |/ /
| * | 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
* | | Bug #67224: stream_socket_enable_crypto()Daniel Lowrey2014-05-071-6/+16
|\ \ \
| * | | Allow crypto_method context value in stream_socket_enable_crypto()Chris Wright2014-02-271-6/+16
* | | | remove obsolete commentAnatol Belski2014-03-191-3/+0
* | | | Fixes to various stream cast on win64Anatol Belski2014-03-191-12/+4
|/ / /
* | | 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