PHP 7.0.2 is not a valid setting for...

zmippie

Verified User
Joined
Apr 19, 2015
Messages
161
This may be a noob question, but I couldn't find the answer in my searches. Why can't I update my PHP 7.0 to 7.0.1 or 7.0.2 through these commands:

Code:
./build set php2_release 7.0.2

I'm getting:

Code:
7.0.2 is not a valid setting for php2_release option.

I see the 7.0.2 packages in the CustomBuild directories. Is there any other action that I need to perform for getting this update?

Thanks.
 
Hello,

As for PHP 7 you should specify "7.0":

Code:
./build set php2_release 7.0

it is versions.txt and custom_versions.txt where a full number of version can be specified.
 
Hello,

As for PHP 7 you should specify "7.0":

Code:
./build set php2_release 7.0

it is versions.txt and custom_versions.txt where a full number of version can be specified.

Okay, so that's how this works. Thanks zEitEr.
Apparantly, versions.txt gets updated regularly. I see the notation for php versions is different in versions.txt. For PHP 7.0 it says "php70". Slightly confusing.
 
Back
Top