Thanks all the symfony folks for their effort to release 1.0.10

I have successfully installed symfony 1.0.10 through pear, the problem
is when I check the version of my project, it still says I have 1.0.8.
While it says I already had 1.0.10 as I type symfony -V in any where
else except for my project folder.

I did not freeze my project before nor I accidentally unfreeze it.
Once I tried to freeze it, it said:

 [Exception]
 You can only freeze when lib/symfony is empty.

I guess because the project was created with "symfony init-project"
and symfony ver1.0.8 then it copied all the libraries to my project.
Here is the config.php :

<?php

// symfony directories
$sf_symfony_lib_dir  = dirname(__FILE__).'/../lib/symfony';
$sf_symfony_data_dir = dirname(__FILE__).'/../data/symfony';

So can anyone guide me how to upgrade my current project, if possible
I would like all the lib and date copied to my project folder for the
ease of synchronizing because other coder may have different pear
path / configuration

oh, I almost forget, Merry Xmas and Happy New Year :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to