This is a discussion on PHP 4.3.10 > Update within the PHP Language forums, part of the PHP Programming Forums category; hi, i need to update my webserver (apache2 w/ php4.3.4, suse 9.1 pro) to php4.3.10. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi,
i need to update my webserver (apache2 w/ php4.3.4, suse 9.1 pro) to php4.3.10. can i do this update with the rpm from ftp://ftp.suse.com/pub/projects/apache/php4/9.1-i386/ and what is the right one? i already updated the zend optimizer. is there any (working) howto for updating to 4.3.10 or setting up 5.0.3 that i missed? thank you for any quick help! MikeM |
|
|||
|
Hello,
on 12/29/2004 06:57 PM MikeM said the following: > i need to update my webserver (apache2 w/ php4.3.4, suse 9.1 pro) to > php4.3.10. > > can i do this update with the rpm from > ftp://ftp.suse.com/pub/projects/apache/php4/9.1-i386/ and what is the right > one? i already updated the zend optimizer. > > is there any (working) howto for updating to 4.3.10 or setting up 5.0.3 that > i missed? Just pick the relevant RPM files for your distribution and do rpm --test -Uvh *.rpm . If it does not produce any complaints, then log as root and do rpm -Uvh *.rpm . Anyway, it may not a good idea to upgrade to php 4.3.10 now. There are some serious compatibility problems that may affect your applications. PHP 4.3.11 will probably be out early in January. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html |