git clone git://github.com/dendril/pvm.git
export PATH="$(pwd)/pvm/bin":$PATH
The command pvm
includes all the information inside. Run pvm
for more information.
- root(PVM)
- core/
- config (global conf file with paths and constants)
- versions (list of available php versions)
- modules/
- confirm (confirm message fn)
- macro (macro replacement %%MARK%%)
- php (general bash fn)
- main (pvm arg parsing + fn calls)
- cache/
- cache directory
- tmp/
- compilation tmp directory
- pvm (pvm script)
- core/