git: 4f7fcdcd84 - main - [phb][uses] Update default PHP version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 17:35:37 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/doc/commit/?id=4f7fcdcd849005440e46855cdd65d4b8417e2bf2
commit 4f7fcdcd849005440e46855cdd65d4b8417e2bf2
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-12-01 06:35:06 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-12-08 17:31:21 +0000
[phb][uses] Update default PHP version.
Following commit
https://cgit.FreeBSD.org/ports/commit/?id=8f21d69a60573aaa9c79deea78327a9283410b53
---
documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index cfa218a8b9..34e0ab8779 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -1362,7 +1362,7 @@ The available components are:
Possible arguments: (none), `phpize`, `ext`, `zend`, `build`, `cli`, `cgi`, `mod`, `web`, `embed`, `pecl`, `flavors`, `noflavors`
Provide support for PHP.
-Add a runtime dependency on the default PHP version, package:lang/php56[].
+Add a runtime dependency on the default PHP version, package:lang/php81[].
`phpize`::
Use to build a PHP extension.