PHPでフレームワークのsymfonyを利用する事になったので,とりあえず家で予習です。
とりあえず,インストールしてみました。
[root@localhost bin]# ls
pear peardev pecl php php-config phpize
[root@localhost bin]# ./pear channel-discover pear.symfony-project.com
Adding Channel “pear.symfony-project.com” succeeded
Discovery of channel “pear.symfony-project.com” succeeded
[root@localhost bin]# ./pear install symfony/symfony
downloading symfony-1.0.8.tgz …
Starting to download symfony-1.0.8.tgz (1,908,095 bytes)
……………………..done: 1,908,095 bytes
install ok: channel://pear.symfony-project.com/symfony-1.0.8
[root@localhost bin]#
[root@localhost bin]# ls
pear peardev pecl php php-config phpize symfony
[root@localhost bin]#
[root@localhost bin]# ./symfony -V
symfony version 1.0.8
[root@localhost bin]#