Skip to content

Commit 29d9127

Browse files
committed
Update docs and move PEAR install script
1 parent 2770424 commit 29d9127

File tree

14 files changed

+28
-4
lines changed

14 files changed

+28
-4
lines changed

cmake/ext/com_dotnet/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Configure the `com_dotnet` extension.
55
6+
Extension enables the Component Object Model (COM) and .NET support.
7+
68
> [!NOTE]
79
> This extension is available only when the target system is Windows.
810

cmake/ext/ctype/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Configure the `ctype` extension.
55
6+
Extension enables support for character type checking according to the locale.
7+
68
## EXT_CTYPE
79
810
* Default: `ON`

cmake/ext/dba/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Configure the `dba` extension.
55
6+
Extension enables the database (dbm-style) abstraction layer support.
7+
68
## EXT_DBA
79
810
* Default: `OFF`

cmake/ext/dl_test/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Configure the `dl_test` extension.
55
6+
Extension enables support for testing PHP `dl()` function relevant when running
7+
PHP tests during development.
8+
69
## EXT_DL_TEST
710
811
* Default: `OFF`

cmake/ext/dom/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Configure the `dom` extension.
55
6+
Extension enables support for operations on XML and HTML through Document Object
7+
Model (DOM).
8+
69
## EXT_DOM
710
811
* Default: `ON`

cmake/ext/enchant/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Configure the `enchant` extension.
55
6+
Extension enables binding for the Enchant spelling library.
7+
68
## EXT_ENCHANT
79
810
* Default: `OFF`

cmake/ext/exif/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Configure the `exif` extension.
55
6+
Extension enables support for working with exchangeable image metadata.
7+
68
## EXT_EXIF
79
810
* Default: `OFF`

cmake/ext/ffi/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Configure the `ffi` extension.
55
6+
Extension enables Foreign Function Interface (FFI) support to run C code through
7+
PHP.
8+
69
## EXT_FFI
710
811
* Default: `OFF`

cmake/ext/fileinfo/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
Configure the `fileinfo` extension.
55
6+
Extension enables support for file content type and encoding.
7+
68
## EXT_FILEINFO
79
810
* Default: `ON`

cmake/ext/ftp/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ cmake_dependent_option(
5555
cmake_dependent_option(
5656
EXT_FTP_SSL
5757
"Explicitly enable FTP over SSL support when building without openssl\
58-
extension (EXT_OPENSSL=OFF) or when using phpize. If the openssl extension is\
59-
enabled at the configure step (EXT_OPENSSL=ON), FTP-SSL is enabled implicitly\
60-
regardless of this option."
58+
extension (EXT_OPENSSL=OFF) or when using phpize."
6159
OFF
6260
"EXT_FTP;NOT EXT_OPENSSL"
6361
OFF

0 commit comments

Comments
 (0)