<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/about.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'en', ), 'this' => array ( 0 => 'about.howtohelp.php', 1 => 'How to help improve the documentation', ), 'up' => array ( 0 => 'about.php', 1 => 'About the manual', ), 'prev' => array ( 0 => 'about.more.php', 1 => 'How to find more information about PHP', ), 'next' => array ( 0 => 'about.generate.php', 1 => 'How we generate the formats', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'appendices/about.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="about.howtohelp" class="sect1"> <h2 class="title">How to help improve the documentation</h2> <p class="para"> There are several ways everyone can help improve this documentation. </p> <p class="para"> If an error is found in this manual, in any language, please report them using the issue tracker of the respective language repository at <a href="https://github.com/php/" class="link external">» https://github.com/php/</a>; for instance, errors in the English manual should be reported at <a href="https://github.com/php/doc-en/issues" class="link external">» https://github.com/php/doc-en/issues</a>. All documentation related problems, including those about manual formats, should be submitted as bug reports. </p> <blockquote class="note"><p><strong class="note">Note</strong>: <p class="para"> Please don't abuse the issue trackers by submitting requests for help. Instead, use one of the many <a href="https://www.php.net/support.php" class="link external">» support options</a>. </p> </p></blockquote> <p class="para"> By contributing notes, users may provide additional examples, caveats, and clarifications for other readers. But please do not submit bug reports using the annotation system. For details, see the section titled <a href="about.notes.php" class="link">'About user notes'</a>. </p> <p class="para"> It is also possible to submit pull requests to the <a href="https://github.com/php/doc-en" class="link external">» Github mirror of the documentation repository</a>. </p> <p class="para"> The PHP manual is translated into many languages. Knowing English and a foreign language allows for another way to help improve the PHP manual by working with a translation team. For information about starting a new translation, or helping a currently translated version, please read <a href="https://doc.php.net/guide/" class="link external">» https://doc.php.net/guide/</a>. </p> <p class="para"> The PHP Documentation Project also has an IRC channel where many manual authors hang out. Stop by <code class="literal">#php.doc</code> on <code class="literal">irc.efnet.org</code> and discuss ways to improve the PHP documentation. </p> </div><?php manual_footer($setup); ?>