php-src/ext/bcmath
Peter Kokot 6857c7c8d6
Autotools: Expand m4_normalize sooner (#15018)
Quoted m4_normalize will expand and change its argument later in the
macro call when M4 is processing the *.m4 sources. Without quotes the
already normalized string is passed to the macro directly. In these
specific cases generated configure script is the same. This is more for
consistency to have this synced and not repeat the pattern too much
in the future when copy/pasting. Note, that many AC_* macros require
similar behavior already (for example, AC_CHECK_FUNCS.)
2024-07-19 15:20:04 +02:00
..
libbcmath ext/bcmath: Moved macros and added a test 2024-07-17 21:48:16 +09:00
tests RFC: Add the RoundingMode enum (#14833) 2024-07-18 20:44:30 +02:00
bcmath.c RFC: Add the RoundingMode enum (#14833) 2024-07-18 20:44:30 +02:00
bcmath.stub.php RFC: Add the RoundingMode enum (#14833) 2024-07-18 20:44:30 +02:00
bcmath_arginfo.h RFC: Add the RoundingMode enum (#14833) 2024-07-18 20:44:30 +02:00
config.m4 Autotools: Expand m4_normalize sooner (#15018) 2024-07-19 15:20:04 +02:00
config.w32 Remove some dead code from BCMath (#14130) 2024-05-04 16:00:54 +02:00
CREDITS
php_bcmath.h BCMath: Avoid using the heap for temporary objects by using arena allocations (#14170) 2024-05-08 19:36:14 +02:00