LoginSignup
1
2

More than 5 years have passed since last update.

Pearのアップデート

Posted at

忘れがちなのでメモっときます。

とりあえずバージョン確認

$ pear version

新規チャネルを自動的に探すように設定

$ sudo pear config-set auto_discover 1

あとは、一気にいきます

$ sudo pear channel-update pear.php.net
Password:
Updating channel "pear.php.net"
Update of Channel "pear.php.net" succeeded
$ sudo pear upgrade-all
.
.
.
.
Build process completed successfully
Installing '/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so'
upgrade-all ok: channel://pecl.php.net/xdebug-2.2.0
upgrade-all ok: channel://pear.php.net/File_Archive-1.5.5
upgrade-all ok: channel://pear.phpmd.org/PHP_PMD-1.3.3
upgrade-all ok: channel://pear.phpunit.de/PHP_CodeCoverage-1.1.2
upgrade-all ok: channel://pear.phpunit.de/PHPUnit-3.6.11
upgrade-all ok: channel://pear.phpunit.de/DbUnit-1.1.2
upgrade-all ok: channel://pear.phpunit.de/PHPUnit_Selenium-1.2.7
configuration option "php_ini" is not set to php.ini location
You should add "extension=mongo.so" to php.ini
configuration option "php_ini" is not set to php.ini location
You should add "extension=mongo.so" to php.ini
configuration option "php_ini" is not set to php.ini location
You should add "extension=xdebug.so" to php.ini
$ 

xdebugが更新されたようです。
開発環境は、たまにはアップデートしといたほうがいいですね。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2