mirror of
https://github.com/php/web-php.git
synced 2026-03-27 16:52:12 +01:00
16 lines
691 B
PHP
16 lines
691 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP Mailing Lists");
|
|
?>
|
|
There are a couple of PHP-related mailing lists available. The main list for
|
|
PHP3 is: <b>php3@lists.php.net</b>. You may subscribe to this list by sending
|
|
a blank message to <a href="mailto: php3-subscribe@lists.php.net">php3-subscribe@lists.php.net</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>.
|
|
<?
|
|
commonFooter();
|
|
?>
|