Home
last modified time | relevance | path

Searched refs:PHP_FOLDER (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/
H A Dtests.sh494 PHP_FOLDER=`find /usr/local -type d -name "php5-5.6*"` # The folder name may change upon time
495 test ! -z "$PHP_FOLDER"
496 export PATH="$PHP_FOLDER/bin:$PATH"
562 PHP_FOLDER=`find /usr/local -type d -name "php5-7.0*"` # The folder name may change upon time
563 test ! -z "$PHP_FOLDER"
564 export PATH="$PHP_FOLDER/bin:$PATH"
582 PHP_FOLDER=`find /usr/local -type d -name "php5-7.3*"` # The folder name may change upon time
583 test ! -z "$PHP_FOLDER"
584 export PATH="$PHP_FOLDER/bin:$PATH"

Completed in 2 milliseconds