[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

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
I found the solution... in the new php.ini there is pdo_mysql.default_socket= I set it to my mysql socket.. and now it works!!! 2009/9/23 andrea cecchetto : > But  phpmyadmin use mysqli.. symfony uses pdo_mysql > > 2009/9/23 Romain de Wolff : >> >> There seems to be a config problem. >> >> But

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
But phpmyadmin use mysqli.. symfony uses pdo_mysql 2009/9/23 Romain de Wolff : > > There seems to be a config problem. > > But your phpmyadmin works you said... so that could be in Symfony's > Project Config. > > Rom > > Le 23 sept. 2009 à 15:42, andrea cecchetto a écrit : > >> >> i rechecked my

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
How I get this error: PDO Connection Error: SQLSTATE[HY000] [2002] Invalid argument 2009/9/23 Eno : > > On Wed, 23 Sep 2009, andrea cecchetto wrote: > > >> PDO Connection Error: SQLSTATE[HY000] [2002] Connection refused >> >> i didn't do anything. >> >> What can i do?? > > Did you clear c

[symfony-users] Re: php 5.3

2009-09-23 Thread Romain de Wolff
There seems to be a config problem. But your phpmyadmin works you said... so that could be in Symfony's Project Config. Rom Le 23 sept. 2009 à 15:42, andrea cecchetto a écrit : > > i rechecked my phpinfo()... > and i found this: > Directive Local Value Master Value > pdo_mysql.cache_

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
i rechecked my phpinfo()... and i found this: Directive Local Value Master Value pdo_mysql.cache_size20002000 pdo_mysql.default_socketno valueno value no value?? 2009/9/23 andrea cecchetto : > How I get this error: >       PDO Connection Error: SQLSTATE[HY000]

[symfony-users] Re: php 5.3

2009-09-23 Thread Eno
On Wed, 23 Sep 2009, andrea cecchetto wrote: > PDO Connection Error: SQLSTATE[HY000] [2002] Connection refused > > i didn't do anything. > > What can i do?? Did you clear cache and rebuild your models? -- --~--~-~--~~~---~--~~ You received this message be

[symfony-users] Re: php 5.3

2009-09-23 Thread Eno
On Wed, 23 Sep 2009, Romain de Wolff wrote: > > That seems okay. > > Maybe this thread can help : > > http://www.magentocommerce.com/boards/viewthread/7901/ > > Anyone else got an idea? > When PHP was upgraded, was Apache restarted? The error says connection refused, so either MySQL isn't r

[symfony-users] Re: php 5.3

2009-09-23 Thread Romain de Wolff
That seems okay. Maybe this thread can help : http://www.magentocommerce.com/boards/viewthread/7901/ Anyone else got an idea? Le 23 sept. 2009 à 11:22, andrea cecchetto a écrit : > > this is my phpinfo > > > PDO > PDO support enabled > PDO drivers mysql, pgsql, sqlite > > pdo_mysql > PDO

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
this is my phpinfo PDO PDO support enabled PDO drivers mysql, pgsql, sqlite pdo_mysql PDO Driver for MySQLenabled Client API version mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $ Persistent cacheenabled put_hits0 put_misses 0 get_hits0 get_miss

[symfony-users] Re: php 5.3

2009-09-23 Thread Romain de Wolff
Try a phpinfo(), see if the PDO link with MySQL is enabled. Le 23 sept. 2009 à 11:14, andrea cecchetto a écrit : > > Yes :) I enabled mysql.. phpmyadmin works well!! :) > > 2009/9/23 Romain de Wolff : >> >> Did you enable mysql? >> >> Le 23 sept. 2009 à 10:41, andrea cecchetto a écrit : >> >>> >

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
Yes :) I enabled mysql.. phpmyadmin works well!! :) 2009/9/23 Romain de Wolff : > > Did you enable mysql? > > Le 23 sept. 2009 à 10:41, andrea cecchetto a écrit : > >> >> Hi guys, >> Today on my archlinux, i upgraded php to the latest php 5.3, from php >> 5.2.10. I went to my application and i ge

[symfony-users] Re: php 5.3

2009-09-23 Thread Romain de Wolff
check that your MySQL is running and that the user and password works. Le 23 sept. 2009 à 11:06, andrea cecchetto a écrit : > > I'm sorry, but i think yesterday with "old" php my webapp works.. > today with the new php doesn't. > .. I use doctrine as ORM on mysql Server version: 5.1.38. > this d

[symfony-users] Re: php 5.3

2009-09-23 Thread Romain de Wolff
Did you enable mysql? Le 23 sept. 2009 à 10:41, andrea cecchetto a écrit : > > Hi guys, > Today on my archlinux, i upgraded php to the latest php 5.3, from php > 5.2.10. I went to my application and i get this error > > PDO Connection Error: SQLSTATE[HY000] [2002] Connection refused > > i didn't

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
I'm sorry, but i think yesterday with "old" php my webapp works.. today with the new php doesn't. .. I use doctrine as ORM on mysql Server version: 5.1.38. this database.yml all: doctrine: class: sfDoctrineDatabase param: dsn: mysql://andrea:andre...@127.0.0.1/studiomulticentrico

[symfony-users] Re: php 5.3

2009-09-23 Thread Szabolcs Heilig
Hi, Can you be more specific? What database backend do you use? What's in your databases.yml? Szabolcs Heilig Hi guys, > Today on my archlinux, i upgraded php to the latest php 5.3, from php > 5.2.10. I went to my application and i get this error > > PDO Connection Error: SQLSTATE[HY000] [2002]