mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
parent
ee45104dba
commit
340255a694
1
NEWS
1
NEWS
@ -4,6 +4,7 @@ PHP NEWS
|
||||
|
||||
- Core:
|
||||
. Fixed bug #75679 (Path 260 character problem). (Anatol)
|
||||
. Fixed bug #75614 (Some non-portable == in shell scripts). (jdolecek)
|
||||
|
||||
- Opcache:
|
||||
. Fixed bug #75687 (var 8 (TMP) has array key type but not value type).
|
||||
|
@ -14,7 +14,7 @@ if test "$PHP_CURL" != "no"; then
|
||||
dnl using pkg-config output
|
||||
|
||||
AC_MSG_CHECKING(for libcurl.pc)
|
||||
if test "$PHP_CURL" == "yes" -o "$PHP_CURL" == "/usr"; then
|
||||
if test "$PHP_CURL" = "yes" -o "$PHP_CURL" = "/usr"; then
|
||||
PKNAME=libcurl
|
||||
AC_MSG_RESULT(using default path)
|
||||
elif test -r $PHP_CURL/$PHP_LIBDIR/pkgconfig/libcurl.pc; then
|
||||
|
Loading…
Reference in New Issue
Block a user