1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 17:22:06 +01:00
Files
archived-web-php/support.php3

39 lines
1.8 KiB
PHP

<?
require("shared.inc");
commonHeader("Support");
?>
<h3>Documentation</h3>
A good place to start is by skimming through the ever-growing <a href="/FAQ.php3">FAQ</a>.
Then have a look at the online manual and other resources in the <a href="/docs.php3">documentation</a>
section.
<h3>Mailing Lists</h3>
One of the best resources is a very friendly and helpful mailing lists.
There are a couple of PHP-related mailing lists available. The main list for
PHP3 is: <b>php3@php.il.eu.org</b>. You may subscribe to this list by sending
a blank message to <a href="mailto: php3-subscribe@php.il.eu.org">php3-subscribe@php.il.eu.org</a>.
An archive for this list can be found at: <a href="http://www.tryc.on.ca/php3.html">http://www.tryc.on.ca/php3.html</a>.
<P>
If you are interested in helping out with the development of PHP3 you should join the
developers' list by sending an empty message to
<a href="mailto: php-dev-subscribe@php.iquest.net">php-dev-subscribe@php.iquest.net</a>.
<h3>PX - PHP Code Exchange</h3>
Looking for some more sample PHP scripts? <A HREF="http://www.sklar.com/px/">PX</A>, the PHP Code Exchange is a great
place to start. Here you'll find many example scripts and useful functions, organized for easy finding.
<h3>Getting the Latest Development Version</h3>
PHP is developed using CVS, so it's possible to obtain the latest development release at any time.
Further instructions can be found in the web interface to the <a href="http://ca.php.net/cvsweb.cgi">PHP 3.0 CVS tree</a>.
<h3>Reporting Bugs</h3>
If you can't resolve your problem from the available documentation or mailing list archives, and you think it might
be a bug, a <a href="http://ca.php.net/bugs.php3">Bug Database</a> has been established for tracking
bugs and ensuring that all reported bugs get addressed. If you see a problem, please
tell us so we can address it.
<?
commonFooter();
?>