1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fixed bug #78574 (broken shared build)

This commit is contained in:
Remi Collet
2019-09-20 13:30:13 +02:00
parent f633c34757
commit dc40332bb2
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -5,6 +5,9 @@ PHP NEWS
- FFI:
. Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
- GMP:
. Fixed bug #78574 (broken shared build). (Remi)
19 Sep 2019, PHP 7.4.0RC2
- Core:

View File

@@ -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)
else
if test ! -f $PHP_GMP/include/gmp.h; then
AC_MSG_ERROR(Unable to locate gmp.h)