We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 139ecf8 + daa243d commit e504716Copy full SHA for e504716
ext/curl/config.m4
@@ -30,7 +30,6 @@ if test "$PHP_CURL" != "no"; then
30
save_LDFLAGS="$LDFLAGS"
31
LDFLAGS="$LDFLAGS $CURL_LIBS"
32
33
- AC_PROG_CPP
34
AC_MSG_CHECKING([for openssl support in libcurl])
35
AC_RUN_IFELSE([AC_LANG_SOURCE([[
36
#include <strings.h>
ž
@@ -0,0 +1,11 @@
1
+Update changelog
2
+# Please enter the commit message for your changes. Lines starting
3
+# with '#' will be ignored, and an empty message aborts the commit.
4
+#
5
+# On branch PHP-7.4
6
+# Your branch is ahead of 'origin/PHP-7.4' by 1 commit.
7
+# (use "git push" to publish your local commits)
8
9
+# Changes to be committed:
10
+# modified: UPGRADING.INTERNALS
11
0 commit comments