[symfony-users] Re: Is symfony-1.0 compatible with php-5.3 ?

2009-08-25 Thread Davinder Mahal

Just last night I checked out an older project using symfony 1.0.20  
and it appears to be working with php 5.3 after I made one change.

I was having an error regarding zend.ze1_compatibility_mode when the  
project ran. Turns out this was removed in php5.3 and thus the check  
for it needs to be removed from the php.yml file located in symfony/ 
data/config/php.yml

The trac ticket: http://trac.symfony-project.org/ticket/6863

After doing that the project loaded (well the page first page did), so  
it should work but there may be other quirks along the way. QA is  
always going to be important.

Hope that helps.

Davinder

On Aug 25, 2009, at 8:32 AM, rinku wrote:

>
> Hi,
>
> Is symfony-1.0 compatible with php-5.3 ??? Has anybody tried it ??
>
>
> Thanks.
>
> >


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Is symfony-1.0 compatible with php-5.3 ?

2009-08-25 Thread Phennim

I've tried php5.3 with XAMPP. It works, but I got a fatal exception at
first.

[sfParseException]
Configuration file "/Users/phennim/Sites/sf10site/config/../data/
symfony/config/php.yml" specifies key "zend.ze1_compatibility_mode"
which is not a php.ini directive.

Commenting out the key in php.yml removes the exception with no
apparent ill effects.

After that I only get a deprecation warning the first request after a
clear-cache:
Deprecated: Function set_magic_quotes_runtime() is deprecated in /
Users/phennim/Sites/algemeen2/I/ibc-people/lib/symfony/cache/
sfFileCache.class.php on line 484

Other than that it seems to work fine.

On Aug 25, 5:32 pm, rinku  wrote:
> Hi,
>
> Is symfony-1.0 compatible with php-5.3 ??? Has anybody tried it ??
>
> Thanks.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Is symfony-1.0 compatible with php-5.3 ?

2009-08-25 Thread Tom Haskins-Vaughan

I haven't tried it, but from the installation documentation, it would 
appear so:

   http://www.symfony-project.org/installation

rinku wrote:
> Hi,
> 
> Is symfony-1.0 compatible with php-5.3 ??? Has anybody tried it ??
> 
> 
> Thanks.
> 
> > 

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Is symfony-1.0 compatible with php-5.3 ?

2009-08-25 Thread Tamer Higazi

I am using symfony-1.2 with php-5.3 and it goes without problems.


Tamer

rinku schrieb:
> Hi,
> 
> Is symfony-1.0 compatible with php-5.3 ??? Has anybody tried it ??
> 
> 
> Thanks.
> 
> > 

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---