-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit b222c02
Fix linking ext/curl against OpenSSL (#13262)
Following 68f6ab7, the ext/curl doesn't
need to be linked against OpenSSL anymore, if curl_version_info_data
ssl_version is OpenSSL/1.1 or later.
With OpenSSL 3 and later the check for old SSL crypto locking callbacks
was detected here.
This also uses a common PHP_SETUP_OPENSSL macro for checking OpenSSL and
syncs the minimum OpenSSL version (currently 1.0.2 or later) across the
PHP build system.1 parent aa1eaac commit b222c02
1 file changed
+14
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | + | ||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
42 | - | ||
43 | - | ||
44 | - | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
45 | 55 |
| |
46 | 56 |
| |
47 | 57 |
| |
| |||
56 | 66 |
| |
57 | 67 |
| |
58 | 68 |
| |
59 | - | ||
60 | - | ||
61 | - | ||
62 | - | ||
63 | - | ||
69 | + | ||
64 | 70 |
| |
65 | 71 |
| |
66 | 72 |
| |
|
0 commit comments