Skip to content

Commit 3c5671a

Browse files
committed
Sync with upstream
1 parent 1d7e20d commit 3c5671a

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed

cmake/ext/intl/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ target_sources(
127127
formatter/formatter.stub.php
128128
grapheme/grapheme_string.c
129129
grapheme/grapheme_util.c
130-
idn/idn.c
130+
idn/idn.cpp
131131
intl_convert.c
132132
intl_convertcpp.cpp
133133
intl_error.c
134134
listformatter/listformatter_class.c
135135
listformatter/listformatter.stub.php
136-
locale/locale_class.c
137-
locale/locale_methods.c
138-
locale/locale.c
136+
locale/locale_class.cpp
137+
locale/locale_methods.cpp
138+
locale/locale.cpp
139139
locale/locale.stub.php
140140
msgformat/msgformat_attr.c
141141
msgformat/msgformat_class.c
@@ -164,7 +164,7 @@ target_sources(
164164
transliterator/transliterator_class.c
165165
transliterator/transliterator_methods.c
166166
transliterator/transliterator.stub.php
167-
uchar/uchar.c
167+
uchar/uchar.cpp
168168
uchar/uchar.stub.php
169169
)
170170

cmake/ext/openssl/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,16 +197,6 @@ if(TARGET OpenSSL::SSL)
197197
endif()
198198

199199
if(PHP_EXT_OPENSSL_ARGON2)
200-
if(PHP_THREAD_SAFETY)
201-
message(
202-
FATAL_ERROR
203-
"The OpenSSL Argon2 password hashing is not supported in thread-safe "
204-
"mode for now. Please, disable thread safety (set 'PHP_THREAD_SAFETY' "
205-
"to 'OFF'), or build without OpenSSL Argon2 (set "
206-
"'PHP_EXT_OPENSSL_ARGON2' to 'OFF')."
207-
)
208-
endif()
209-
210200
cmake_push_check_state(RESET)
211201
set(CMAKE_REQUIRED_LIBRARIES OpenSSL::SSL)
212202
check_symbol_exists(

cmake/ext/standard/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ target_sources(
180180
php_math.h
181181
php_net.h
182182
php_password.h
183-
php_smart_string_public.h
184-
php_smart_string.h
185183
php_standard.h
186184
php_string.h
187185
php_uuencode.h

docs/evolution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,8 @@ PHP coding standards now use the C11 standard.
936936
#### Abstract
937937
938938
* ext/phar/php_phar.h is not installed anymore.
939-
* ext/standard/datetime.h is not installed anymore.
939+
* ext/standard/datetime.h, ext/standard/php_smart_string.h and
940+
ext/standard/php_smart_string_public.h are not installed anymore.
940941
* Minimum required ICU package version (for ext/intl) has been increased from
941942
50.1 to 57.1.
942943
* Minimum required SQLite library version has been increased from 3.7.7 to

0 commit comments

Comments
 (0)