Skip to content

Commit 6895f34

Browse files
committed
Update docs
1 parent 9f98e4a commit 6895f34

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,16 +3301,17 @@ A list of Autoconf `configure` command-line configuration options, Windows
33013301
</tr>
33023302
<tr>
33033303
<td>--without-pear</td>
3304-
<td></td>
3304+
<td>N/A</td>
33053305
<td>PHP_PEAR=OFF</td>
33063306
<td>default</td>
33073307
</tr>
33083308
<tr>
33093309
<td>&emsp;--with-pear[=DIR]</td>
3310-
<td></td>
3310+
<td>N/A</td>
33113311
<td>
33123312
PHP_PEAR=ON<br>
3313-
[PHP_PEAR_DIR=DIR]
3313+
[PHP_PEAR_DIR=DIR]<br>
3314+
[PHP_PEAR_TEMP_DIR=DIR]<br>
33143315
</td>
33153316
<td></td>
33163317
</tr>

docs/windows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ nmake
9898

9999
# Built files reside in the <architecture>\Release_TS directory. For example
100100
x64\Release_TS\php.exe -v
101+
102+
# Or run the PHP executable with nmake
103+
nmake /nologo run ARGS=-v
104+
105+
# To run tests:
106+
nmake test
101107
```
102108

103109
## 4. The configure.bat command-line options

0 commit comments

Comments
 (0)