Commit 4bae3fb
committed
Fix extension dependencies a bit further
This now parses extensions CMakeLists.txt by only the add_dependencies()
usage. It sorts, configures extensions in the ext directory and emits
warnins or errors in a bit more intuitive manner.
Traversing of ext directories is moved to its own CMakeLists.txt for
now.
PDO* extensions dependent options simplified to regular option().
The configuration "titles" are refactored a bit due to CMake GUIs and
all sorts of log formats.
For the time being the PHP_SOURCE_DIR is indicator whether the extension
is built in the php-src or as a standalone extension.1 parent 6cfced9 commit 4bae3fb
File tree
16 files changed
+285
-481
lines changed- cmake
- Zend
- cmake
- modules/PHP
- ext
- oci8
- pdo_dblib
- pdo_firebird
- pdo_mysql
- pdo_oci
- pdo_odbc
- pdo_pgsql
- pdo_sqlite
- tokenizer
- sapi
16 files changed
+285
-481
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
43 | 38 | | |
44 | 39 | | |
45 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
| |||
0 commit comments