php-src/ext/gmp
Peter Kokot 0c3b7677f9
Autotools: Add pkg-config for GMP library (#15166)
GMP has pkg-config integration since 2019-08-22 (version ~6.2.0).

This optionally finds the GMP library using pkg-config or falls back to
find library on the system or with the provided configure option
argument (--with-gmp=DIR).

When using DIR argument, the pkg-config check is silently skipped.

When not using DIR argument, the GMP_CFLAGS and GMP_LIBS can be also
used to find the GMP library:

        ./configure --with-gmp \
            GMP_CFLAGS=-I/path/to/gmp/include \
            GMP_LIBS="-L/path/to/gmp -lgmp"
2024-08-06 10:16:42 +02:00
..
tests RFC: Change GMP bool cast behavior (#15151) 2024-07-31 00:41:49 +09:00
config.m4 Autotools: Add pkg-config for GMP library (#15166) 2024-08-06 10:16:42 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
gmp_arginfo.h ext/gmp: Make GMP class final (#15121) 2024-07-28 13:03:26 +01:00
gmp.c RFC: Change GMP bool cast behavior (#15151) 2024-07-31 00:41:49 +09:00
gmp.stub.php ext/gmp: Make GMP class final (#15121) 2024-07-28 13:03:26 +01:00
php_gmp_int.h Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
php_gmp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00