Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /software.php
<?php
$_SERVER['BASE_PAGE'] = 'software.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP Software");
?>
<h1>PHP Software</h1>
<p>
This page contains a list of sites where you can find software distributed
under the <a href="/license/3_01.txt">PHP license</a>.
</p>
<p>
<?php echo make_image("logos/php-icon-white.gif", $alt = "www.php.net", "left") ?>
<a href="http://www.php.net/">www.php.net</a><br />
Main site for the PHP project.<br clear="left" />
</p>
<p>
<?php echo make_image("pear-icon.png", $alt = "pear.php.net", "left") ?>
<a href="http://pear.php.net/">pear.php.net</a><br />
The PEAR project where you can find reusable components for PHP .<br clear="left" />
</p>
<p>
<?php echo make_image("pecl-icon.png", $alt = "pecl.php.net", "left") ?>
<a href="http://pecl.php.net/">pecl.php.net</a><br />
The PECL project where you can find PHP extensions.<br clear="left" />
</p>
<p>
<?php echo make_image("pecl-icon.png", $alt = "pecl.php.net", "left") ?>
<a href="http://pecl4win.php.net/">pecl4win.php.net</a><br />
PECL extensions precompiled for Windows.<br clear="left" />
</p>
<?php site_footer();