| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix json_encode regression with JSON_PRETTY_PRINT | Tyson Andre | 2021-03-27 | 2 | -1/+67 |
* | Implement enums | Ilija Tovilo | 2021-03-17 | 3 | -1/+21 |
* | Optimized object encoding without rebulding properties HashTable | Dmitry Stogov | 2021-03-01 | 1 | -0/+61 |
* | Improve class entry generation | Máté Kocsis | 2021-02-16 | 1 | -3/+2 |
* | Deprecate passing null to non-nullable arg of internal function | Nikita Popov | 2021-02-11 | 3 | -6/+4 |
* | Implicitly enable function entry generation when class entry generation is en... | Máté Kocsis | 2021-02-09 | 2 | -5/+2 |
* | Generate class entries from stubs for another batch of extensions | Máté Kocsis | 2021-02-08 | 3 | -8/+37 |
* | Add array_is_list(array $array) function | Dusk | 2021-01-20 | 1 | -22/+3 |
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 3 | -4/+4 |
* | Remove Z_PARAM separate params where they don't make sense | Nikita Popov | 2021-01-14 | 1 | -1/+1 |
* | Inline pair production in json parser | Nikita Popov | 2020-11-13 | 1 | -18/+4 |
* | Define config var PHP_JSON | Christoph M. Becker | 2020-10-24 | 1 | -1/+1 |
* | Don't leak json error_code across requests | Nikita Popov | 2020-10-22 | 1 | -1/+6 |
* | Review parameter names in ext/json | Máté Kocsis | 2020-09-30 | 2 | -6/+6 |
* | Run tidy | Nikita Popov | 2020-09-18 | 2 | -2/+2 |
* | Add GC_TRY_ADDREF macro | Nikita Popov | 2020-09-15 | 1 | -4/+4 |
* | Improve error messages mentioning parameters instead of arguments | Máté Kocsis | 2020-09-09 | 2 | -2/+2 |
* | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 5 | -0/+5 |
* | Don't generate JSON scanner and parser during configure | codinghuang | 2020-07-10 | 1 | -9/+0 |
* | Voidify some ZEND_API functions | George Peter Banyard | 2020-07-09 | 1 | -2/+2 |
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -14/+7 |
* | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 1 | -1/+2 |
* | Constify char * arguments of APIs | twosee | 2020-06-08 | 6 | -9/+9 |
* | Clean up calls to extension_loaded('json') in tests | Tyson Andre | 2020-05-28 | 74 | -170/+8 |
* | always build json statically | Remi Collet | 2020-05-27 | 1 | -1/+1 |
* | [RFC] Always enable JSON support in php 8.0 | Tyson Andre | 2020-05-27 | 2 | -29/+17 |
* | Annotate internal functions with the mixed type | Máté Kocsis | 2020-05-25 | 2 | -5/+4 |
* | Make float to string casts locale-independent | Máté Kocsis | 2020-05-08 | 1 | -3/+3 |
* | Use EXPECT instead of EXPECTF when possible
EXPECTF logic in run tests is co... | Gabriel Caruso | 2020-04-27 | 1 | -1/+1 |
* | Generate method entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-11 | 2 | -8/+7 |
* | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 1 | -5/+5 |
* | Improve some ValueError messages | Máté Kocsis | 2020-04-06 | 3 | -4/+4 |
* | Generate functions entries from stubs for another set of extensions | Máté Kocsis | 2020-04-05 | 3 | -19/+22 |
* | Verify that all stubs have a return type | Nikita Popov | 2020-04-03 | 1 | -0/+1 |
* | Use serialize_precision for var_dump() | Nikita Popov | 2020-02-25 | 2 | -7/+7 |
* | var_dump(): Don't skip recursion detection on first level | Nikita Popov | 2020-02-12 | 1 | -4/+1 |
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 28 | -238/+238 |
* | Clean up the generation of the parsers | Akim Demaille | 2020-02-01 | 1 | -3/+2 |
* | Use "%empty" in the parsers, instead of comments | Akim Demaille | 2020-01-31 | 2 | -3/+4 |
* | Convert zend_parse_parameters_none() to fast ZPP | Máté Kocsis | 2020-01-03 | 1 | -6/+2 |
* | Use RETURN_THROWS() after zend_throw_exception() in most of the extensions | Máté Kocsis | 2020-01-02 | 1 | -1/+1 |
* | Use RETURN_THROWS() after zend_value_error() | Máté Kocsis | 2019-12-31 | 1 | -2/+2 |
* | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -2/+2 |
* | Convert warnings to ValueError | George Peter Banyard | 2019-12-08 | 3 | -12/+18 |
* | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 2 | -3/+2 |
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 7 | -14/+0 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-30 | 1 | -2/+12 |
|\ |
|
| * | Optimize creation of empty arrays in json_decode | Tyson Andre | 2019-10-30 | 1 | -2/+12 |
* | | Add arginfo stub for JsonSerializable | Christoph M. Becker | 2019-10-05 | 3 | -5/+9 |
* | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 8 | -16/+0 |