Categories
symfony

upgrade to symfony 1.4

Was trying to upgrade to symfony 1.4 from symfony 1.2 without luck. After a few attempts to upgrade with usual command “pear upgrade symfony/symfony-1.4.0” and “pear upgrade symfony” I decided today is wrong day for upgrade it always returned:

File http://pear.symfony-project.com:80/Chiara_PEAR_Server_REST/p/packages.xml not valid (received: HTTP/1.1 404 Not Found

So I thought there must be something with pear server. Later I remembered that read Fabien’s article about new pear server Pirum. After that I digged into PEAR syntax and figured out useful task “channel update”, so eventually in order to upgrade I had to run:

pear channel-update pear.symfony-project.com
pear upgrade symfony/symfony-1.4.0

Whoo-hoo! Now am configuring Diem 5.0 Alpha 5 for testing. It looks fabulous by the way..

Leave a Reply

Your email address will not be published. Required fields are marked *