summaryrefslogtreecommitdiff
path: root/Zend/zend_stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed #45928 (large scripts from stdin are stripped at 16K border)Arnaud Le Blanc2008-09-101-0/+10
* - Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-1/+1
* lexer fix by GregAntony Dovgal2008-04-291-1/+1
* MFB: remove redundant testNuno Lopes2008-04-041-1/+1
* MFB 5.3: Rewrite scanner to be based on re2c instead of flexScott MacVicar2008-03-261-58/+233
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix folding, CS and WSAntony Dovgal2007-07-111-10/+26
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* WSDmitry Stogov2006-02-211-10/+10
* - 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
* export zend stream functions for zend extensions under windowsWez Furlong2004-06-251-4/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* export functionStanislav Malyshev2003-12-161-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* *cough*Wez Furlong2003-02-201-1/+1
* Fix stupid mistake that only affected interactive mode.Wez Furlong2003-02-191-2/+2
* fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3Rasmus Lerdorf2003-02-181-1/+1
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-0/+123