Skip to content

Commit

Permalink
[TASK] PHP extensions "json" and "pcre" are always enabled (#309)
Browse files Browse the repository at this point in the history
There is no need to list them here, as they are always enabled
in PHP 8.1+ - and cannot be disabled.

See: https://wiki.php.net/rfc/always_enable_json
See: https://www.php.net/manual/en/pcre.installation.php
Releases: main, 12.4
  • Loading branch information
brotkrueml authored Jan 13, 2024
1 parent 421083f commit e61c423
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ PHP
----------------------

* **pdo**
* **json**
* **pcre >= 8.38**
* **session**
* **xml**
* **filter**
Expand Down
2 changes: 0 additions & 2 deletions Documentation/SystemRequirements/PHP.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Required Extensions
-------------------

* **pdo**
* **json**
* **pcre >= 8.38**
* **session**
* **xml**
* **filter**
Expand Down

0 comments on commit e61c423

Please sign in to comment.