1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 03:32:23 +02:00
Files
archived-web-php/oz/s_pear.php3
2000-03-08 02:10:21 +00:00

10 lines
275 B
PHP

<?php require "header.inc"; ?>
<h1>PEAR</h1>
<h3>PHP Extension &amp; Application Repository</h3>
<ul>
<li>PHP equivalent to Perl's CPAN
<li>Launch will coincide with release of PHP 4
<li>First PEAR application is the DB abstraction layer
</ul>
<?php require "footer.inc"; ?>