xref: /web-php/thanks.php (revision b7ce5c0f)
1<?php
2$_SERVER['BASE_PAGE'] = 'thanks.php';
3include_once __DIR__ . '/include/prepend.inc';
4include_once __DIR__ . '/include/historical_mirrors.inc';
5site_header("Thanks", ["current" => "community"]);
6?>
7
8<h1>Thanks</h1>
9
10<ul class="thanks-list">
11    <li class="thanks">
12        <a href="http://www.easydns.com/?V=698570efeb62a6e2" class="thanks__logo">
13            <img src="images/sponsors/easydns.png" alt="easyDNS">
14        </a>
15        <section>
16            <strong class="thanks__heading"><a href="http://www.easydns.com/?V=698570efeb62a6e2">easyDNS</a></strong>
17            <p class="thanks__description">Provides DNS services for the PHP domains.</p>
18        </section>
19    </li>
20
21    <li class="thanks">
22        <a href="https://www.myrasecurity.com/ddos-protection/" class="thanks__logo thanks__logo--dark">
23            <img src="images/sponsors/myra.png" alt="Myra Security">
24        </a>
25        <section>
26            <strong class="thanks__heading"><a href="https://www.myrasecurity.com/ddos-protection/">Myra Security</a></strong>
27            <p class="thanks__description">DDoS protection, along with hosting www.php.net and git.php.net for us.</p>
28        </section>
29    </li>
30
31    <li class="thanks">
32        <a href="https://sinnerg.nl" class="thanks__logo thanks__logo--white">
33            <img src="images/sponsors/sinnerg.jpg" alt="SinnerG">
34        </a>
35        <section>
36            <strong class="thanks__heading"><a href="https://sinnerg.nl">SinnerG</a></strong>
37            <p class="thanks__description">
38                Provides servers and bandwidth for svn.php.net, gtk.php.net, people.php.net and europe.rsync.php.net.
39            </p>
40        </section>
41    </li>
42
43    <li class="thanks">
44        <a href="https://directi.com" class="thanks__logo thanks__logo--dark">
45            <img src="images/sponsors/directi.svg" alt="Directi">
46        </a>
47        <section>
48            <strong class="thanks__heading"><a href="https://directi.com">Directi</a></strong>
49            <p class="thanks__description">
50                Provides IP address to country lookup information.
51            </p>
52        </section>
53    </li>
54
55    <li class="thanks">
56        <a href="https://digitalocean.com" class="thanks__logo">
57            <img src="images/sponsors/digitalocean.png" alt="DigitalOcean">
58        </a>
59        <section>
60            <strong class="thanks__heading"><a href="https://digitalocean.com">DigitalOcean</a></strong>
61            <p class="thanks__description">
62                Provides VMs for a number of PHP services.
63            </p>
64        </section>
65    </li>
66
67    <li class="thanks">
68        <a href="http://promote.pair.com/direct.pl?php.net" class="thanks__logo">
69            <img src="images/sponsors/pair.png" alt="pair Networks">
70        </a>
71        <section>
72            <strong class="thanks__heading"><a href="http://promote.pair.com/direct.pl?php.net">pair Networks</a></strong>
73            <p class="thanks__description">
74                Provides the servers and bandwidth for PEAR, PECL and mailing list services.
75            </p>
76        </section>
77    </li>
78
79    <li class="thanks">
80        <a href="https://rackspace.com" class="thanks__logo">
81            <img src="images/sponsors/rackspace.svg" alt="Rackspace">
82        </a>
83        <section>
84            <strong class="thanks__heading"><a href="https://rackspace.com">Rackspace</a></strong>
85            <p class="thanks__description">
86                Provides the server and bandwidth for various php.net services.
87            </p>
88        </section>
89    </li>
90
91    <li class="thanks">
92        <a href="https://www.servercentral.net" class="thanks__logo">
93            <img src="images/sponsors/servercentral.svg" alt="Spry">
94        </a>
95        <section>
96            <strong class="thanks__heading"><a href="https://www.servercentral.net">Server Central</a></strong>
97            <p class="thanks__description">
98                Provides a box and connection which runs various services and sites for php.net
99            </p>
100        </section>
101    </li>
102
103    <li class="thanks">
104        <a href="https://www.spry.com" class="thanks__logo thanks__logo--white">
105            <img src="images/sponsors/spry.png" alt="Spry">
106        </a>
107        <section>
108            <strong class="thanks__heading"><a href="https://www.spry.com">Spry VPS Hosting</a></strong>
109            <p class="thanks__description">
110                Provides a server and bandwidth for various php.net services.
111            </p>
112        </section>
113    </li>
114
115    <li class="thanks">
116        <a href="https://www.osuosl.org" class="thanks__logo thanks__logo--osu">
117            <img src="images/sponsors/osu.png" alt="OSU Open Source Lab">
118        </a>
119        <section>
120            <strong class="thanks__heading"><a href="https://www.osuosl.org">OSU Open Source Lab</a></strong>
121            <p class="thanks__description">
122                Provides a server and bandwidth for various php.net services.
123            </p>
124        </section>
125    </li>
126
127    <li class="thanks">
128        <a href="https://www.nexcess.net/" class="thanks__logo">
129            <img src="images/sponsors/nexcess.webp" alt="NEXCESS.NET">
130        </a>
131        <section>
132            <strong class="thanks__heading"><a href="https://www.nexcess.net/">NEXCESS.NET</a></strong>
133            <p class="thanks__description">
134                Provides a server and bandwidth for various php.net services.
135            </p>
136        </section>
137    </li>
138
139    <li class="thanks">
140        <a href="https://eukhost.com/" class="thanks__logo">
141            <img src="images/sponsors/eukhost.svg" alt="EUKhost">
142        </a>
143        <section>
144            <strong class="thanks__heading"><a href="https://eukhost.com/">EUKhost</a></strong>
145            <p class="thanks__description">
146                Provides a server and bandwidth for various php.net services.
147            </p>
148        </section>
149    </li>
150
151    <li class="thanks">
152        <a href="https://duocast.nl/" class="thanks__logo thanks__logo--dark">
153            <img src="images/sponsors/duocast.svg" alt="Duocast">
154        </a>
155        <section>
156            <strong class="thanks__heading"><a href="https://duocast.nl/">Duocast</a></strong>
157            <p class="thanks__description">
158                Provides the servers and bandwidth used for buildbot testing and various windows based servers.
159            </p>
160        </section>
161    </li>
162
163    <li class="thanks">
164        <a href="https://redpill-linpro.com/" class="thanks__logo thanks__logo--redpill">
165            <img src="images/sponsors/redpill.svg" alt="Redpill Linpro">
166        </a>
167        <section>
168            <strong class="thanks__heading"><a href="https://redpill-linpro.com/">Redpill Linpro</a></strong>
169            <p class="thanks__description">
170                Provides managed servers and bandwidth for various php.net services.
171            </p>
172        </section>
173    </li>
174
175    <li class="thanks">
176        <a href="https://krystal.uk/" class="thanks__logo thanks__logo--dark">
177            <img src="images/sponsors/krystal.svg" alt="Krystal.uk">
178        </a>
179        <section>
180            <strong class="thanks__heading"><a href="https://krystal.uk/">Krystal.uk</a></strong>
181            <p class="thanks__description">
182                Provides a server and bandwidth for the ci.qa.php.net build and quality assurance infrastructure.
183            </p>
184        </section>
185    </li>
186
187    <li class="thanks">
188        <a href="https://servergrove.com/" class="thanks__logo thanks__logo--dark">
189            <img src="images/sponsors/servergrove.png" alt="ServerGrove">
190        </a>
191        <section>
192            <strong class="thanks__heading"><a href="https://servergrove.com/">ServerGrove</a></strong>
193            <p class="thanks__description">
194                Provides managed servers and bandwidth for various php.net services.
195            </p>
196        </section>
197    </li>
198
199    <li class="thanks">
200        <a href="https://www.bauer-kirch.de" class="thanks__logo">
201            <img src="images/sponsors/bauer+kirch.png" alt="Bauer + Kirch GmbH">
202        </a>
203        <section>
204            <strong class="thanks__heading"><a href="https://www.bauer-kirch.de">Bauer + Kirch GmbH</a></strong>
205            <p class="thanks__description">
206                Provides us with SSL certificates and a server and bandwidth for the php.net monitoring infrastructure.
207            </p>
208        </section>
209    </li>
210
211    <li class="thanks">
212        <a href="https://www.appveyor.com" class="thanks__logo">
213            <img src="images/sponsors/appveyor.png" alt="AppVeyor">
214        </a>
215        <section>
216            <strong class="thanks__heading"><a href="https://www.appveyor.com">AppVeyor</a></strong>
217            <p class="thanks__description">
218                Provides continuous integration for Windows builds of PHP.
219            </p>
220        </section>
221    </li>
222
223    <li class="thanks">
224        <a href="https://www.travis-ci.org" class="thanks__logo">
225            <img src="images/sponsors/travis.png" alt="Travis CI">
226        </a>
227        <section>
228            <strong class="thanks__heading"><a href="https://www.travis-ci.org">Travis CI</a></strong>
229            <p class="thanks__description">
230                Provides continuous integration for builds of PHP.
231            </p>
232        </section>
233    </li>
234</ul>
235
236<h1>Thanks Emeritus</h1>
237
238<p>
239    Special 'legacy' thanks go to the people and companies who have helped
240    us in our past.
241</p>
242<ul>
243    <li>
244        <a href="https://yahoo.com/">Yahoo! Inc.</a> provided us with many many
245        terabytes of bandwidth and hosting for www.php.net, and svn.php.net and git.php.net
246        for many years.
247    </li>
248
249    <li>
250        <a href="https://synacor.com">Synacor</a> provided us with many
251        terabytes of bandwidth and hosting for www.php.net and others for
252        many years.
253    </li>
254
255    <li>
256        <a href="https://vasoftware.com">VA Software Corp.</a> helped us
257        by donating a server and resources to enable us to build manuals
258        and distribute our content via rsync.
259    </li>
260</ul>
261
262<p>
263    And special thanks to all the companies who donated server space and
264    bandwidth to host our historical international array of mirror sites.
265</p>
266
267<ul>
268    <?php
269    $last_country = '';
270    foreach ($historical_mirrors as $m) {
271        ?>
272        <li><?php echo $COUNTRIES[$m[0]]; ?>: <a href='<?php echo $m[3]; ?>'><?php echo $m[2]; ?></a></li>
273        <?php
274    }
275    ?>
276</ul>
277
278<p>PHP.net is very grateful for all their support.</p>
279
280<?php site_footer(); ?>
281