[symfony-users] Re: PHP 5.3.x on Leopard

2011-01-03 Thread Julian Reyes Escrigas
all problems flyout with ./configure && make && make install :) thanks for all and i downloaded the last version from php.net the 5.3.4 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscri

[symfony-users] Re: PHP 5.3.x on Leopard

2010-12-25 Thread Julian Reyes Escrigas
thanks that is the solution -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegrou

[symfony-users] Re: PHP 5.3.x on Leopard

2010-12-25 Thread Dominik Tuleweit
ok, but i think that on your system there are also 2 times php installed, one 5.2.x and one 5.3 ; for using php on the terminal (CLI Version) the old one is "registered" but you need the new one. so my thought is, that you search for the place of your 5.3.x version and add a symlink in your /

[symfony-users] Re: PHP 5.3.x on Leopard

2010-12-25 Thread Julian Reyes Escrigas
domink you dont understand me i need change the command php, by default php 5.3 without select a specify folder -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Grou

Re: [symfony-users] Re: PHP 5.3.x on Leopard

2010-12-25 Thread Dominik Tuleweit
be sure that you have the ./ before php -v: copy&paste this: ./php -v Am 25.12.2010 um 15:45 schrieb Julian Reyes Escrigas: when i typo php -v on /usr/bin or every place showme the 5.2.8 and i have installed 5.3.4 with brew -- If you want to report a vulnerability issue on symfony, please

[symfony-users] Re: PHP 5.3.x on Leopard

2010-12-25 Thread Julian Reyes Escrigas
when i typo php -v on /usr/bin or every place showme the 5.2.8 and i have installed 5.3.4 with brew -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony us

Re: [symfony-users] Re: PHP 5.3.x on Leopard

2010-12-24 Thread Dominik Tuleweit
go to your "/usr/bin" directory and type: ./php -v is this the old one? 5.2.8 when you type: php -v what version is displayed? on my installed system, when i type "php -v" it is 5.3 i also used leo 10.5.8 have you uncomment php5 in your apache httpd.conf ? /etc/apache2/httpd.conf #LoadModule

[symfony-users] Re: PHP 5.3.x on Leopard

2010-12-24 Thread Julian Reyes Escrigas
yes i installed macport before and when install pear show me lots of warning and now i'm using brew a installed php 5.3.4 with pear but when i type php -v on terminal show me the leopard default version and i need use the version installe for Brew /usr/local/Cellar/php* can help me and wher