Skip to content

Commit b02b78a

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
2 parents 3be6a14 + 3e384dd commit b02b78a

File tree

71 files changed

+71
-71
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

+71
-71
lines changed

cmake/ext/bcmath/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build extension as shared.
2323
cmake_minimum_required(VERSION 4.2...4.3)
2424

2525
project(
26-
PhpExtensionBcMath
26+
PHP_EXT_BCMATH
2727
LANGUAGES C
2828
)
2929

cmake/ext/bz2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build extension as shared.
2424
cmake_minimum_required(VERSION 4.2...4.3)
2525

2626
project(
27-
PhpExtensionBz2
27+
PHP_EXT_BZ2
2828
LANGUAGES C
2929
)
3030

cmake/ext/calendar/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build extension as shared.
2323
cmake_minimum_required(VERSION 4.2...4.3)
2424

2525
project(
26-
PhpExtensionCalendar
26+
PHP_EXT_CALENDAR
2727
LANGUAGES C
2828
)
2929

cmake/ext/com_dotnet/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Enables the .NET Framework support.
5353
cmake_minimum_required(VERSION 4.2...4.3)
5454

5555
project(
56-
PhpExtensionComDotnet
56+
PHP_EXT_COM_DOTNET
5757
LANGUAGES C
5858
)
5959

cmake/ext/ctype/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build extension as shared.
2424
cmake_minimum_required(VERSION 4.2...4.3)
2525

2626
project(
27-
PhpExtensionCtype
27+
PHP_EXT_CTYPE
2828
LANGUAGES C
2929
)
3030

cmake/ext/curl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build extension as shared.
2323
cmake_minimum_required(VERSION 4.2...4.3)
2424

2525
project(
26-
PhpExtensionCurl
26+
PHP_EXT_CURL
2727
LANGUAGES C
2828
)
2929

cmake/ext/date/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This extension is always enabled.
1111
cmake_minimum_required(VERSION 4.2...4.3)
1212

1313
project(
14-
PhpExtensionDate
14+
PHP_EXT_DATE
1515
LANGUAGES C
1616
)
1717

cmake/ext/dba/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Enable the Tokyo Cabinet abstract DB handler.
105105
cmake_minimum_required(VERSION 4.2...4.3)
106106

107107
project(
108-
PhpExtensionDba
108+
PHP_EXT_DBA
109109
LANGUAGES C
110110
)
111111

cmake/ext/dl_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This extension is always built as shared when enabled.
1919
cmake_minimum_required(VERSION 4.2...4.3)
2020

2121
project(
22-
PhpExtensionDlTest
22+
PHP_EXT_DL_TEST
2323
LANGUAGES C
2424
)
2525

cmake/ext/dom/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build extension as shared.
2424
cmake_minimum_required(VERSION 4.2...4.3)
2525

2626
project(
27-
PhpExtensionDom
27+
PHP_EXT_DOM
2828
LANGUAGES C
2929
)
3030

0 commit comments

Comments
 (0)