summaryrefslogtreecommitdiff
path: root/main/streams/cast.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Fix undeclared identifier 'PHP_STREAM_KEEP_RSRC'Di Wu2015-04-091-1/+1
| | | | | | | | | | | | Identifier named `PHP_STREAM_FREE_KEEP_RSRC` but use `PHP_STREAM_KEEP_RSRC` Reference Line 131
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-2/+2
| |
* | Use zend_string* instead of char* for opened_patch handling. Avoid ↵Dmitry Stogov2015-03-041-2/+2
| | | | | | | | reallocations and improve string reuse.
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+12
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+14
| | | | | | | | for better comparability with the mainstream
* | some cleanups for TSRMLS_FETCH and direct tsrm_ls usage in mainAnatol Belski2014-09-261-14/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 3Anatol Belski2014-08-251-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-7/+7
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Properly fixed bug #63186 on NetBSD == 6.0Matteo Beccati2013-07-191-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Matteo Beccati2013-06-141-3/+11
|\ | | | | | | | | * PHP-5.3: Fixed bug #63186 (compile failure on netbsd)
| * Fixed bug #63186 (compile failure on netbsd)Matteo Beccati2013-06-141-3/+11
| |
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead ofGustavo André dos Santos Lopes2011-09-041-6/+8
| | | | | | | | | | | | | | out parameter). - Fixed signature of php_stream_copy_to_stream_ex to return int in 5.4/trunk instead of size_t, as the function only returns SUCCESS/FAILURE.
| * Sync r314808 to 5_3 branchXinchen Hui2011-08-231-1/+1
| | | | | | | | | | Eliminated compiler warnings "comparison is always false", "cast to pointer from integer of different siz" and tail zero warnings
| * - no need of assert herePierre Joye2011-01-201-2/+3
| |
| * Fixed variable re-declarationIlia Alshanetsky2011-01-131-2/+2
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * - Renamed php_stream_rep_nonstand_mode to Gustavo André dos Santos Lopes2010-11-051-3/+3
| | | | | | | | | | | | php_stream_mode_sanitize_fdopen_fopencookie, made it not exported and movied it from php_streams.h to php_streams_int.h.
| * - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-051-1/+49
| | | | | | | | with streams opened with, inter alia, the 'xb' mode).
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead ofGustavo André dos Santos Lopes2011-09-041-6/+8
| | | | | | | | | | | | | | out parameter). - Fixed signature of php_stream_copy_to_stream_ex to return int in 5.4/trunk instead of size_t, as the function only returns SUCCESS/FAILURE.
* | Omitted GCC warning "comparison is always false"Xinchen Hui2011-08-121-1/+1
| |
* | - no need of assert herePierre Joye2011-01-201-2/+3
| |
* | Fixed variable re-declarationIlia Alshanetsky2011-01-131-2/+2
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Renamed php_stream_rep_nonstand_mode to Gustavo André dos Santos Lopes2010-11-051-3/+3
| | | | | | | | | | | | php_stream_mode_sanitize_fdopen_fopencookie, made it not exported and movied it from php_streams.h to php_streams_int.h.
* | - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-051-1/+49
|/ | | | with streams opened with, inter alia, the 'xb' mode).
* - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie ↵Jani Taskinen2010-01-191-9/+9
| | | | emulation)
* - WS + CS fixesJani Taskinen2010-01-191-41/+53
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - silent compiler warningPierre Joye2009-04-201-1/+1
|
* MFH: Better fix for #47997Arnaud Le Blanc2009-04-191-3/+3
|
* Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)Arnaud Le Blanc2009-04-191-3/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH streams stuffMarcus Boerger2007-11-061-0/+5
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|