forked from xianyunyh/PHP-Interview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mirror
773 lines (741 loc) · 42.2 KB
/
mirror
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PHP: Get Download</title>
<link rel="shortcut icon" href="http://php.net/favicon.ico">
<link rel="search" type="application/opensearchdescription+xml" href="http://php.net/phpnetimprovedsearch.src" title="Add PHP.net search">
<link rel="alternate" type="application/atom+xml" href="http://php.net/releases/feed.php" title="PHP Release feed">
<link rel="alternate" type="application/atom+xml" href="http://php.net/feed.atom" title="PHP: Hypertext Preprocessor">
<link rel="stylesheet" type="text/css" href="http://php.net/cached.php?t=1421837618&f=/fonts/Fira/fira.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://php.net/cached.php?t=1421837618&f=/fonts/Font-Awesome/css/fontello.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://php.net/cached.php?t=1478800802&f=/styles/theme-base.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://php.net/cached.php?t=1521070803&f=/styles/theme-medium.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://php.net/cached.php?t=1421837618&f=/styles/mirror.css" media="screen">
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="http://php.net/styles/workarounds.ie7.css" media="screen">
<![endif]-->
<!--[if lte IE 8]>
<script type="text/javascript">
window.brokenIE = true;
</script>
<![endif]-->
<!--[if lte IE 9]>
<link rel="stylesheet" type="text/css" href="http://php.net/styles/workarounds.ie9.css" media="screen">
<![endif]-->
<!--[if IE]>
<script type="text/javascript" src="http://php.net/js/ext/html5.js"></script>
<![endif]-->
</head>
<body class="downloads ">
<nav id="head-nav" class="navbar navbar-fixed-top">
<div class="navbar-inner clearfix">
<a href="/" class="brand"><img src="/images/logos/php-logo.svg" width="48" height="24" alt="php"></a>
<div id="mainmenu-toggle-overlay"></div>
<input type="checkbox" id="mainmenu-toggle">
<ul class="nav">
<li class="active"><a href="/downloads">Downloads</a></li>
<li class=""><a href="/docs.php">Documentation</a></li>
<li class=""><a href="/get-involved" >Get Involved</a></li>
<li class=""><a href="/support">Help</a></li>
</ul>
<form class="navbar-search" id="topsearch" action="/search.php">
<input type="hidden" name="show" value="quickref">
<input type="search" name="pattern" class="search-query" placeholder="Search" accesskey="s">
</form>
</div>
<div id="flash-message"></div>
</nav>
<nav id="trick"><div><dl>
<dt><a href='/manual/en/getting-started.php'>Getting Started</a></dt>
<dd><a href='/manual/en/introduction.php'>Introduction</a></dd>
<dd><a href='/manual/en/tutorial.php'>A simple tutorial</a></dd>
<dt><a href='/manual/en/langref.php'>Language Reference</a></dt>
<dd><a href='/manual/en/language.basic-syntax.php'>Basic syntax</a></dd>
<dd><a href='/manual/en/language.types.php'>Types</a></dd>
<dd><a href='/manual/en/language.variables.php'>Variables</a></dd>
<dd><a href='/manual/en/language.constants.php'>Constants</a></dd>
<dd><a href='/manual/en/language.expressions.php'>Expressions</a></dd>
<dd><a href='/manual/en/language.operators.php'>Operators</a></dd>
<dd><a href='/manual/en/language.control-structures.php'>Control Structures</a></dd>
<dd><a href='/manual/en/language.functions.php'>Functions</a></dd>
<dd><a href='/manual/en/language.oop5.php'>Classes and Objects</a></dd>
<dd><a href='/manual/en/language.namespaces.php'>Namespaces</a></dd>
<dd><a href='/manual/en/language.errors.php'>Errors</a></dd>
<dd><a href='/manual/en/language.exceptions.php'>Exceptions</a></dd>
<dd><a href='/manual/en/language.generators.php'>Generators</a></dd>
<dd><a href='/manual/en/language.references.php'>References Explained</a></dd>
<dd><a href='/manual/en/reserved.variables.php'>Predefined Variables</a></dd>
<dd><a href='/manual/en/reserved.exceptions.php'>Predefined Exceptions</a></dd>
<dd><a href='/manual/en/reserved.interfaces.php'>Predefined Interfaces and Classes</a></dd>
<dd><a href='/manual/en/context.php'>Context options and parameters</a></dd>
<dd><a href='/manual/en/wrappers.php'>Supported Protocols and Wrappers</a></dd>
</dl>
<dl>
<dt><a href='/manual/en/security.php'>Security</a></dt>
<dd><a href='/manual/en/security.intro.php'>Introduction</a></dd>
<dd><a href='/manual/en/security.general.php'>General considerations</a></dd>
<dd><a href='/manual/en/security.cgi-bin.php'>Installed as CGI binary</a></dd>
<dd><a href='/manual/en/security.apache.php'>Installed as an Apache module</a></dd>
<dd><a href='/manual/en/security.sessions.php'>Session Security</a></dd>
<dd><a href='/manual/en/security.filesystem.php'>Filesystem Security</a></dd>
<dd><a href='/manual/en/security.database.php'>Database Security</a></dd>
<dd><a href='/manual/en/security.errors.php'>Error Reporting</a></dd>
<dd><a href='/manual/en/security.globals.php'>Using Register Globals</a></dd>
<dd><a href='/manual/en/security.variables.php'>User Submitted Data</a></dd>
<dd><a href='/manual/en/security.magicquotes.php'>Magic Quotes</a></dd>
<dd><a href='/manual/en/security.hiding.php'>Hiding PHP</a></dd>
<dd><a href='/manual/en/security.current.php'>Keeping Current</a></dd>
<dt><a href='/manual/en/features.php'>Features</a></dt>
<dd><a href='/manual/en/features.http-auth.php'>HTTP authentication with PHP</a></dd>
<dd><a href='/manual/en/features.cookies.php'>Cookies</a></dd>
<dd><a href='/manual/en/features.sessions.php'>Sessions</a></dd>
<dd><a href='/manual/en/features.xforms.php'>Dealing with XForms</a></dd>
<dd><a href='/manual/en/features.file-upload.php'>Handling file uploads</a></dd>
<dd><a href='/manual/en/features.remote-files.php'>Using remote files</a></dd>
<dd><a href='/manual/en/features.connection-handling.php'>Connection handling</a></dd>
<dd><a href='/manual/en/features.persistent-connections.php'>Persistent Database Connections</a></dd>
<dd><a href='/manual/en/features.safe-mode.php'>Safe Mode</a></dd>
<dd><a href='/manual/en/features.commandline.php'>Command line usage</a></dd>
<dd><a href='/manual/en/features.gc.php'>Garbage Collection</a></dd>
<dd><a href='/manual/en/features.dtrace.php'>DTrace Dynamic Tracing</a></dd>
</dl>
<dl>
<dt><a href='/manual/en/funcref.php'>Function Reference</a></dt>
<dd><a href='/manual/en/refs.basic.php.php'>Affecting PHP's Behaviour</a></dd>
<dd><a href='/manual/en/refs.utilspec.audio.php'>Audio Formats Manipulation</a></dd>
<dd><a href='/manual/en/refs.remote.auth.php'>Authentication Services</a></dd>
<dd><a href='/manual/en/refs.utilspec.cmdline.php'>Command Line Specific Extensions</a></dd>
<dd><a href='/manual/en/refs.compression.php'>Compression and Archive Extensions</a></dd>
<dd><a href='/manual/en/refs.creditcard.php'>Credit Card Processing</a></dd>
<dd><a href='/manual/en/refs.crypto.php'>Cryptography Extensions</a></dd>
<dd><a href='/manual/en/refs.database.php'>Database Extensions</a></dd>
<dd><a href='/manual/en/refs.calendar.php'>Date and Time Related Extensions</a></dd>
<dd><a href='/manual/en/refs.fileprocess.file.php'>File System Related Extensions</a></dd>
<dd><a href='/manual/en/refs.international.php'>Human Language and Character Encoding Support</a></dd>
<dd><a href='/manual/en/refs.utilspec.image.php'>Image Processing and Generation</a></dd>
<dd><a href='/manual/en/refs.remote.mail.php'>Mail Related Extensions</a></dd>
<dd><a href='/manual/en/refs.math.php'>Mathematical Extensions</a></dd>
<dd><a href='/manual/en/refs.utilspec.nontext.php'>Non-Text MIME Output</a></dd>
<dd><a href='/manual/en/refs.fileprocess.process.php'>Process Control Extensions</a></dd>
<dd><a href='/manual/en/refs.basic.other.php'>Other Basic Extensions</a></dd>
<dd><a href='/manual/en/refs.remote.other.php'>Other Services</a></dd>
<dd><a href='/manual/en/refs.search.php'>Search Engine Extensions</a></dd>
<dd><a href='/manual/en/refs.utilspec.server.php'>Server Specific Extensions</a></dd>
<dd><a href='/manual/en/refs.basic.session.php'>Session Extensions</a></dd>
<dd><a href='/manual/en/refs.basic.text.php'>Text Processing</a></dd>
<dd><a href='/manual/en/refs.basic.vartype.php'>Variable and Type Related Extensions</a></dd>
<dd><a href='/manual/en/refs.webservice.php'>Web Services</a></dd>
<dd><a href='/manual/en/refs.utilspec.windows.php'>Windows Only Extensions</a></dd>
<dd><a href='/manual/en/refs.xml.php'>XML Manipulation</a></dd>
<dd><a href='/manual/en/refs.ui.php'>GUI Extensions</a></dd>
</dl>
<dl>
<dt>Keyboard Shortcuts</dt><dt>?</dt>
<dd>This help</dd>
<dt>j</dt>
<dd>Next menu item</dd>
<dt>k</dt>
<dd>Previous menu item</dd>
<dt>g p</dt>
<dd>Previous man page</dd>
<dt>g n</dt>
<dd>Next man page</dd>
<dt>G</dt>
<dd>Scroll to bottom</dd>
<dt>g g</dt>
<dd>Scroll to top</dd>
<dt>g h</dt>
<dd>Goto homepage</dd>
<dt>g s</dt>
<dd>Goto search<br>(current page)</dd>
<dt>/</dt>
<dd>Focus search box</dd>
</dl></div></nav>
<div id="goto">
<div class="search">
<div class="text"></div>
<div class="results"><ul></ul></div>
</div>
</div>
<div id="layout" class="clearfix">
<section id="layout-content">
<div id="mirrors-container">
<h1>Choose mirror site for download</h1>
<p>
You have chosen to download the following file:
<span class="download-file">
<strong class="filename">php-7.2.5.tar.gz</strong>
<small>(18,305,092 bytes)</small></span>
</p>
<div class="mirrors-list">
<div class="mirror ">
<div class="title">Armenia <img alt="ARM"
height="25"
width="45"
src="http://php.net//images/flags/beta/arm.png">
</div>
<div class="entry">
<div class="url"><a href="http://am1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://am1.php.net/">am1.php.net</a></div>
<div class="provider"><a href="http://www.arminco.com/" title="ARMINCO Global Telecommunications">ARMINCO Global Telecommunications</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Australia <img alt="AUS"
height="25"
width="45"
src="http://php.net//images/flags/beta/aus.png">
</div>
<div class="entry">
<div class="url"><a href="http://au1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://au1.php.net/">au1.php.net</a></div>
<div class="provider"><a href="https://www.melbourneit.com.au/" title="Melbourne IT Pty Ltd">Melbourne IT Pty Ltd</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://au2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://au2.php.net/">au2.php.net</a></div>
<div class="provider"><a href="http://www.serversaustralia.com.au/" title="Servers Australia Pty. Ltd.">Servers Australia Pty. Ltd.</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Austria <img alt="AUT"
height="25"
width="45"
src="http://php.net//images/flags/beta/aut.png">
</div>
<div class="entry">
<div class="url"><a href="http://at2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://at2.php.net/">at2.php.net</a></div>
<div class="provider"><a href="http://www.yalwa.at/" title="Yalwa Local Directory Services Austria">Yalwa Local Directory Services Austria</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Belgium <img alt="BEL"
height="25"
width="45"
src="http://php.net//images/flags/beta/bel.png">
</div>
<div class="entry">
<div class="url"><a href="http://be2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://be2.php.net/">be2.php.net</a></div>
<div class="provider"><a href="http://www.cu.be/" title="Cu.be Solutions">Cu.be Solutions</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Bosnia and Herzegovina <img alt="BIH"
height="25"
width="45"
src="http://php.net//images/flags/beta/bih.png">
</div>
<div class="entry">
<div class="url"><a href="http://ba1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ba1.php.net/">ba1.php.net</a></div>
<div class="provider"><a href="https://www.bhtelecom.ba/" title="BHTelecom">BHTelecom</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Brazil <img alt="BRA"
height="25"
width="45"
src="http://php.net//images/flags/beta/bra.png">
</div>
<div class="entry">
<div class="url"><a href="http://br2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://br2.php.net/">br2.php.net</a></div>
<div class="provider"><a href="http://umbler.com" title="Umbler">Umbler</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Canada <img alt="CAN"
height="25"
width="45"
src="http://php.net//images/flags/beta/can.png">
</div>
<div class="entry">
<div class="url"><a href="http://ca1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ca1.php.net/">ca1.php.net</a></div>
<div class="provider"><a href="http://www.easydns.com/" title="easyDNS">easyDNS</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://ca2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ca2.php.net/">ca2.php.net</a></div>
<div class="provider"><a href="http://www.parasane.net/" title="Parasane, LLC">Parasane, LLC</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://ca3.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ca3.php.net/">ca3.php.net</a></div>
<div class="provider"><a href="http://www.egatedomains.ca/?RP=DJFEIWHFEWQ" title="egateDOMAINS">egateDOMAINS</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Czech Republic <img alt="CZE"
height="25"
width="45"
src="http://php.net//images/flags/beta/cze.png">
</div>
<div class="entry">
<div class="url"><a href="http://cz1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://cz1.php.net/">cz1.php.net</a></div>
<div class="provider"><a href="http://www.cvut.cz/" title="Czech Technical University in Prague">Czech Technical University in Prague</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://cz2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://cz2.php.net/">cz2.php.net</a></div>
<div class="provider"><a href="http://www.softaculous.com/" title="Softaculous Ltd.">Softaculous Ltd.</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Denmark <img alt="DNK"
height="25"
width="45"
src="http://php.net//images/flags/beta/dnk.png">
</div>
<div class="entry">
<div class="url"><a href="http://dk2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://dk2.php.net/">dk2.php.net</a></div>
<div class="provider"><a href="http://kobalt.dk/" title="Kobalt">Kobalt</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Estonia <img alt="EST"
height="25"
width="45"
src="http://php.net//images/flags/beta/est.png">
</div>
<div class="entry">
<div class="url"><a href="http://ee1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ee1.php.net/">ee1.php.net</a></div>
<div class="provider"><a href="https://www.zone.ee/" title="Zone Media LLC">Zone Media LLC</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Finland <img alt="FIN"
height="25"
width="45"
src="http://php.net//images/flags/beta/fin.png">
</div>
<div class="entry">
<div class="url"><a href="http://fi2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://fi2.php.net/">fi2.php.net</a></div>
<div class="provider"><a href="http://www.planeetta.net/" title="Planeetta Internet OY">Planeetta Internet OY</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">France <img alt="FRA"
height="25"
width="45"
src="http://php.net//images/flags/beta/fra.png">
</div>
<div class="entry">
<div class="url"><a href="http://fr2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://fr2.php.net/">fr2.php.net</a></div>
<div class="provider"><a href="http://www.crihan.fr/" title="Crihan">Crihan</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Germany <img alt="DEU"
height="25"
width="45"
src="http://php.net//images/flags/beta/deu.png">
</div>
<div class="entry">
<div class="url"><a href="http://de2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://de2.php.net/">de2.php.net</a></div>
<div class="provider"><a href="http://www.locanto.de/" title="Locanto Kleinanzeigen">Locanto Kleinanzeigen</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Hong Kong <img alt="HKG"
height="25"
width="45"
src="http://php.net//images/flags/beta/hkg.png">
</div>
<div class="entry">
<div class="url"><a href="http://hk1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://hk1.php.net/">hk1.php.net</a></div>
<div class="provider"><a href="http://www.nethub.com.hk/" title="Nethub Online Limited">Nethub Online Limited</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://hk2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://hk2.php.net/">hk2.php.net</a></div>
<div class="provider"><a href="http://www.website-solution.net/" title="Website Solution Web Hosting">Website Solution Web Hosting</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">India <img alt="IND"
height="25"
width="45"
src="http://php.net//images/flags/beta/ind.png">
</div>
<div class="entry">
<div class="url"><a href="http://in1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://in1.php.net/">in1.php.net</a></div>
<div class="provider"><a href="http://www.directi.com" title="Directi Web Hosting">Directi Web Hosting</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://in2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://in2.php.net/">in2.php.net</a></div>
<div class="provider"><a href="http://www.directi.com" title="Directi Web Hosting">Directi Web Hosting</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://in3.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://in3.php.net/">in3.php.net</a></div>
<div class="provider"><a href="http://www.indialinks.com" title="IndiaLinks Web Hosting Pvt Ltd">IndiaLinks Web Hosting Pvt Ltd</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Indonesia <img alt="IDN"
height="25"
width="45"
src="http://php.net//images/flags/beta/idn.png">
</div>
<div class="entry">
<div class="url"><a href="http://id1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://id1.php.net/">id1.php.net</a></div>
<div class="provider"><a href="http://www.pesat.net.id" title="PT Pasifik Satelit Nusantara">PT Pasifik Satelit Nusantara</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Iran <img alt="IRN"
height="25"
width="45"
src="http://php.net//images/flags/beta/irn.png">
</div>
<div class="entry">
<div class="url"><a href="http://ir2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ir2.php.net/">ir2.php.net</a></div>
<div class="provider"><a href="http://parspack.com/" title="ParsPack.com">ParsPack.com</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Ireland <img alt="IRL"
height="25"
width="45"
src="http://php.net//images/flags/beta/irl.png">
</div>
<div class="entry">
<div class="url"><a href="http://ie1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ie1.php.net/">ie1.php.net</a></div>
<div class="provider"><a href="http://www.yalwa.ie/" title="Yalwa - Local Directory Services Ireland">Yalwa - Local Directory Services Ireland</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://ie2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ie2.php.net/">ie2.php.net</a></div>
<div class="provider"><a href="http://www.hostingireland.ie/" title="Hosting Ireland">Hosting Ireland</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Israel <img alt="ISR"
height="25"
width="45"
src="http://php.net//images/flags/beta/isr.png">
</div>
<div class="entry">
<div class="url"><a href="http://il1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://il1.php.net/">il1.php.net</a></div>
<div class="provider"><a href="http://www.spd.co.il/" title="SPD HOSTING LTD">SPD HOSTING LTD</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Italy <img alt="ITA"
height="25"
width="45"
src="http://php.net//images/flags/beta/ita.png">
</div>
<div class="entry">
<div class="url"><a href="http://it2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://it2.php.net/">it2.php.net</a></div>
<div class="provider"><a href="https://www.interalta.com/" title="Interalta">Interalta</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Japan <img alt="JPN"
height="25"
width="45"
src="http://php.net//images/flags/beta/jpn.png">
</div>
<div class="entry">
<div class="url"><a href="http://jp2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://jp2.php.net/">jp2.php.net</a></div>
<div class="provider"><a href="http://bloggers.ja.bz/sunouchi/" title="snotch">snotch</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Latvia <img alt="LVA"
height="25"
width="45"
src="http://php.net//images/flags/beta/lva.png">
</div>
<div class="entry">
<div class="url"><a href="http://lv1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://lv1.php.net/">lv1.php.net</a></div>
<div class="provider"><a href="http://laacz.lv/" title="Kaspars Foigts">Kaspars Foigts</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Lithuania <img alt="LTU"
height="25"
width="45"
src="http://php.net//images/flags/beta/ltu.png">
</div>
<div class="entry">
<div class="url"><a href="http://lt1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://lt1.php.net/">lt1.php.net</a></div>
<div class="provider"><a href="http://serveriai.lt/" title=" UAB "Interneto vizija""> UAB "Interneto vizija"</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Malaysia <img alt="MYS"
height="25"
width="45"
src="http://php.net//images/flags/beta/mys.png">
</div>
<div class="entry">
<div class="url"><a href="http://my1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://my1.php.net/">my1.php.net</a></div>
<div class="provider"><a href="http://www.maxdedicated.com/" title="MaxDedicated">MaxDedicated</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Mexico <img alt="MEX"
height="25"
width="45"
src="http://php.net//images/flags/beta/mex.png">
</div>
<div class="entry">
<div class="url"><a href="http://mx1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://mx1.php.net/">mx1.php.net</a></div>
<div class="provider"><a href="http://www.uservers.net/?in=php" title="uServers Mexico">uServers Mexico</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://mx2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://mx2.php.net/">mx2.php.net</a></div>
<div class="provider"><a href="http://www.azc.uam.mx" title="Universidad Autónoma Metropolitana Azcapotzalco">Universidad Autónoma Metropolitana Azcapotzalco</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Netherlands <img alt="NLD"
height="25"
width="45"
src="http://php.net//images/flags/beta/nld.png">
</div>
<div class="entry">
<div class="url"><a href="http://nl1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://nl1.php.net/">nl1.php.net</a></div>
<div class="provider"><a href="http://www.streamservice.nl/" title="Stream Service">Stream Service</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">New Caledonia <img alt="NCL"
height="25"
width="45"
src="http://php.net//images/flags/beta/ncl.png">
</div>
<div class="entry">
<div class="url"><a href="http://nc1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://nc1.php.net/">nc1.php.net</a></div>
<div class="provider"><a href="http://www.nautile.nc/" title="Nautile">Nautile</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">New Zealand <img alt="NZL"
height="25"
width="45"
src="http://php.net//images/flags/beta/nzl.png">
</div>
<div class="entry">
<div class="url"><a href="http://nz2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://nz2.php.net/">nz2.php.net</a></div>
<div class="provider"><a href="http://catalyst.net.nz/" title="Catalyst IT Ltd">Catalyst IT Ltd</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Norway <img alt="NOR"
height="25"
width="45"
src="http://php.net//images/flags/beta/nor.png">
</div>
<div class="entry">
<div class="url"><a href="http://no2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://no2.php.net/">no2.php.net</a></div>
<div class="provider"><a href="http://www.vg.no" title="Verdens Gang AS">Verdens Gang AS</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Panama <img alt="PAN"
height="25"
width="45"
src="http://php.net//images/flags/beta/pan.png">
</div>
<div class="entry">
<div class="url"><a href="http://pa1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://pa1.php.net/">pa1.php.net</a></div>
<div class="provider"><a href="http://www.unidominios.com/" title="Unidominios">Unidominios</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Poland <img alt="POL"
height="25"
width="45"
src="http://php.net//images/flags/beta/pol.png">
</div>
<div class="entry">
<div class="url"><a href="http://pl1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://pl1.php.net/">pl1.php.net</a></div>
<div class="provider"><a href="http://webdev.pl/" title="WEBdev">WEBdev</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Republic of Moldova <img alt="MDA"
height="25"
width="45"
src="http://php.net//images/flags/beta/mda.png">
</div>
<div class="entry">
<div class="url"><a href="http://md1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://md1.php.net/">md1.php.net</a></div>
<div class="provider"><a href="http://www.dev.md/" title="dev.md">dev.md</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Singapore <img alt="SGP"
height="25"
width="45"
src="http://php.net//images/flags/beta/sgp.png">
</div>
<div class="entry">
<div class="url"><a href="http://sg2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://sg2.php.net/">sg2.php.net</a></div>
<div class="provider"><a href="http://www.xssist.com/" title="Xssist Group (Singapore) Pte Ltd">Xssist Group (Singapore) Pte Ltd</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Slovenia <img alt="SVN"
height="25"
width="45"
src="http://php.net//images/flags/beta/svn.png">
</div>
<div class="entry">
<div class="url"><a href="http://si1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://si1.php.net/">si1.php.net</a></div>
<div class="provider"><a href="http://www.domenar.net/" title="DOMENAR.net">DOMENAR.net</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Spain <img alt="ESP"
height="25"
width="45"
src="http://php.net//images/flags/beta/esp.png">
</div>
<div class="entry">
<div class="url"><a href="http://es1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://es1.php.net/">es1.php.net</a></div>
<div class="provider"><a href="http://www.grn.es/classic" title="GRN Serveis Telematics">GRN Serveis Telematics</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Sweden <img alt="SWE"
height="25"
width="45"
src="http://php.net//images/flags/beta/swe.png">
</div>
<div class="entry">
<div class="url"><a href="http://se2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://se2.php.net/">se2.php.net</a></div>
<div class="provider"><a href="http://www.spacedump.se/" title="SpaceDump IT AB">SpaceDump IT AB</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Switzerland <img alt="CHE"
height="25"
width="45"
src="http://php.net//images/flags/beta/che.png">
</div>
<div class="entry">
<div class="url"><a href="http://ch1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://ch1.php.net/">ch1.php.net</a></div>
<div class="provider"><a href="http://www.comunidadhosting.com/" title="ComunidadHosting">ComunidadHosting</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Taiwan <img alt="TWN"
height="25"
width="45"
src="http://php.net//images/flags/beta/twn.png">
</div>
<div class="entry">
<div class="url"><a href="http://tw2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://tw2.php.net/">tw2.php.net</a></div>
<div class="provider"><a href="http://www.mirror.tw/" title="www.mirror.tw">www.mirror.tw</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Thailand <img alt="THA"
height="25"
width="45"
src="http://php.net//images/flags/beta/tha.png">
</div>
<div class="entry">
<div class="url"><a href="http://th1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://th1.php.net/">th1.php.net</a></div>
<div class="provider"><a href="http://www.thaiweb.net" title="THAIWEB.network">THAIWEB.network</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Turkey <img alt="TUR"
height="25"
width="45"
src="http://php.net//images/flags/beta/tur.png">
</div>
<div class="entry">
<div class="url"><a href="http://tr1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://tr1.php.net/">tr1.php.net</a></div>
<div class="provider"><a href="http://www.itu.edu.tr/" title="İstanbul Teknik Üniversitesi Bilgi İşlem Daire Başkanlığı">İstanbul Teknik Üniversitesi Bilgi İşlem Daire Başkanlığı</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://tr2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://tr2.php.net/">tr2.php.net</a></div>
<div class="provider"><a href="http://www.dgn.net.tr/" title="DGN Teknoloji">DGN Teknoloji</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">United Kingdom <img alt="GBR"
height="25"
width="45"
src="http://php.net//images/flags/beta/gbr.png">
</div>
<div class="entry">
<div class="url"><a href="http://uk1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://uk1.php.net/">uk1.php.net</a></div>
<div class="provider"><a href="http://camelnetwork.com/" title="Camel Network">Camel Network</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://uk3.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://uk3.php.net/">uk3.php.net</a></div>
<div class="provider"><a href="http://www.catn.com/" title="CatN PHP Hosting">CatN PHP Hosting</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">United Republic of Tanzania <img alt="TZA"
height="25"
width="45"
src="http://php.net//images/flags/beta/tza.png">
</div>
<div class="entry">
<div class="url"><a href="http://tz1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://tz1.php.net/">tz1.php.net</a></div>
<div class="provider"><a href="http://aptus.co.tz" title="Aptus Solutions">Aptus Solutions</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">United States <img alt="USA"
height="25"
width="45"
src="http://php.net//images/flags/beta/usa.png">
</div>
<div class="entry">
<div class="url"><a href="http://php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://php.net/">php.net</a></div>
<div class="provider"><a href="https://myracloud.com" title="myracloud">myracloud</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://us1.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://us1.php.net/">us1.php.net</a></div>
<div class="provider"><a href="http://www.nexcess.net/" title="NEXCESS.NET">NEXCESS.NET</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://us2.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://us2.php.net/">us2.php.net</a></div>
<div class="provider"><a href="http://he.net/" title="Hurricane Electric">Hurricane Electric</a></div>
</div>
<div class="entry">
<div class="url"><a href="http://us3.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://us3.php.net/">us3.php.net</a></div>
<div class="provider"><a href="https://www.c7.com/" title="C7 Data Centers">C7 Data Centers</a></div>
</div>
</div>
<div class="mirror ">
<div class="title">Unknown <img alt="XXX"
height="25"
width="45"
src="http://php.net//images/flags/beta/xxx.png">
</div>
<div class="entry">
<div class="url"><a href="http://docs.php.net/get/php-7.2.5.tar.gz/from/this/mirror" title="http://docs.php.net/">docs.php.net</a></div>
<div class="provider"><a href="http://eukhost.com/" title="EUKhost">EUKhost</a></div>
</div>
</div>
</div>
</div>
</section><!-- layout-content -->
</div><!-- layout -->
<footer>
<div class="container footer-content">
<div class="row-fluid">
<ul class="footmenu">
<li><a href="/copyright.php">Copyright © 2001-2018 The PHP Group</a></li>
<li><a href="/my.php">My PHP.net</a></li>
<li><a href="/contact.php">Contact</a></li>
<li><a href="/sites.php">Other PHP.net sites</a></li>
<li><a href="/mirrors.php">Mirror sites</a></li>
<li><a href="/privacy.php">Privacy policy</a></li>
</ul>
</div>
</div>
</footer>
<!-- External and third party libraries. -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://php.net/cached.php?t=1421837618&f=/js/ext/modernizr.js"></script>
<script type="text/javascript" src="http://php.net/cached.php?t=1421837618&f=/js/ext/hogan-2.0.0.min.js"></script>
<script type="text/javascript" src="http://php.net/cached.php?t=1421837618&f=/js/ext/typeahead.min.js"></script>
<script type="text/javascript" src="http://php.net/cached.php?t=1421837618&f=/js/ext/mousetrap.min.js"></script>
<script type="text/javascript" src="http://php.net/cached.php?t=1421837618&f=/js/search.js"></script>
<script type="text/javascript" src="http://php.net/cached.php?t=1516300802&f=/js/common.js"></script>
<a id="toTop" href="javascript:;"><span id="toTopHover"></span><img width="40" height="40" alt="To Top" src="/images/to-top@2x.png"></a>
</body>
</html>