php-src/ext/gmp
Max Kellermann d5c649b36b
zend_compiler, ...: use uint8_t instead of zend_uchar (#10621)
`zend_uchar` suggests that the value is an ASCII character, but here,
it's about very small integers.  This is misleading, so let's use a
C99 integer instead.

On all architectures currently supported by PHP, `zend_uchar` and
`uint8_t` are identical.  This change is only about code readability.
2023-02-23 14:56:54 +00:00
..
tests Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
config.m4 Fixed bug #78574 (broken shared build) 2019-09-20 13:30:13 +02:00
config.w32 Remove unused defines 2019-07-18 02:21:39 +02:00
CREDITS
gmp_arginfo.h Implement GMP::__construct() 2023-01-19 14:13:34 +00:00
gmp.c zend_compiler, ...: use uint8_t instead of zend_uchar (#10621) 2023-02-23 14:56:54 +00:00
gmp.stub.php Implement GMP::__construct() 2023-01-19 14:13:34 +00:00
php_gmp_int.h Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00
php_gmp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00