PHP Extension and Application Repository framework
Go to file
2008-02-01 17:30:35 +00:00
.cvsignore update to 1.7.0 2008-02-01 17:30:35 +00:00
install-pear.php update to PEAR-1.6.1 update to Console_Getopt-1.2.3 new spec file using 2007-07-19 18:31:05 +00:00
LICENSE - update to 1.4.9 (thanks to Remi Collet, #183359) 2006-05-08 09:33:59 +00:00
macros.pear update macros.pear : without define 2007-07-16 17:00:49 +00:00
Makefile makefile update to properly grab makefile.common 2007-10-15 19:17:17 +00:00
pear.sh auto-import php-pear-1.4.5-1 on branch devel from php-pear-1.4.5-1.src.rpm 2005-12-01 17:12:57 +00:00
peardev.sh - fix /usr/bin/{pecl,peardev} (#174882) 2005-12-04 16:12:18 +00:00
pecl.sh - fix /usr/bin/{pecl,peardev} (#174882) 2005-12-04 16:12:18 +00:00
php-pear.spec update to 1.7.0 2008-02-01 17:30:35 +00:00
README - update to 1.5.4 2007-05-11 13:36:34 +00:00
relocate.php - relocate array keys safely 2007-02-05 12:47:58 +00:00
sources update to 1.7.0 2008-02-01 17:30:35 +00:00
strip.php - set default sig_keydir to /etc/pearkeys 2005-12-14 09:06:39 +00:00

Upgrading to new versions of PEAR
=================================

Currently no versioned archive of the installer ".phar" archives is
available from upstream; only a single unversioned .phar at the
http://pear.php.net/install-pear-nozlib.phar URL.

This .phar link is not always updated when new versions of PEAR are
released.  When upgrading:

1) download http://pear.php.net/install-pear-nozlib.phar

2) check that it matches the expected version (there will be
references to "PEAR-1.5.4.tar" in the 1.5.4 installer)

3) submit the new .phar to the setaside repo as normal, ensuring
a versioned name is used:

  $ curl http://pear.php.net/install-pear-nozlib.phar \
        > install-pear-nozlib-1.5.4.phar
  $ make upload FILES=install-pear-nozlib-1.5.4.phar

Hopefully in the future a versioned archive of the installer .phars
will be available which will simplify this process.

$Id$