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:
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)
|
||||
|
||||
Reference in New Issue
Block a user