pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file release-1.0.php

Documentation is available at release-1.0.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP Group                                |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors:                                                             |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header('PEAR 1.0 is released!');
  22.  
  23. ?>
  24. <h1>PEAR 1.0 is released!</h1>
  25.  
  26. [December 27, 2002]
  27.  
  28. <div id="news-entry">
  29. </p>
  30. As of PHP 4.3.0, PEAR is an officially supported
  31. part of PHP.  From this release, the PEAR installer with all its
  32. prerequisites is installed by default on Unix-style systems (Windows
  33. will follow in 4.3.2).  It has been a long pregnancy.
  34. </p>
  35.  
  36. <br /><br />
  37. <dl>
  38.  <dt>Some historical highlights:</dt>
  39.  <dd>
  40. <ul>
  41.  <li>1999-11-21 : Malin Bakken was born</li>
  42.  <li>1999-11-22 : the first few lines of PEAR code were committed (DB.php)</li>
  43.  <li>2000-07-24 : the PEAR and PEAR_Error classes were born</li>
  44.  <li>2000-08-01 : first working version of the "pear" command</li>
  45.  <li>2001-05-15 : first contributor to base system</li>
  46.  <li>2001-12-28 : first package uploaded to the current pear.php.net</li>
  47.  <li>2002-05-26 : installer can upgrade itself</li>
  48.  <li>2002-06-13 : first version of Gtk installer</li>
  49.  <li>2002-07-11 : first version of Web installer</li>
  50. </ul>
  51. </dd>
  52. </dl>
  53.  
  54. <p>
  55. Thanks to all PEAR contributors, and special thanks to those who have
  56. pitching in when I've been too busy with family and work to do any PHP
  57. hacking:
  58. </p>
  59.  
  60. <ul>
  61.  <li>Tomas V.V.Cox</li>
  62.  <li>Martin Jansen</li>
  63.  <li>Christian Dickmann</li>
  64.  <li>Jon Parise</li>
  65.  <li>Richard Heyes</li>
  66.  <li>Pierre-Alain Joye</li>
  67. </ul>
  68.  
  69. <a href="/user/ssb">Stig Bakken &lt;stig&#64;php.net&gt;</a>
  70. </div>
  71.  
  72. <?php
  73. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.