Skip to content

Commit 0dc1eee

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 1b91ff0 + fed24e0 commit 0dc1eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/ext/mysqli/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ else()
9191
mark_as_advanced(PHP_EXT_MYSQL_SOCKET)
9292

9393
set(
94-
PHP_EXT_MYSQL_SOCKET_PATH
94+
CACHE{PHP_EXT_MYSQL_SOCKET_PATH}
9595
TYPE STRING
9696
HELP
9797
"mysqli/pdo_mysql: Path to the MySQL Unix socket pointer. "

cmake/ext/pdo_odbc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ set(
111111
VALUE "auto"
112112
)
113113
set_property(
114-
CACHE PHP_EXT_ODBC_TYPE
114+
CACHE PHP_EXT_PDO_ODBC_TYPE
115115
PROPERTY STRINGS
116116
"auto"
117117
"ibm-db2"

0 commit comments

Comments
 (0)