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: release-1.0.php,v 1.4 2005/01/26 12:40:07 pajoye Exp $
  19. */
  20.  
  21. response_header("PEAR 1.0 is released!");
  22.  
  23. ?>
  24. <h1>PEAR 1.0 is released!</h1>
  25.  
  26. <div style="margin-left:2em;margin-right:2em">
  27. As of PHP 4.3.0, PEAR is an officially supported
  28. part of PHP.  From this release, the PEAR installer with all its
  29. prerequisites is installed by default on Unix-style systems (Windows
  30. will follow in 4.3.2).  It has been a long pregnancy.
  31. <br /><br />
  32. Some historical highlights:
  33. <br /><br />
  34. 1999-11-21 : Malin Bakken was born<br />
  35. 1999-11-22 : the first few lines of PEAR code were committed (DB.php)<br />
  36. 2000-07-24 : the PEAR and PEAR_Error classes were born<br />
  37. 2000-08-01 : first working version of the "pear" command<br />
  38. 2001-05-15 : first contributor to base system<br />
  39. 2001-12-28 : first package uploaded to the current pear.php.net<br />
  40. 2002-05-26 : installer can upgrade itself<br />
  41. 2002-06-13 : first version of Gtk installer<br />
  42. 2002-07-11 : first version of Web installer<br />
  43. <br /><br />
  44. Thanks to all PEAR contributors, and special thanks to those who have
  45. pitching in when I've been too busy with family and work to do any PHP
  46. hacking:
  47. <br /><br />
  48. * Tomas V.V.Cox<br />
  49. * Martin Jansen<br />
  50. * Christian Dickmann<br />
  51. * Jon Parise<br />
  52. * Richard Heyes<br />
  53. * Pierre-Alain Joye
  54. <br /><br />
  55. <a href="/user/ssb">Stig Bakken &lt;stig&#64;php.net&gt;</a>
  56. </div>
  57.  
  58. <?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.