Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, ↵ | Dmitry Stogov | 2018-07-25 | 1 | -44/+40 |
| | | | | produce less code) | ||||
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -33/+33 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Reset utf8_invalid in json scanner | Jakub Zelenka | 2017-08-10 | 1 | -0/+1 |
| | |||||
* | Fix possible overflow in json scanner utf8_invalid_count | Jakub Zelenka | 2017-08-10 | 1 | -2/+9 |
| | |||||
* | Fix segfault in json ignoring of invalid UTF8 | Jakub Zelenka | 2017-08-06 | 1 | -0/+1 |
| | |||||
* | Add JSON_INVALID_UTF8_SUBSTITUTE and JSON_INVALID_UTF8_IGNORE | Jakub Zelenka | 2017-07-16 | 1 | -153/+555 |
| | | | | | It implements request #65082 and adds options for replacing resp. ignoring invalid UTF-8 sequences for json_encode and json_decode. | ||||
* | Regenerate and bump re2c version to 0.16 | Jakub Zelenka | 2017-06-18 | 1 | -640/+572 |
| | | | | It also matches the re2c version for Zend language scanner | ||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Regenerate bison and re2c files in json | Jakub Zelenka | 2015-07-18 | 1 | -548/+547 |
| | |||||
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -548/+549 |
| | | | | semantick changes). | ||||
* | Fix incompatible JSON errors | Jakub Zelenka | 2015-06-28 | 1 | -484/+632 |
| | | | | | | | This fixes differences in error codes with PHP 5 and 7. The malformed UTF-8 and control character error codes are now returned even in non-string context which makes it the same as it was in PHP 5 json ext. | ||||
* | Fix bug #62010 (json_decode produces invalid byte-sequences) | Jakub Zelenka | 2015-06-28 | 1 | -198/+217 |
| | |||||
* | Bump re2c version for json scanner | Jakub Zelenka | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
| | | | | Follow up for d0cb7153 | ||||
* | Regenerate json scanner with re2c 0.13.7.5 | Jakub Zelenka | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | better alignment + support size_t | Anatol Belski | 2015-02-10 | 1 | -460/+459 |
| | |||||
* | use portable strtol | Anatol Belski | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | regenerated scanner | Anatol Belski | 2015-02-09 | 1 | -458/+459 |
| | |||||
* | Add re2c sources | Jakub Zelenka | 2015-02-02 | 1 | -0/+1155 |