6 Commits

Author SHA1 Message Date
sthen
31654e1851 Switch pear to a newer version. We previously used a tarball with a slightly
modified version of the go-pear php script but this was awkward to generate
and newer versions no longer support recent PHP. So instead I have changed
to using an unmodified go-pear.phar archive (mirrored to include a version
number, but there are no changes to the upstream file).

go-pear.phar is normally interactive and doesn't allow presetting parameters
or just piping a simple list of answers, so I am driving it with Expect.pm
instead.

Some bumps/updates to follow as XML-Util moved to the main pear distro.

ok robert@
2016-04-01 18:46:06 +00:00
sthen
3e38070a5d update to pear 1.9.5, ok robert@
tarball is hand-updated from the previous one. the updated dependencies
mean this now works with php 5.5. tested with all of pecl-* and pear-*,
all good with 5.4, only APC fails with 5.5 (and it's no longer supported
there; PHP 5.5 has its own opcode cache anyway)
2014-10-30 11:57:58 +00:00
robert
4036c0a4b7 update to 1.9.4 2011-11-16 13:29:13 +00:00
robert
d7604a28d0 update to pear 1.7.2 which is the current stable
version.
2008-08-22 14:48:53 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
robert
6cd9243157 import of pear-1.5.0;
This port is going to replace the -pear subpackage of www/php5/core.
We have been planning this for a long time now.
Currently is not hooked to the builds, because it needs more testing.
2007-03-19 23:13:23 +00:00