Is it possible to compile only one release of php?

jmanuel

New member
Joined
May 11, 2017
Messages
2
I have low CPU, and wanted to know if I can compile only the release that I will change.
Thanks.
 
Code:
[root@web05 custombuild]# ./build | grep php_expert
| ./build php_expert php_release php_mode |


Example:
./build php_expert 5.4 fastcgi


"./build update_versions" always updates only a single version of PHP, unless update is available for both.
 
Code:
[root@web05 custombuild]# ./build | grep php_expert
| ./build php_expert php_release php_mode |


Example:
./build php_expert 5.4 fastcgi


"./build update_versions" always updates only a single version of PHP, unless update is available for both.

Thank you very much
 
Back
Top