Skip to content

Commit 76deff8

Browse files
committed
Update docs
This removes describing modules that are dedicated for extensions or SAPIs as they aren't meant to be used globally. Linker flags configuration variables updated.
1 parent 420409d commit 76deff8

File tree

8 files changed

+4
-195
lines changed

8 files changed

+4
-195
lines changed

bin/make-docs.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,7 @@ function generateDocs(
150150
'cmake/modules',
151151
'cmake/modules/Packages',
152152
'cmake/modules/PHP',
153-
'ext/opcache/cmake',
154-
'ext/posix/cmake',
155-
'ext/session/cmake',
156153
'ext/skeleton/cmake/modules/FindPHP.cmake',
157-
'sapi/fpm/cmake',
158-
'sapi/phpdbg/cmake',
159154
];
160155

161156
$baseDir = __DIR__ . '/../cmake';

docs/cmake/configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3676,8 +3676,10 @@ A list of Autoconf `configure` command-line configuration options, Windows
36763676
<td>LDFLAGS=&quot;...&quot;</td>
36773677
<td>LDFLAGS=&quot;...&quot;</td>
36783678
<td>
3679-
CMAKE_EXE_LINKER_FLAGS=&quot;...&quot;<br>
3680-
CMAKE_SHARED_LINKER_FLAGS=&quot;...&quot;
3679+
CMAKE_EXE_LINKER_FLAGS_INIT=&quot;...&quot;<br>
3680+
CMAKE_MODULE_LINKER_FLAGS_INIT=&quot;...&quot;<br>
3681+
CMAKE_SHARED_LINKER_FLAGS_INIT=&quot;...&quot;<br>
3682+
CMAKE_STATIC_LINKER_FLAGS_INIT=&quot;...&quot;
36813683
</td>
36823684
<td>linker flags</td>
36833685
</tr>

docs/cmake/modules/fpm/CheckListeningQueue.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/cmake/modules/fpm/CheckTrace.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/cmake/modules/opcache/CheckSHM.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/cmake/modules/phpdbg/CheckTiocgwinsz.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/cmake/modules/posix/CheckTtynameR.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/cmake/modules/session/CheckPreadPwrite.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)