1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/contact.php
Peter Kokot 0f95b8c709 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-17 07:29:46 +02:00

44 lines
1.4 KiB
PHP

<?php
$_SERVER['BASE_PAGE'] = 'contact.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Contact", array("current" => "community"));
?>
<a name="ads"></a>
<h1>Advertising at PHP.net and mirror sites</h1>
<p>
The maintainers of PHP.net and the mirror sites are definitely
<em>not interested</em> in graphical banner or text ad placement
deals.
</p>
<a name="contact"></a>
<h1>Contact</h1>
<p>
Please report problems you find on PHP.net and mirror sites in
<a href="http://bugs.php.net/">the bug system</a>. Categorize the bug
as "PHP.net Website Problem". This allows us to follow the progress of
the problem until it is fixed.
</p>
<p>
For security related issues (in PHP or our websites) please contact
<a href="mailto:security@php.net">security@php.net</a>.
</p>
<p>
If you have problems setting up PHP or using some functionality,
or especially a program written in PHP, please ask your question on a
<a href="/support.php">support channel</a>, since the webmasters will
not answer any such questions.
</p>
<p>
If you would like to contact the webmasters for some other reason, please
write to <a href="mailto:php-webmaster@lists.php.net">php-webmaster@lists.php.net</a>.
Note that this address is mapped to a mailing list and a newsgroup, so
<strong>every message you send will be stored in public archives at multiple
servers</strong>.
</p>
<?php site_footer(); ?>