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

Source for file gophp5.php

Documentation is available at gophp5.php

  1. <?php 
  2. response_header('GOPHP5!'falsefalse);
  3.  
  4. ?>
  5.  
  6. <h2>Joining the GoPHP5.org's movement</h2>
  7. <p>
  8. After being the leader and most used PHP applications and libraries
  9. for many years with over 30 Million downloads, the 
  10. <a href="http://pear.php.net">PEAR Project</a> is happy to announce
  11. that the next version of PEAR, named PEAR2, is going to aim at being
  12. only available for PHP5.2 and newer versions of <a href="http://php.net">PHP</a>.
  13. </p>
  14.  
  15. <p>
  16. PEAR2 is currently not released but under development with a new installer (Pyrus)
  17. coming along the way. Using the benefits of the PHP Archiver (<a href="http://pecl.php.net/phar">PHAR</a>)
  18. and the features that PHP5.2 offers, we can now produce better applications than
  19. ever using the PHP language.
  20. </p>
  21.  
  22. <p>
  23. Thanks to all our users and especially our dedicated developers for making this possible. Without them, we would not be able
  24. to achieve and reach a goal that has been important to us for the few past years, moving to PHP5.
  25. </p>
  26.  
  27. <h3>Links</h3>
  28. <ul>
  29.     <li><a href="http://gophp5.org" title="GoPHP5">GoPHP5</a></li>
  30.     <li><a href="http://php.net" title="PHP Project">PHP</a></li>
  31.     <li><a href="http://php.net/oop5" title="php oop">PHP5 Object Orientation manual</a></li>
  32.     <li><a href="http://pecl.php.net/phar" title="phar">Phar</a></li>
  33.     <li><a href="http://wiki.pear.php.net" title="PEAR's wiki">PEAR's wiki</a></li>
  34. </ul>
  35.  
  36.  
  37. <?php
  38. response_footer();
  39. ?>

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