More mirror sites

Find more available mirrors on our mirror sites page.

Mirroring PHP.net

If you are interested in mirroring our website, you can find more information and setup details on our mirroring page.

'; $MIRROR_IMAGE = ''; // Try to find a sponsor image in case this is an official mirror if (is_official_mirror()) { // Iterate through possible mirror provider logo types in priority order $types = ["gif", "jpg", "png"]; foreach ($types as $ext) { // Check if file exists for this type if (file_exists("backend/mirror." . $ext)) { // Create image HTML code $MIRROR_IMAGE = make_image( 'mirror.' . $ext, htmlspecialchars(mirror_provider()), false, false, 'backend', ); // Add size information depending on mirror type if (is_primary_site()) { $MIRROR_IMAGE = resize_image($MIRROR_IMAGE, 125, 125); } else { $MIRROR_IMAGE = resize_image($MIRROR_IMAGE, 120, 60); } // We have found an image break; } } } site_header("Information About This PHP Mirror Site", ["current" => "community"]); ?>

Information About This PHP Mirror Site

Here you can get more information about this PHP Mirror site, as well as some details about the provider. The information you find here may be helpful in choosing your preferred mirror site for your everyday work. Note that the PHP.net webmaster team is only capable of tracking official mirror sites, and trying to ensure that those provide the best service possible.

General Information

Mirror Provider

Mirror Services

Mirror Status