Skip to content

Commit d9ac1f4

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 96fc897 + 8bba5b9 commit d9ac1f4

File tree

71 files changed

+142
-0
lines changed

Some content is hidden

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

71 files changed

+142
-0
lines changed

cmake/cmake/modules/PHP/PkgConfigGenerator.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ function(pkgconfig_generate_pc)
179179
GENERATE
180180
OUTPUT CMakeFiles/PkgConfigGeneratePc.cmake
181181
CONTENT [=[
182+
cmake_minimum_required(VERSION 3.25...3.31)
183+
182184
# TODO: Recheck this type of implementation.
183185
if(LINK_TXT)
184186
file(STRINGS ${LINK_TXT} content LIMIT_COUNT 1)

cmake/cmake/modules/PHP/Stubs/StubsGenerator.cmake.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Script for processing PHP stub sources.
33
#]=============================================================================]
44

5+
cmake_minimum_required(VERSION 3.25...3.31)
6+
57
if(NOT CMAKE_SCRIPT_MODE_FILE)
68
message(FATAL_ERROR "This is a command-line script.")
79
endif()

cmake/cmake/scripts/GenerateCredits.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
# Run with: `cmake -P cmake/scripts/GenerateCredits.cmake`
77

8+
cmake_minimum_required(VERSION 3.25...3.31)
9+
810
if(NOT CMAKE_SCRIPT_MODE_FILE)
911
message(FATAL_ERROR "This is a command-line script.")
1012
endif()

cmake/ext/bcmath/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Enable the extension.
2020
Build extension as shared.
2121
#]=============================================================================]
2222

23+
cmake_minimum_required(VERSION 3.25...3.31)
24+
2325
project(
2426
PhpExtensionBcMath
2527
LANGUAGES C

cmake/ext/bz2/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Enable the extension.
2121
Build extension as shared.
2222
#]=============================================================================]
2323

24+
cmake_minimum_required(VERSION 3.25...3.31)
25+
2426
project(
2527
PhpExtensionBz2
2628
LANGUAGES C

cmake/ext/calendar/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Enable the extension.
2020
Build extension as shared.
2121
#]=============================================================================]
2222

23+
cmake_minimum_required(VERSION 3.25...3.31)
24+
2325
project(
2426
PhpExtensionCalendar
2527
LANGUAGES C

cmake/ext/com_dotnet/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Enable the extension.
2323
Build extension as shared.
2424
#]=============================================================================]
2525

26+
cmake_minimum_required(VERSION 3.25...3.31)
27+
2628
project(
2729
PhpExtensionComDotnet
2830
LANGUAGES C

cmake/ext/ctype/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Enable the extension.
2121
Build extension as shared.
2222
#]=============================================================================]
2323

24+
cmake_minimum_required(VERSION 3.25...3.31)
25+
2426
project(
2527
PhpExtensionCtype
2628
LANGUAGES C

cmake/ext/curl/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Enable the extension.
2020
Build extension as shared.
2121
#]=============================================================================]
2222

23+
cmake_minimum_required(VERSION 3.25...3.31)
24+
2325
project(
2426
PhpExtensionCurl
2527
LANGUAGES C

cmake/ext/date/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This extension provides date and time support.
88
This extension is always enabled.
99
#]=============================================================================]
1010

11+
cmake_minimum_required(VERSION 3.25...3.31)
12+
1113
project(
1214
PhpExtensionDate
1315
LANGUAGES C

0 commit comments

Comments
 (0)