summaryrefslogtreecommitdiff
path: root/main/streams/streams.c
Commit message (Expand)AuthorAgeFilesLines
* Make stream->context indirect trough zend_resource (stream->ctx->ptr).Dmitry Stogov2014-08-071-8/+9
* Fixed resource leakDmitry Stogov2014-07-311-0/+4
* Hide warning message after fatal errorsDmitry Stogov2014-06-201-9/+11
* Don't use cast (compiler friendly)Xinchen Hui2014-05-261-2/+2
* Fixed segafult while stream is referenced by persistent resource (like dba)Xinchen Hui2014-05-211-1/+1
* Fixed resources apply_dtorXinchen Hui2014-05-191-1/+2
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-24/+37
|\
| * Merge branch 'PHP-5.6'Stanislav Malyshev2014-04-201-22/+26
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-201-22/+26
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-201-22/+26
| | | |\
| | | | * Fix bug #65701: Do not use cache for file file copyBoro Sitnikovski2014-04-201-22/+26
| * | | | Merge branch 'PHP-5.6'Michael Wallner2014-04-031-2/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-04-031-2/+7
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-031-2/+7
| | | |\ \ | | | | |/
| | | | * Fix Bug #66736 fpassthru brokenMichael Wallner2014-04-031-2/+7
| * | | | Merge branch 'PHP-5.6'Michael Wallner2014-04-021-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-04-021-0/+4
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-021-0/+4
| | | |\ \ | | | | |/
| | | | * Fixed bug #61019 (Out of memory on command stream_get_contents)Michael Wallner2014-04-021-0/+4
| | | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-8/+5
* | | | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-4/+4
* | | | | Don't include trailing zero into hash caclculationDmitry Stogov2014-03-141-4/+4
* | | | | Refactor stream_get_record to return zend_stringXinchen Hui2014-03-051-6/+6
* | | | | Fixed wrapper errors realted testsXinchen Hui2014-03-041-5/+4
* | | | | Refactor _php_stream_scandir to avoid memleakXinchen Hui2014-03-021-10/+10
* | | | | Resource closing without destructionDmitry Stogov2014-02-271-2/+2
* | | | | Refactoring php_stream_copy_to_mem to return zend_stringXinchen Hui2014-02-241-19/+24
* | | | | Fixed segfault in file_get_contentsXinchen Hui2014-02-211-8/+12
* | | | | Use better data structures (incomplete)Dmitry Stogov2014-02-191-1/+3
* | | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-91/+76
|/ / / /
* | | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \ \ | |/ / /
| * | | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to itKalle Sommer Nielsen2013-12-181-2/+1
|/ / /
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-31/+31
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-101-1/+3
|\ \ | |/
| * fix possible resource leak and make sure there's something to qsort()Anatol Belski2013-07-101-1/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-04-021-2/+4
|\ \ | |/
| * keep previous test to avoid any behavior changeRemi Collet2013-04-021-2/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-04-021-8/+5
|\ \ | |/
| * fix commentRemi Collet2013-04-021-3/+1
| * Fixed Bug #64565 copy doesn't report failure on partial copyRemi Collet2013-04-021-5/+4
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4'Gustavo Lopes2012-10-121-2/+10
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-10-121-2/+10
| |\
| | * Fix bug #63240 on stream_get_line()Gustavo Lopes2012-10-121-2/+10
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-091-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
| |\ \ | | |/