summaryrefslogtreecommitdiff
path: root/Zend/zend_stream.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Nuno Lopes2009-01-281-2/+9
| | | | | | | linux doesnt strictly require it). use 0 as offset as it will be small and increment the ptrs afterwards
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-1/+1
| | | | | opened files.
* 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
| | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt
* 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 ↵Anantha Kesari H Y2005-07-071-0/+9
| | | | | | | believe EOT) for EOF(^D) character. This happens when fread is asked to read one and only character as is the case with cl interactive mode. -- Kamesh
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-1/+11
| | | | | __halt_compiler() patch
* Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using ↵Stanislav Malyshev2005-03-131-2/+1
| | | | | | | reader/closer on it
* - 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
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* 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 another stupid mistake.
* 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
| | | | | | it is unable to figure out that this is indeed a FILE * and hence it won't compile without this cast.
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-0/+123