| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use Z_ARRVAL_P since we already know it's an array | Xinchen Hui | 2015-05-06 | 1 | -3/+3 |
| * | fix datatype mismatches | Anatol Belski | 2015-03-25 | 3 | -3/+3 |
| * | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 7 | -7/+7 |
| * | Improved php_json_escape_string() | Dmitry Stogov | 2015-03-11 | 1 | -98/+103 |
| * | ZTS cleanup | Reeze Xia | 2015-03-08 | 2 | -2/+2 |
| * | Added test for bug 69187 | Hugo Fonseca | 2015-03-07 | 1 | -0/+33 |
| * | Merge branch 'PHP-5.6' | Jakub Zelenka | 2015-02-22 | 2 | -17/+38 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Jakub Zelenka | 2015-02-22 | 2 | -17/+27 |
| | |\ | |||||
| | | * | Fix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers p... | Jakub Zelenka | 2015-02-22 | 2 | -11/+21 |
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-02-04 | 3 | -19/+2 |
| | |\ \ | | |/ | |||||
| | | * | Revert "json_decode() should generate a syntax error when given ""." | Julien Pauli | 2015-02-04 | 3 | -19/+2 |
| * | | | Set PHP_JSON_VERSION to 1.4.0 | Jakub Zelenka | 2015-02-17 | 1 | -1/+1 |
| * | | | Delete json outdated package.xml | Jakub Zelenka | 2015-02-16 | 1 | -152/+0 |
| * | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -2/+2 |
| * | | | Update JSON Readme | Jakub Zelenka | 2015-02-15 | 1 | -70/+10 |
| * | | | Remove unused destructor in json parser | Jakub Zelenka | 2015-02-15 | 2 | -5/+4 |
| * | | | Add bison 3.0.4 genereted files for json parser | Jakub Zelenka | 2015-02-15 | 2 | -0/+1955 |
| * | | | Regenerate json scanner with re2c 0.13.7.5 | Jakub Zelenka | 2015-02-15 | 2 | -2/+2 |
| * | | | better alignment + support size_t | Anatol Belski | 2015-02-10 | 4 | -465/+464 |
| * | | | use portable strtol | Anatol Belski | 2015-02-10 | 2 | -2/+2 |
| * | | | fix json globals | Michael Wallner | 2015-02-09 | 2 | -2/+1 |
| * | | | regenerated scanner | Anatol Belski | 2015-02-09 | 2 | -459/+460 |
| * | | | fix datatype mismatches | Anatol Belski | 2015-02-09 | 3 | -7/+7 |
| * | | | fix inconsistend dll linkage warn | Anatol Belski | 2015-02-09 | 1 | -0/+5 |
| * | | | size_t vs int | Anatol Belski | 2015-02-09 | 1 | -1/+1 |
| * | | | use size_t for str length | Anatol Belski | 2015-02-09 | 2 | -2/+2 |
| * | | | generate missing json files from config.w32 | Anatol Belski | 2015-02-09 | 1 | -0/+11 |
| * | | | Merge branch 'master' into jsond | Jakub Zelenka | 2015-02-08 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Use object pointers instead of handles | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
| * | | | | Fix invalid test for bug 54484 | Jakub Zelenka | 2015-02-02 | 1 | -1/+1 |
| * | | | | Add re2c sources | Jakub Zelenka | 2015-02-02 | 2 | -0/+1162 |
| * | | | | Merge branch 'master' into jsond | Jakub Zelenka | 2015-02-02 | 3 | -2/+19 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.6' | Adam Harvey | 2015-02-02 | 3 | -2/+19 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2015-02-02 | 3 | -2/+19 |
| | | |\ \ | | | |/ | |||||
| | | | * | json_decode() should generate a syntax error when given "". | Adam Harvey | 2015-02-02 | 3 | -2/+19 |
| | | | * | Bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| * | | | | Give me credit | Jakub Zelenka | 2015-02-02 | 2 | -0/+2 |
| * | | | | Merge branch 'master' into jsond | Jakub Zelenka | 2015-01-25 | 9 | -8/+33 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-01-19 | 3 | -8/+90 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Fixed bug #50224 where float without decimals were converted to integer | Juan Basso | 2015-01-19 | 3 | -8/+90 |
| | | * | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | * | | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | * | | | Fix bug #68817: Null pointer deference | Stanislav Malyshev | 2015-01-14 | 2 | -1/+18 |
| | * | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 4 | -16/+16 |
| * | | | | Increase PHP_JSON_DOUBLE_MAX_LENGTH for fractional part | Jakub Zelenka | 2015-01-18 | 1 | -2/+2 |
| * | | | | Porting implementation of RFC json_preserve_fractional_part | Juan Basso | 2015-01-12 | 4 | -3/+70 |
| * | | | | Refactore json double encoding to use php_gcvt | Jakub Zelenka | 2015-01-11 | 1 | -23/+25 |
| * | | | | Replace encoder functions json prefix with php_json | Jakub Zelenka | 2015-01-10 | 1 | -25/+25 |
| * | | | | Allow ill-formed unicode escapes in decoder | Jakub Zelenka | 2015-01-04 | 1 | -15/+11 |
| * | | | | Use ZVAL_COPY_VALUE for copying parser result to return_value | Jakub Zelenka | 2015-01-01 | 1 | -1/+1 |
