[web-doc] master: Include note requiring JSON extension for building docs with phd (#19)

[email protected] (Marco AurĂ©lio Deleu via GitHub) Sun, 8 May 2022 16:24:57 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Author: Marco Aurélio Deleu (deleugpn)
Committer: GitHub (web-flow)
Pusher: tiffany-taylor
Date: 2022-05-08T11:20:46-05:00

Commit: https://github.com/php/web-doc/commit/459c5582dc3a3c9000735273ed585df133e64cb4
Raw diff: https://github.com/php/web-doc/commit/459c5582dc3a3c9000735273ed585df133e64cb4.diff

Include note requiring JSON extension for building docs with phd (#19)

Changed paths:
  M  tutorial/local-setup.md


Diff:

diff --git a/tutorial/local-setup.md b/tutorial/local-setup.md
index 34e2b03..60c2dfb 100644
--- a/tutorial/local-setup.md
+++ b/tutorial/local-setup.md
@@ -4,7 +4,7 @@ This appendix describes how to check out, build and view the PHP documentation l
 Viewing results as a php.net mirror isn't a simple process, but it can be done.
 The following is one route, and it assumes:
 
-- PHP 7.2+, with the following extensions enabled: DOM, libXML2, XMLReader, and SQLite3
+- PHP 7.2+, with the following extensions enabled: DOM, libXML2, XMLReader, JSON and SQLite3
 - Git version control system is available
 - A basic level of shell/terminal usage, or know that shell commands follow a `$` below