You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guide/build-on-windows.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,8 @@ You can try to use the following commands:
159
159
160
160
-`--with-clean`: clean up old make files before compiling PHP
161
161
-`--enable-zts`: Make compiled PHP thread-safe version (default is NTS version)
162
-
-`--with-libs=XXX,YYY`: Compile the specified dependent library before compiling PHP, and activate some extension optional functions
162
+
-`--with-libs=XXX,YYY`: Compile the specified dependent library before compiling PHP, and activate some extension optional functions
163
+
-`--with-config-file-path=XXX`: Set the path in which to look for php.ini
163
164
-`-I xxx=yyy`: Hard compile INI options into PHP before compiling (support multiple options, alias is `--with-hardcoded-ini`)
164
165
-`--with-micro-fake-cli`: When compiling micro, let micro's `PHP_SAPI` pretend to be `cli` (for compatibility with some programs that check `PHP_SAPI`)
165
166
-`--disable-opcache-jit`: Disable opcache jit (enabled by default)
Copy file name to clipboardExpand all lines: docs/en/guide/manual-build.md
+1
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,7 @@ You can try to use the following commands:
304
304
-`--enable-zts`: Make compiled PHP thread-safe version (default is NTS version)
305
305
-`--no-strip`: Do not run `strip` after compiling the PHP library to trim the binary file to reduce its size (the macOS binary file without trim can use dynamically linked third-party extensions)
306
306
-`--with-libs=XXX,YYY`: Compile the specified dependent library before compiling PHP, and activate some extended optional functions (such as libavif of the gd library, etc.)
307
+
-`--with-config-file-path=XXX`: Set the path in which to look for php.ini
307
308
-`-I xxx=yyy`: Hard compile INI options into PHP before compiling (support multiple options, alias is `--with-hardcoded-ini`)
308
309
-`--with-micro-fake-cli`: When compiling micro, let micro's `PHP_SAPI` pretend to be `cli` (for compatibility with some programs that check `PHP_SAPI`)
309
310
-`--disable-opcache-jit`: Disable opcache jit (enabled by default)
0 commit comments