I used /scripts/easyapache and chosed php 4.3.4 to be compiled but the script compiled 4.3.3 although I saw that the script downloaded php 4.3.4. I am using FreeBSD 4.9. Does anybody have any idea what is wrong ?
I used /scripts/easyapache and chosed php 4.3.4 to be compiled but the script compiled 4.3.3 although I saw that the script downloaded php 4.3.4. I am using FreeBSD 4.9. Does anybody have any idea what is wrong ?
Yeah i had the same problem, but I am using Linux..
Weird. I tried to upgrade from 4.3.3 to 4.3.4 from WHM twice but it still gave 4.3.3. But after doing it using /scripts/easyapache (and selected 4.3.4), it works.
SuperBaby
Hi iko,
FreeBSD does not include any version of PHP by default, and so is not vulnerable. If you want to upgrade your PHP version, follow these steps,
(1) Download the PHP version you need.
(2) compile it with the configure command you have in your
old php version, which can be known from phpinfo.php
file.
(3) Proceed the steps found in your INSTALL file.
(4) Restart Apache
(5) Create on phpinfo.php file like this
<?php
phpinfo();
?>
Call this file in your browser and it will give you the correct version of PHP and the modules installed.
Regards,
Bright![]()