summaryrefslogtreecommitdiff
path: root/Zend/zend_stream.h
Commit message (Collapse)AuthorAgeFilesLines
* Use zend_string* instead of char* for opened_patch handling. Avoid ↵Dmitry Stogov2015-03-041-1/+1
| | | | reallocations and improve string reuse.
* 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 ↵Felipe Pena2009-06-161-1/+1
| | | | <s.masugata at digicom.dnp.co.jp>
* 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 ↵Nuno Lopes2008-04-041-1/+1
| | | | (lowest safe value)
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-23/+40
| | | | | | | | | 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
|
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-0/+3
| | | | | __halt_compiler() patch
* 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
| | | | | for C++ extension support
* - 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?
* 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