mirror of
https://github.com/php/php-src.git
synced 2026-04-21 06:51:18 +02:00
Merge branch 'PHP-8.2'
This commit is contained in:
@@ -7,7 +7,12 @@ dnl
|
||||
dnl Check for CCRandomGenerateBytes
|
||||
dnl header absent in previous macOs releases
|
||||
dnl
|
||||
AC_CHECK_HEADERS([CommonCrypto/CommonRandom.h])
|
||||
AC_CHECK_HEADERS([CommonCrypto/CommonRandom.h], [], [],
|
||||
[
|
||||
#include <sys/types.h>
|
||||
#include <Availability.h>
|
||||
#include <CommonCrypto/CommonCryptoError.h>
|
||||
])
|
||||
|
||||
dnl
|
||||
dnl Setup extension
|
||||
|
||||
@@ -407,7 +407,12 @@ dnl
|
||||
dnl Check for CCRandomGenerateBytes
|
||||
dnl header absent in previous macOs releases
|
||||
dnl
|
||||
AC_CHECK_HEADERS([CommonCrypto/CommonRandom.h])
|
||||
AC_CHECK_HEADERS([CommonCrypto/CommonRandom.h], [], [],
|
||||
[
|
||||
#include <sys/types.h>
|
||||
#include <Availability.h>
|
||||
#include <CommonCrypto/CommonCryptoError.h>
|
||||
])
|
||||
|
||||
dnl
|
||||
dnl Check for argon2
|
||||
|
||||
Reference in New Issue
Block a user