We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f633c34 commit dc40332Copy full SHA for dc40332
NEWS
@@ -5,6 +5,9 @@ PHP NEWS
5
- FFI:
6
. Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
7
8
+- GMP:
9
+ . Fixed bug #78574 (broken shared build). (Remi)
10
+
11
19 Sep 2019, PHP 7.4.0RC2
12
13
- Core:
ext/gmp/config.m4
@@ -10,7 +10,7 @@ if test "$PHP_GMP" != "no"; then
AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
])
- PHP_ADD_LIBRARY(gmp, GMP_SHARED_LIBADD)
+ PHP_ADD_LIBRARY(gmp,,GMP_SHARED_LIBADD)
14
else
15
if test ! -f $PHP_GMP/include/gmp.h; then
16
AC_MSG_ERROR(Unable to locate gmp.h)
0 commit comments