PHP 5.3 not updating past 5.3.3

UpAllNight

Verified User
Joined
May 23, 2005
Messages
45
Not sure what I'm missing here:

My custombuild options.conf file includes this:

#PHP settings. default_php possible values - 5 or 6
default_php=5
php5_cli=yes
php5_cgi=no​

And this:
php5_ver=5.3
clean_old_tarballs=yes
da_autoupdate=no
webapps_updates=yes​

I ran:
./build update_versions​

But it still shows PHP as:

Latest version of PHP (CLI): 5.3.3
Installed version of PHP (CLI): 5.3.3​

Shouldn't ./build update_versions update PHP to latest 5.3.8?
 
The options.conf looks correct to me. But try this instead:

Code:
./build update
./build php n
 
Thanks for the reply. Before I "try this", I would like to find out what I'm actually doing wrong or missing in my understanding of how it is supposed to work.
 
You must run ./build update for download newer versions.txt so you can check then with ./build versions all the new programs versions avaible.

Regards
 
Back
Top