Re: Mixing different versions of PHP extensions

2010-05-12 Thread Toomas Aas

T, 11 mai 2010 kirjutas Antonio Kless antoniok@gmail.com:


2010/5/11 Toomas Aas toomas@raad.tartu.ee



Is it possible to rebuild just the php52-gd extension to a newer version of
php52-gd-5.2.13 and have it working with existing php5-5.2.9 and all the
existing extensions, or would it be asking for trouble?



It is possible as a interim measure, but to have your ports in tip-top state
and to not to have any troubles with dependencies, you have to have the same
versions of php and all of it's extensions.



I tried it out and it seems to work indeed. This is big help in my  
situations, because now I can split one big software upgrade on a  
production server into two smaller, more manageable ones.


--
Toomas Aas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Mixing different versions of PHP extensions

2010-05-11 Thread Antonio Kless
2010/5/11 Toomas Aas toomas@raad.tartu.ee



 Is it possible to rebuild just the php52-gd extension to a newer version of
 php52-gd-5.2.13 and have it working with existing php5-5.2.9 and all the
 existing extensions, or would it be asking for trouble?


It is possible as a interim measure, but to have your ports in tip-top state
and to not to have any troubles with dependencies, you have to have the same
versions of php and all of it's extensions.


-- 
Best regards,
Antonio Kless,
http://kless.spb.ru/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Mixing different versions of PHP extensions

2010-05-10 Thread Toomas Aas

Hello!

I find that due to recent bumps in jpeg and png library versions I  
need to rebuild the gd extension of PHP 5.2 on a server which  
currently has php5-5.2.9 port and a lot of php5-extension-5.2.9  
extension ports installed. In the past, when I've been in a situation  
like this, I have always rebuilt php itself and all the extensions,  
but frankly, it's quite a lot of work because of all the dependencies  
and so on.


Is it possible to rebuild just the php52-gd extension to a newer  
version of php52-gd-5.2.13 and have it working with existing  
php5-5.2.9 and all the existing extensions, or would it be asking for  
trouble?


--
Toomas Aas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org