doc-base
doc-base copied to clipboard
Tools for the PHP documentation
So far, these errors have been reported, but didn't cause the build to fail, so were easily overlooked[1]. [1]
This upgrades all HTTP URLs in the repo to be HTTPS. This is NOT a blind copy/paste. I have reviewed each one of these. # Process 1. Get unsafe URLS:...
This error is reported even when there is an `` specified, what makes that error bogus. If no `` is specified, there is still another error message: ```` could not...
Docbook-DTD customization is inevitable for large projects. In DTD customization, ENTITYs can be customized, while ELEMENTs that are not wrapped with ENTITYs cannot. In the latter case, it will no...
Required for https://github.com/php/doc-en/pull/1966.
For documentation of global constants and class constants. Address review comments in #44
# Motivation Rendering a part of the docbook takes around 10 seconds for me, even for a partial build, and requires prerequisite steps `time phd --docbook doc-base/.manual.xml --package PHP --partial...
Hello, While browsing through the code in this repository, I realized that the following files are licensed under PHP-3.0: ``` configure.php scripts/file-entities.php.in scripts/test_missing-entities.php.in scripts/missing-entities.php.in scripts/check-trans-params.php scripts/docgen/docgen.php scripts/spell-checker.php scripts/genPHP_INI_ENTRY.php scripts/xml-check.php scripts/check-trans.php...
Added entity used in en/install/macos/packages.xml
This is based on ``scripts/qa/check-valid-function.php``. However, I've walked into a conundrum because it turns out all functions use the ```` tag instead of ```` meaning that for the prototype of...