mirror of
https://github.com/php/web-php.git
synced 2026-03-31 03:32:23 +02:00
10 lines
275 B
PHP
10 lines
275 B
PHP
<?php require "header.inc"; ?>
|
|
<h1>PEAR</h1>
|
|
<h3>PHP Extension & 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"; ?>
|