Hi Everyone,
I am in a fix with an installation for a client where I need PHP version 4.3.10 or above (4.3.x, but not PHP 5). The application we are trying to run will not run on PHP 5.
CentOS 4.5 provides PHP 4.3.9, is there a quick an easy way to have PHP 4.3.10 available on either CentOS 4.5 or CentOS 5
Any pointers will be greatly appreciated.
HI,
I built php-4.3.10 out of http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/SRPMS/php-4.3.10-3.2.src.rpmphp-4.3.10-3.2.src.rpm . http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/SRPMS/php-4.3.10-3.2.src.rpm
It is a fedora project. the above src.rpm is available @ below URL.
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/SRPMS/
Pls downlad it and build it with rpmbuild
On 6/21/07, Devraj Mukherjee devraj@gmail.com wrote:
Hi Everyone,
I am in a fix with an installation for a client where I need PHP version 4.3.10 or above (4.3.x, but not PHP 5). The application we are trying to run will not run on PHP 5.
CentOS 4.5 provides PHP 4.3.9, is there a quick an easy way to have PHP 4.3.10 available on either CentOS 4.5 or CentOS 5
Any pointers will be greatly appreciated.
-- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles) _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Indunil Jayasooriya wrote:
HI, I built [1]php-4.3.10 out of [2]php-4.3.10-3.2.src.rpm . It is a fedora project. the above src.rpm is available @ below URL. [3]http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/SRPMS/ Pls downlad it and build it with rpmbuild
DON'T. This is for FC3 which hasn't seen *any* security updates since around 2 years. This php version is three and a half years old. There have been *SEVERAL* security issues in PHP since then. Installing this version on a machine facing the net is not a very smart idea.
Ralph
Devraj,
I recommend you use PHP 5 which is included in CentOS 5 and is available for CentOS 4 via centosplus. For the most part php 5 is backwards compatible with php 4. In the cases that it is not you should be able to pretty easily update your code to work with 5. See http://us2.php.net/manual/en/faq.migration5.php and try doing a google search for "php migrate 4 5." You'll find plenty of helpful information. This way you will be running a much more recent and secure version of php and you won't have to worry about avoiding php 5 down the road because your code is not compatible.
Devin
On 6/21/07, Devraj Mukherjee devraj@gmail.com wrote:
Hi Everyone,
I am in a fix with an installation for a client where I need PHP version 4.3.10 or above (4.3.x, but not PHP 5). The application we are trying to run will not run on PHP 5.
CentOS 4.5 provides PHP 4.3.9, is there a quick an easy way to have PHP 4.3.10 available on either CentOS 4.5 or CentOS 5
Any pointers will be greatly appreciated.
-- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles) _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos