doc:todo:per-release-all
TODO for every PHP release
Installation files
Two files are generated from the Installation section of the manual, and updated into php-src. They are:
These files are generated from the installation chapter within the PHP documentation. Here's how:
$ cd svn/phpdoc/trunk $ xmllint --output tmp.xml --noent doc-base/install-unix.xml && phd -d ./tmp.xml -P PHP -f bigxhtml -o ./ && lynx -dump -nolist -justify -display_charset UTF-8 ./php-bigxhtml.html > INSTALL $ xmllint --output tmp.xml --noent doc-base/install-win.xml && phd -d ./tmp.xml -P PHP -f bigxhtml -o ./ && lynx -dump -nolist -justify -display_charset UTF-8 ./php-bigxhtml.html > install.txt
Version Information
Update the version information contained within the manual. : How to do this now is under construction.
INI options update
Update the ini information. The scripts to do this are in phpdoc/scripts/iniupdate and also this version number is specified in appendices/configure/index.xml
Various XML file updates
- The bundled PCRE library versions page, if PCRE was updated.
doc/todo/per-release-all.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1