Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update email addresses. We're still @Zend, but future proofing it... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Pierrick Charron | 2018-10-09 | 1 | -47/+54 |
|\ | |||||
| * | Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespace | Pierrick Charron | 2018-10-09 | 1 | -77/+84 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, pro... | Dmitry Stogov | 2018-07-25 | 1 | -1932/+1883 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -256/+256 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Fix stack management in ini scanner | Nikita Popov | 2016-12-16 | 1 | -2767/+1946 |
* | Regenerated scanner | Dmitry Stogov | 2016-11-18 | 1 | -1920/+1932 |
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
* | Regenerate zend_ini_scanner.c | Xinchen Hui | 2015-10-20 | 1 | -3582/+0 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-10-20 | 1 | -2/+3584 |
|\ | |||||
| * | Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l) | Xinchen Hui | 2015-10-20 | 1 | -1903/+1904 |
* | | Mark parse error functions as cold | Dmitry Stogov | 2015-08-26 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-06-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-06-10 | 1 | -1/+1 |
| |\ | |||||
| | * | regenerated the ini scanner | Anatol Belski | 2015-06-10 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | Shouldn't have been committed, so revert | Kalle Sommer Nielsen | 2015-05-28 | 1 | -1902/+1901 |
| * | | Fixed bug #69703 (Use __builtin_clzl on PowerPC) -- Patch by dja at axtens do... | Kalle Sommer Nielsen | 2015-05-28 | 1 | -1901/+1902 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Fixed bug #68805 (Double define) | Xinchen Hui | 2015-01-17 | 1 | -116/+120 |
* | | | Remove for #-style comments in ini files | Nikita Popov | 2015-01-17 | 1 | -2211/+2117 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -260/+260 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -33/+33 |
* | | | fix datatype mismatch warnings | Anatol Belski | 2014-10-29 | 1 | -2/+2 |
* | | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -1901/+1902 |
* | | | Fixed 'long' -> 'zend_long' for call to 'is_numeric_string_ex()' | Tjerk Meesters | 2014-09-01 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-09-01 | 1 | -1958/+2122 |
|\ \ \ | |/ / | |||||
| * | | Making ini parser typed | Tjerk Meesters | 2014-09-01 | 1 | -4663/+4827 |
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Pierre Joye | 2014-03-10 | 1 | -4663/+4663 |
| |\ \ | | |/ | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | add T_POW (**) operator | datibbaw | 2014-02-06 | 1 | -4663/+4663 |
* | | | Fix compiler warnings | Nikita Popov | 2014-08-25 | 1 | -1/+1 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
* | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -2/+2 |
* | | | zend_stack_top() now returns pointer directly | Nikita Popov | 2014-05-01 | 1 | -116/+115 |
* | | | Don't allocate zend_stack elements individually | Nikita Popov | 2014-05-01 | 1 | -2/+2 |
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -1/+1 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4663/+4661 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | initial move on renaming files and fixing includes | Anatol Belski | 2013-10-17 | 1 | -4663/+4663 |
|/ | |||||
* | Added XOR support for expressions in INI parser: NEWS and zend_language_scann... | Lars Strojny | 2013-03-27 | 1 | -332/+379 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Leftover: Invoke re2c with --no-generation-date to prevent unintentional / un... | Sebastian Bergmann | 2012-12-06 | 1 | -1/+1 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Pierrick Charron | 2012-11-16 | 1 | -1348/+1334 |
|\ |