Source for file release-1.0.php
Documentation is available at release-1.0.php
+----------------------------------------------------------------------+
| PEAR Web site version 1.0 |
+----------------------------------------------------------------------+
| Copyright (c) 2001-2005 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available at through the world-wide-web at |
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
+----------------------------------------------------------------------+
$Id: release-1.0.php,v 1.4 2005/01/26 12:40:07 pajoye Exp $
response_header ("PEAR 1.0 is released!");
<h1>PEAR 1.0 is released!</h1>
<div style="margin-left:2em;margin-right:2em">
As of PHP 4.3.0, PEAR is an officially supported
part of PHP. From this release, the PEAR installer with all its
prerequisites is installed by default on Unix-style systems (Windows
will follow in 4.3.2). It has been a long pregnancy.
Some historical highlights:
1999-11-21 : Malin Bakken was born<br />
1999-11-22 : the first few lines of PEAR code were committed (DB.php)<br />
2000-07-24 : the PEAR and PEAR_Error classes were born<br />
2000-08-01 : first working version of the "pear" command<br />
2001-05-15 : first contributor to base system<br />
2001-12-28 : first package uploaded to the current pear.php.net<br />
2002-05-26 : installer can upgrade itself<br />
2002-06-13 : first version of Gtk installer<br />
2002-07-11 : first version of Web installer<br />
Thanks to all PEAR contributors, and special thanks to those who have
pitching in when I've been too busy with family and work to do any PHP
* Christian Dickmann<br />
<a href="/user/ssb">Stig Bakken <stig@php.net></a>
<?php response_footer (); ?>
Documentation generated on Mon, 11 Mar 2019 15:14:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|