xref: /web-php/thanks.php (revision 73625a07)
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="https://www.deft.com/" class="thanks__logo">
69            <img src="images/sponsors/deft.svg" alt="Deft">
70        </a>
71        <section>
72            <strong class="thanks__heading"><a href="https://www.deft.com/">Deft</a></strong>
73            <p class="thanks__description">
74                Provides a server and bandwidth for rsync.php.net.
75            </p>
76        </section>
77    </li>
78
79    <li class="thanks">
80        <a href="https://eukhost.com/" class="thanks__logo">
81            <img src="images/sponsors/eukhost.svg" alt="EUKhost">
82        </a>
83        <section>
84            <strong class="thanks__heading"><a href="https://eukhost.com/">EUKhost</a></strong>
85            <p class="thanks__description">
86                Provides a server and bandwidth for various php.net services.
87            </p>
88        </section>
89    </li>
90
91    <li class="thanks">
92        <a href="https://duocast.nl/" class="thanks__logo thanks__logo--dark">
93            <img src="images/sponsors/duocast.svg" alt="Duocast">
94        </a>
95        <section>
96            <strong class="thanks__heading"><a href="https://duocast.nl/">Duocast</a></strong>
97            <p class="thanks__description">
98                Provides the servers and bandwidth used for buildbot testing and various Windows based servers.
99            </p>
100        </section>
101    </li>
102
103    <li class="thanks">
104        <a href="https://www.bauer-kirch.de" class="thanks__logo">
105            <img src="images/sponsors/bauer+kirch.png" alt="Bauer + Kirch GmbH">
106        </a>
107        <section>
108            <strong class="thanks__heading"><a href="https://www.bauer-kirch.de">Bauer + Kirch GmbH</a></strong>
109            <p class="thanks__description">
110                Provides us with SSL certificates and a server and bandwidth for the php.net monitoring infrastructure.
111            </p>
112        </section>
113    </li>
114
115    <li class="thanks">
116        <a href="https://www.appveyor.com" class="thanks__logo">
117            <img src="images/sponsors/appveyor.png" alt="AppVeyor">
118        </a>
119        <section>
120            <strong class="thanks__heading"><a href="https://www.appveyor.com">AppVeyor</a></strong>
121            <p class="thanks__description">
122                Provides continuous integration for Windows builds of PHP.
123            </p>
124        </section>
125    </li>
126
127    <li class="thanks">
128        <a href="https://www.travis-ci.org" class="thanks__logo">
129            <img src="images/sponsors/travis.png" alt="Travis CI">
130        </a>
131        <section>
132            <strong class="thanks__heading"><a href="https://www.travis-ci.org">Travis CI</a></strong>
133            <p class="thanks__description">
134                Provides continuous integration for builds of PHP.
135            </p>
136        </section>
137    </li>
138</ul>
139
140<h1>Thanks Emeritus</h1>
141
142<p>
143    Special 'legacy' thanks go to the people and companies who have helped
144    us in our past.
145</p>
146<ul>
147    <li>
148        <a href="https://yahoo.com/">Yahoo! Inc.</a> provided us with many many
149        terabytes of bandwidth and hosting for www.php.net, and svn.php.net and git.php.net
150        for many years.
151    </li>
152
153    <li>
154        <a href="https://synacor.com">Synacor</a> provided us with many
155        terabytes of bandwidth and hosting for www.php.net and others for
156        many years.
157    </li>
158
159    <li>
160        <a href="https://vasoftware.com">VA Software Corp.</a> helped us
161        by donating a server and resources to enable us to build manuals
162        and distribute our content via rsync.
163    </li>
164
165    <li>
166        <a href="https://krystal.uk/">Krystal.uk</a> provided a server and
167        bandwidth for the ci.qa.php.net build and quality assurance
168        infrastructure.
169    </li>
170
171    <li>
172        <a href="https://www.nexcess.net/">NEXCESS.NET</a> provided servers and
173        resources for various php.net services.
174    </li>
175
176    <li>
177        <a href="https://www.osuosl.org/">Oregon State University Open Source Lab</a>
178        provided servers and resources for various php.net services.
179    </li>
180
181    <li>
182        <a href="https://promote.pair.com/direct.pl?php.net">pair Networks</a>
183        provided servers and resources for hosting PEAR, PECL, and the mailing lists.
184    </li>
185
186    <li>
187        <a href="https://rackspace.com/">Rackspace</a> provided servers and
188        resources for various php.net services.
189    </li>
190
191    <li>
192        <a href="https://redpill-linpro.com/">Redpill Linpro</a> provided servers and
193        resources for various php.net services.
194    </li>
195
196    <li>
197        <a href="https://servergrove.com/">ServerGrove</a> provided managed
198        servers and resources for various php.net services.
199    </li>
200
201    <li>
202        <a href="https://www.spry.com/">Spry VPS Hosting</a> provided servers
203        and resources for various php.net services.
204    </li>
205</ul>
206
207<p>
208    And special thanks to all the companies who donated server space and
209    bandwidth to host our historical international array of mirror sites.
210</p>
211
212<ul>
213    <?php
214    $last_country = '';
215    foreach ($historical_mirrors as $m) {
216        ?>
217        <li><?php echo $COUNTRIES[$m[0]]; ?>: <a href='<?php echo $m[3]; ?>'><?php echo $m[2]; ?></a></li>
218        <?php
219    }
220    ?>
221</ul>
222
223<p>PHP.net is very grateful for all their support.</p>
224
225<?php site_footer(); ?>
226