==== 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: * [[http://svn.php.net/viewvc/php/php-src/trunk/INSTALL?view=log|php-src/INSTALL]] * [[http://svn.php.net/viewvc/php/php-src/trunk/win32/install.txt?view=log|php-src/win32/install.txt]] 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. FIXME: How to do this now is under construction. == INI options update == Update the ini information. The scripts to do this are in [[http://svn.php.net/viewvc/phpdoc/doc-base/trunk/scripts/iniupdate/|phpdoc/scripts/iniupdate]] and also this version number is specified in [[http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/configure/index.xml|appendices/configure/index.xml]] == Various XML file updates == * The [[http://svn.php.net/viewvc/phpdoc/en/trunk/reference/pcre/configure.xml|bundled PCRE library versions]] page, if PCRE was updated.