xref: /web-php/contact.php (revision cddf0c02)
1<?php
2$_SERVER['BASE_PAGE'] = 'contact.php';
3include_once __DIR__ . '/include/prepend.inc';
4site_header("Contact", ["current" => "community"]);
5?>
6
7<a id="ads"></a>
8<h1>Advertising at PHP.net and mirror sites</h1>
9
10<p>
11 The maintainers of PHP.net are definitely <em>not interested</em> in graphical
12 banner or text ad placement deals.
13</p>
14
15<a id="contact"></a>
16<h1>Contact</h1>
17
18<p>
19 Please report problems you find on PHP.net and mirror sites on <a
20 href="https://github.com/php/web-php/issues">GitHub</a>.
21 This allows us to follow the progress of the
22 problem until it is fixed.
23</p>
24<p>
25 For security related issues (in PHP or our websites) please contact <a
26 href="mailto:security@php.net">security@php.net</a>, or <a
27 href="https://github.com/php/php-src/security">report a vulnerability on
28 GitHub</a>.
29</p>
30<p>
31 We have published a <a
32 href="https://github.com/php/php-src/security">Vulnerability Disclosure
33 Policy</a>.
34</p>
35<p>
36 Please note that the following are <b>NOT</b> security issues:
37 <ul>
38  <li><b>Requests for help with using PHP.</b> Please use the
39      <a href="mailto:php-general@lists.php.net">PHP General</a> mailing list.</li>
40  <li><b>Source code to the PHP website(s) being publicly readable.</b>
41      This is <i>on purpose</i>.
42      All of the php.net websites are available publicly on github.
43      For example, you can find this site at <a href="https://github.com/php/web-php">github.com/php/web-php</a>.</li>
44  <li><b>Requests for bug bounty payments.</b>
45      PHP is run by volunteers with literally zero budget.
46      The servers are donated hardware and bandwidth.
47      Your bug reports and patches are appreciated, but we can not pay you for them.</li>
48 </ul>
49</p>
50<p>
51 If you have problems setting up PHP or using some functionality,
52 or especially a program written in PHP, please ask your question on a
53 <a href="/support.php">support channel</a>, since the webmasters will
54 not answer any such questions.
55</p>
56<p>
57 If you would like to contact the webmasters for some other reason, please
58 write to <a href="mailto:php-webmaster@lists.php.net">php-webmaster@lists.php.net</a>.
59 Note that this address is mapped to a mailing list and a newsgroup, so
60 <strong>every message you send will be stored in public archives at multiple
61 servers</strong>.
62</p>
63
64<?php site_footer(); ?>
65