mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixed bug #78574 (broken shared build)
This commit is contained in:
parent
f633c34757
commit
dc40332bb2
3
NEWS
3
NEWS
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user