[symfony-users] Re: Installation on Leopard

2008-02-01 Thread [EMAIL PROTECTED]
dmc:~ dmc$ pear channel-update pear.symfony-project.com Updating channel pear.symfony-project.com Channel pear.symfony-project.com is up to date dmc:~ dmc$ sudo pear remote-list -c symfony File http://pear.symfony-project.com:80/Chiara_PEAR_Server_REST/c/categories.xml not valid (received:

[symfony-users] Re: Installation on Leopard

2007-12-19 Thread Stefan Koopmanschap
For some reason missed this. Zend Core should be good enough as well. i've been wanting to try this out, just need to get myself to actually do that ;) On Dec 18, 11:47 am, Kiril Angov [EMAIL PROTECTED] wrote: Any reason not to usehttp://www.zend.com/en/products/core/index Kupo Teck wrote:

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Stefan Koopmanschap
I am using symfony Leopard with Mysql5, so it will work fine :) On Dec 18, 1:09 am, Teck [EMAIL PROTECTED] wrote: Hi, I've been reading wiki articles on the official site such as: *http://trac.symfony-project.com/wiki/osXDevelopmentEnvironment

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Alexander Deruwe
On 18 Dec 2007, at 01:09, Teck wrote: Is anybody working on Leopard version? I found that on Leopard the easiest way out is to run a development environment in Parallels/VMware and 'symfony sync' to it. PHP on Leopard is version 5.2.4, but with so many things missing it's not even funny.

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Stefan Koopmanschap
just use macports. I have set up my php and mysql using macports, and things are running fine. :) On Dec 18, 11:33 am, Alexander Deruwe [EMAIL PROTECTED] wrote: On 18 Dec 2007, at 01:09, Teck wrote: Is anybody working on Leopard version? I found that on Leopard the easiest way out is to

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Kiril Angov
Any reason not to use http://www.zend.com/en/products/core/index Kupo Teck wrote: Hi, I've been reading wiki articles on the official site such as: * http://trac.symfony-project.com/wiki/osXDevelopmentEnvironment * http://trac.symfony-project.com/wiki/InstallingSymfonyWithoutPearOnMacOSX

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Piers Warmers
or: http://www.mamp.info/en/index.php Which has a free base version. As for Leopard, I had no problem running base symfony apps on the default installs of apache, php and mysql... I did give up on the GD support though, what pain it caused me :) I've run a number of MAMP installs without

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Alexander Deruwe
On 18 Dec 2007, at 11:46, Stefan Koopmanschap wrote: just use macports. I have set up my php and mysql using macports, and things are running fine. :) Ah, might have a look - is PostgreSQL 7.4 in there too? Alexander --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Teck
On Dec 18, 2007, at 8:02 PM, Alexander Deruwe wrote: On 18 Dec 2007, at 11:46, Stefan Koopmanschap wrote: just use macports. I have set up my php and mysql using macports, and things are running fine. :) Ah, might have a look - is PostgreSQL 7.4 in there too? There's PostgreSQl 7.4.

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Wang David
if you've got the compiler installed you can just download the binaries from the sites and compile them. i'm running mysql 5 and php 5.2.4 no problems. mamp is good if you dont have time to compile, etc. but the compiled php doesn't have support for a ton of things like mcrypt and some

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread James
Uh, you don't grab binaries and compile them ;-) (you grab the source ;-) ) James On Dec 18, 2007, at 8:52 AM, Wang David wrote: if you've got the compiler installed you can just download the binaries from the sites and compile them. i'm running mysql 5 and php 5.2.4 no problems.