Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implicitly enable function entry generation when class entry generation is ↵ | Máté Kocsis | 2021-02-09 | 1 | -4/+1 |
| | | | | | | enabled Closes GH-6675 | ||||
* | Generate class entries from stubs for another batch of extensions | Máté Kocsis | 2021-02-08 | 1 | -1/+4 |
| | | | | Closes GH-6669 | ||||
* | Update gmp+bcmath parameter names | Nikita Popov | 2020-09-29 | 1 | -48/+48 |
| | | | | Closes GH-6205. | ||||
* | Accept GMP|string|int union in GMP functions | Nikita Popov | 2020-09-16 | 1 | -202/+85 |
| | | | | | | | | | | | This changes GMP functions to accept a GMP|string|int union with standard semantics (and thus also uses it in function signatures). Relative to the previous behavior, this means that GMP functions in weak mode now also accept float and null, and in strict mode no longer accept bool, and have full type information. Closes GH-6139. | ||||
* | Promote various warnings to Error in GMP extension | George Peter Banyard | 2020-08-07 | 1 | -47/+47 |
| | | | | | | This gets rid of most false returns Closes GH-5882 | ||||
* | Add a few missing parameter types in stubs | Máté Kocsis | 2020-07-30 | 1 | -6/+6 |
| | | | | Related to GH-5627 | ||||
* | Promote warning related to operator overloading in ext/gmp to an exception | Máté Kocsis | 2020-05-25 | 1 | -0/+4 |
| | |||||
* | Generate functions entries from stubs for another set of extensions | Máté Kocsis | 2020-04-05 | 1 | -0/+2 |
| | | | | Closes GH-5351 | ||||
* | Annotate function aliases in stubs | Máté Kocsis | 2020-04-04 | 1 | -0/+1 |
| | |||||
* | Revert "Replace @param annotations with type declarations" | Christoph M. Becker | 2020-02-17 | 1 | -1/+2 |
| | | | | This reverts commit c31029f335ca1b453af799805c43c37e959ad555. | ||||
* | Replace @param annotations with type declarations | Christoph M. Becker | 2020-02-16 | 1 | -2/+1 |
| | |||||
* | Add union return types with one class | Máté Kocsis | 2019-11-18 | 1 | -94/+42 |
| | |||||
* | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 1 | -61/+26 |
| | |||||
* | Fix required number of arguments in stubs | Nikita Popov | 2019-10-07 | 1 | -1/+1 |
| | | | | | | | | | * get_parent_class() argument is optional * Mark array_filter() $callback as optional * The $base of gmp_strval() is optional * DateTime constructor also accepts zero arguments * hash_update_file() stream context is optional * xmlwriter_write_dtd_entity() $isparam argument is optional | ||||
* | Fix typo in type | Nikita Popov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | Add ext/gmp stubs | Christoph M. Becker | 2019-08-25 | 1 | -0/+307 |