PHP5 (CGI) 5.3.28 to 5.3.29 update is available

netsolid

Verified User
Joined
Feb 8, 2010
Messages
36
One of our servers keeps mailing "PHP5 (CGI) 5.3.28 to 5.3.29 update is available". When we do a build update_versions it keeps updating php. PHP is already version 5.3.29.

how can we stop this?
 
no, it installs like any other server. php -v gives PHP 5.3.29 (cli) (built: Aug 25 2014 08:55:36)
 
what can we do to prevent this? Is there an way to "reset" custombuild from generating this messages?
 
It would be hard to answer the question without access to your server. Feel free to PM me to check the server (free of cost).
 
Code:
cd /usr/local/directadmin/custombuild
./build versions
 
Code:
cd /usr/local/directadmin/custombuild
./build versions

Latest version of PHP5 (CGI): 5.3.29
Installed version of PHP5 (CGI): 5.3.28

PHP5 (CGI) 5.3.28 to 5.3.29 update is available.

php -v
PHP 5.3.29 (cli) (built: Aug 25 2014 08:55:36)

How does it check the php version?
 
Last edited:
Problem solved, we had an old /custom/suphp/configure.php5 with some non default paths in it.
 
Back
Top