PHP Unattended
Is there a way to run easyapache from the shell and just upgrade PHP on an unattended console?
For example when PHP 5.4.34 is released, is there a single command that can be run on the shell to run through easyapache and compile PHP 5.3.34 with the same option that are currently in place?
-
Hello :) You could use a command such as: /scripts/easyapache --build
This will start the build right away, however a new version of PHP is only installed if the previous version is no longer offered (e.g. 5.4.33 over 5.4.32). Thank you.0
Please sign in to leave a comment.
Comments
1 comment