mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed bug #78574 (broken shared build)
This commit is contained in:
parent
f633c34757
commit
dc40332bb2
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -5,6 +5,9 @@ PHP NEWS
|
||||||
- FFI:
|
- FFI:
|
||||||
. Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
|
. 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
|
19 Sep 2019, PHP 7.4.0RC2
|
||||||
|
|
||||||
- Core:
|
- Core:
|
||||||
|
|
|
@ -10,7 +10,7 @@ if test "$PHP_GMP" != "no"; then
|
||||||
AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
|
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
|
else
|
||||||
if test ! -f $PHP_GMP/include/gmp.h; then
|
if test ! -f $PHP_GMP/include/gmp.h; then
|
||||||
AC_MSG_ERROR(Unable to locate gmp.h)
|
AC_MSG_ERROR(Unable to locate gmp.h)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue