summaryrefslogtreecommitdiff
path: root/Zend/zend_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-8/+10
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-2/+2
* Revert "Drop free_filename field from zend_file_handle"Nikita Popov2019-07-241-0/+3
* Also report errors from Zend stream reader operationNikita Popov2019-07-221-1/+1
* Revert "Avoid unused fstat() call"Nikita Popov2019-07-171-0/+2
* Avoid unused fstat() callNikita Popov2019-07-171-2/+0
* Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-10/+3
* Drop free_filename field from zend_file_handleNikita Popov2019-07-161-1/+0
* Introduce zend_stream_init_filename()Nikita Popov2019-07-161-0/+1
* Introduce zend_stream_init_fp() APINikita Popov2019-07-161-0/+1
* Remove ZEND_HANDLE_FDNikita Popov2019-07-161-2/+0
* Fix bug #52752 by not using mmap() to lex filesNikita Popov2019-07-161-2/+0
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Refactor stat implementationAnatol Belski2018-08-261-7/+14
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* 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
* 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-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
* reduce size by 8 byte on 64 bitAnatol Belski2014-09-121-3/+3
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-0/+19
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masuga...Felipe Pena2009-06-161-1/+1
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (low...Nuno Lopes2008-04-041-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-23/+40
* 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
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-0/+3
* export zend stream functions for zend extensions under windowsWez Furlong2004-06-251-4/+4
* wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_CHartmut Holzgraefe2004-02-181-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Sync: Export externally used functions.Sebastian Bergmann2003-12-161-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-0/+59