Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-02 | 1 | -1/+1 |
|\ | |||||
| * | Fixed bug #62716 (munmap() is called with the incorrect length) | Xinchen Hui | 2012-08-02 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #50982 (incorrect assumption of PAGE_SIZE size) | Dmitry Stogov | 2011-09-15 | 1 | -5/+21 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - label only used when mmap is available | Pierre Joye | 2010-06-06 | 1 | -0/+2 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #50982 (incorrect assumption of PAGE_SIZE size) | Dmitry Stogov | 2011-09-15 | 1 | -5/+21 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | marked char pointer arguments as const in lots of | Hartmut Holzgraefe | 2010-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ... | ||||
* | | - label only used when mmap is available | Pierre Joye | 2010-06-06 | 1 | -1/+2 |
|/ | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Fixed bug #47596 (Bus error on parsing file) | Dmitry Stogov | 2009-03-26 | 1 | -1/+6 |
| | |||||
* | the offset parameter of mmap() must be aligned to a page boundary (although ↵ | Nuno Lopes | 2009-01-28 | 1 | -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 CLI | Ilia Alshanetsky | 2009-01-09 | 1 | -1/+1 |
| | | | | | opened files. | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed #45928 (large scripts from stdin are stripped at 16K border) | Arnaud Le Blanc | 2008-09-10 | 1 | -0/+10 |
| | |||||
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2008-04-29 | 1 | -1/+1 |
| | |||||
* | remove redundant test for file size | Nuno Lopes | 2008-04-04 | 1 | -1/+1 |
| | |||||
* | - Fix streams handling logic, only real FPs can be mmaped here | Marcus Boerger | 2008-03-21 | 1 | -1/+3 |
| | |||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -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 Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which I ↵ | Anantha Kesari H Y | 2005-07-07 | 1 | -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 final | Zeev Suraski | 2005-06-04 | 1 | -1/+11 |
| | | | | | __halt_compiler() patch | ||||
* | Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using ↵ | Stanislav Malyshev | 2005-03-13 | 1 | -2/+1 |
| | | | | | | | reader/closer on it | ||||
* | - Fix warning | Marcus Boerger | 2004-09-27 | 1 | -1/+2 |
| | |||||
* | export zend stream functions for zend extensions under windows | Wez Furlong | 2004-06-25 | 1 | -4/+4 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | export function | Stanislav Malyshev | 2003-12-16 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | *cough* | Wez Furlong | 2003-02-20 | 1 | -1/+1 |
| | | | | | Fix another stupid mistake. | ||||
* | Fix stupid mistake that only affected interactive mode. | Wez Furlong | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3 | Rasmus Lerdorf | 2003-02-18 | 1 | -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 Furlong | 2003-02-18 | 1 | -0/+123 |