Skip to content

Commit 9ad2279

Browse files
committed
Merge branch 'PHP-8.4'
2 parents d8d919b + d9bb788 commit 9ad2279

File tree

132 files changed

+147
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+147
-136
lines changed

bin/check-cmake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function checkCMakeSet(Iterator $files): int
359359
$argument = (array_key_exists(1, $match)) ? trim($match[1]) : '';
360360

361361
$status = 1;
362-
output("E: Replace set($argument) with set($argument \"\") in \n $file \n");
362+
output("E: Replace set($argument) with set($argument \"\")\n in $file\n");
363363
}
364364
}
365365

cmake/cmake/modules/PHP/ThreadSafety.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ target_compile_definitions(php_configuration INTERFACE ZTS)
8080
set_target_properties(php_configuration PROPERTIES PHP_THREAD_SAFETY ON)
8181

8282
# Add compile definitions for POSIX threads conformance.
83-
# TODO: Recheck these definitions since many of them are deprecated or
84-
# obsolete in favor of the compiler automatic definitions when using threading
85-
# flag on such system.
83+
# TODO: Recheck these definitions since many of them are deprecated or obsolete
84+
# in favor of the compiler automatic definitions when using threading flag on
85+
# such system.
8686
target_compile_definitions(
8787
php_configuration
8888
INTERFACE

cmake/ext/bcmath/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ target_compile_definitions(php_bcmath PRIVATE ZEND_ENABLE_STATIC_TSRMLS_CACHE)
8888

8989
set(HAVE_BCMATH TRUE)
9090

91-
configure_file(config.cmake.h.in config.h)
91+
configure_file(cmake/config.h.in config.h)
File renamed without changes.

cmake/ext/bz2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ endif()
9797

9898
set(HAVE_BZ2 TRUE)
9999

100-
configure_file(config.cmake.h.in config.h)
100+
configure_file(cmake/config.h.in config.h)
File renamed without changes.

cmake/ext/calendar/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ target_sources(
7070

7171
set(HAVE_CALENDAR TRUE)
7272

73-
configure_file(config.cmake.h.in config.h)
73+
configure_file(cmake/config.h.in config.h)
File renamed without changes.

cmake/ext/com_dotnet/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ check_include_file(mscoree.h HAVE_MSCOREE_H)
9393

9494
set(HAVE_COM_DOTNET TRUE)
9595

96-
configure_file(config.cmake.h.in config.h)
96+
configure_file(cmake/config.h.in config.h)
File renamed without changes.

0 commit comments

Comments
 (0)