summaryrefslogtreecommitdiff
path: root/Zend/zend_stream.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-3/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+10
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Remove Netware supportKalle Sommer Nielsen2016-11-121-9/+0
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-25/+25
* data type fixesAnatol Belski2014-08-291-2/+2
* master renames phase 1Anatol Belski2014-08-251-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-5/+4
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-021-1/+1
|\
| * Fixed bug #62716 (munmap() is called with the incorrect length)Xinchen Hui2012-08-021-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)Dmitry Stogov2011-09-151-5/+21
| * - Year++Felipe Pena2011-01-011-1/+1
| * - label only used when mmap is availablePierre Joye2010-06-061-0/+2
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)Dmitry Stogov2011-09-151-5/+21
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-1/+1
* | - label only used when mmap is availablePierre Joye2010-06-061-1/+2
|/
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Fixed bug #47596 (Bus error on parsing file)Dmitry Stogov2009-03-261-1/+6
* the offset parameter of mmap() must be aligned to a page boundary (although l...Nuno Lopes2009-01-281-2/+9
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fixed #45928 (large scripts from stdin are stripped at 16K border)Arnaud Le Blanc2008-09-101-0/+10
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-1/+1
* MFHAntony Dovgal2008-04-291-1/+1
* remove redundant test for file sizeNuno Lopes2008-04-041-1/+1
* - Fix streams handling logic, only real FPs can be mmaped hereMarcus Boerger2008-03-211-1/+3
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-68/+242
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which I be...Anantha Kesari H Y2005-07-071-0/+9
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-1/+11
* Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/cl...Stanislav Malyshev2005-03-131-2/+1
* - Fix warningMarcus Boerger2004-09-271-1/+2