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

Source for file pecl-split.php

Documentation is available at pecl-split.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: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header('Own website for PECL');
  22. ?>
  23.  
  24. <h1>Own infrastructure for PECL</h1>
  25.  
  26. [October 15, 2003]
  27.  
  28. <div id="news-entry">
  29. <p>
  30.  PECL, formerly known as PHP Extension Code Library, has been renamed
  31.  to PHP Extension Community Library. Additionally all PECL related
  32.  services have been moved to their own website:
  33.  <?php echo make_link('http://pecl.php.net/')?>.
  34. </p>
  35.  
  36. <p>
  37.  This means that if you are looking for PECL packages, you won't
  38.  find them here on pear.php.net anymore; you will have to search for them
  39.  on the <?php echo make_link('http://pecl.php.net/''PECL website')?>
  40.  instead. The PECL project also has an independent mailing list battery
  41.  now. An overview of the PECL mailing lists can be found
  42.  <?php echo make_link('http://pecl.php.net/support.php''here')?>.
  43. </p>
  44.  
  45. <p>
  46.  More information about PECL can be found in the
  47.  <?php echo make_link('http://pear.php.net/manual/en/introduction.php#about-pecl''PEAR Manual')?>.
  48. </p>
  49.  
  50. </div>
  51.  
  52. <?php
  53. response_footer();

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