Skip to content

Commit eef6026

Browse files
committed
Document PHP >= 7.2 build options
1 parent 3393c56 commit eef6026

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config.env.default

+9
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ export SSH_KEY="YOUR_KEY_FILE"
1515

1616
# Define this to 1 to skip the final "git push origin" step
1717
#export DRY_RUN=1
18+
19+
# Log the output of ./configure to the named file (>= PHP-7.2)
20+
#export CONFIG_LOG_FILE=/php-build/config.log
21+
22+
# Log the output of make -j2 to the named file (>= PHP-7.2)
23+
#export MAKE_LOG_FILE=/php-build/make.log
24+
25+
# Use N jobs (cpus) for PHP build (>= PHP-7.2)
26+
#export MAKE_JOBS=2

0 commit comments

Comments
 (0)