Skip to content

Commit 423c4d7

Browse files
committedDec 18, 2024··
Merge branch 'PHP-8.4'
2 parents 421900e + 389d091 commit 423c4d7

File tree

141 files changed

+1441
-1458
lines changed

Some content is hidden

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

141 files changed

+1441
-1458
lines changed
 

‎CHANGELOG.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ repository.
1212

1313
New configuration variables:
1414

15-
* EXT_OPENSSL_ARGON2
16-
* EXT_OPENSSL_LEGACY_PROVIDER
15+
* PHP_EXT_OPENSSL_ARGON2
16+
* PHP_EXT_OPENSSL_LEGACY_PROVIDER
1717

1818
Removed configuration variables:
1919

2020
* ASPELL_ROOT
2121
* CCLIENT_ROOT
22-
* EXT_DBA_GDBM
23-
* EXT_IMAP
24-
* EXT_IMAP_KERBEROS
25-
* EXT_IMAP_SHARED
26-
* EXT_IMAP_SSL
27-
* EXT_OCI8
28-
* EXT_OPENSSL_KERBEROS
29-
* EXT_PDO_OCI
30-
* EXT_PDO_OCI_SHARED
31-
* EXT_PSPELL
32-
* EXT_PSPELL_SHARED
33-
* EXT_READLINE_LIBREADLINE
3422
* GDBM_ROOT
3523
* KERBEROS_ROOT
24+
* PHP_EXT_DBA_GDBM
25+
* PHP_EXT_IMAP
26+
* PHP_EXT_IMAP_KERBEROS
27+
* PHP_EXT_IMAP_SHARED
28+
* PHP_EXT_IMAP_SSL
29+
* PHP_EXT_OCI8
30+
* PHP_EXT_OPENSSL_KERBEROS
31+
* PHP_EXT_PDO_OCI
32+
* PHP_EXT_PDO_OCI_SHARED
33+
* PHP_EXT_PSPELL
34+
* PHP_EXT_PSPELL_SHARED
35+
* PHP_EXT_READLINE_LIBREADLINE
3636
* READLINE_ROOT
3737

3838
## PHP 8.3

‎cmake/cmake/Configuration.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Project-wide configuration options and variables that can be configured during
33
the configuration phase via GUI or command line:
44
5-
cmake -D PHP_OPTION=... -D ZEND_OPTION=... -D EXT_... -S <path-to-source> ...
5+
cmake -DPHP_<SOME_OPTION>=[ON|OFF] ... -S <source-dir> -B <build-dir> ...
66
77
To see the list of customizable configuration variables with help texts:
88
cmake -LH <path-to-source>

0 commit comments

Comments
 (0)
Please sign in to comment.