php-src/ext/bcmath
DanielEScherzer 7a8b1f683b
Generated arginfo header files: use known strings for prop names when… (#15751)
Instead of allocating, using, and then releasing a zend_string for every
property name unconditionally, only do so when the minimum supported version of
PHP does not have that string in its known strings (ZEND_KNOWN_STRINGS). If the
string is already known, just use the known version directly. This is already
done for some non-generated class registrations, e.g. in
`zend_enum_register_props()`.
2024-09-30 13:22:34 +02:00
..
libbcmath Drop superfluous LONG_MAX/LONG_MIN fallback definitions (GH-15667) 2024-09-27 17:34:54 +02:00
tests Fix GH-15968: Avoid converting objects to strings in operator calculations. (#16021) 2024-09-24 22:33:36 +09:00
bcmath.c Fix GH-15968: Avoid converting objects to strings in operator calculations. (#16021) 2024-09-24 22:33:36 +09:00
bcmath.stub.php [RFC] ext/bcmath: Added bcdivmod (#15740) 2024-09-23 06:43:11 +09:00
bcmath_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00
config.m4 [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
config.w32 [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00
CREDITS
php_bcmath.h [RFC] Support object types in BCMath (#13741) 2024-09-04 11:12:51 +09:00