Skip to content

Commit dc40332

Browse files
committed
Fixed bug #78574 (broken shared build)
1 parent f633c34 commit dc40332

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ PHP NEWS
55
- FFI:
66
. Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
77

8+
- GMP:
9+
. Fixed bug #78574 (broken shared build). (Remi)
10+
811
19 Sep 2019, PHP 7.4.0RC2
912

1013
- Core:

ext/gmp/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if test "$PHP_GMP" != "no"; then
1010
AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
1111
])
1212

13-
PHP_ADD_LIBRARY(gmp, GMP_SHARED_LIBADD)
13+
PHP_ADD_LIBRARY(gmp,,GMP_SHARED_LIBADD)
1414
else
1515
if test ! -f $PHP_GMP/include/gmp.h; then
1616
AC_MSG_ERROR(Unable to locate gmp.h)

0 commit comments

Comments
 (0)