We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98cc10 commit 19c1aa5Copy full SHA for 19c1aa5
docs/cmake/differences.md
@@ -9,11 +9,12 @@ build system:
9
10
* Added pkg-config .pc files
11
12
- Once installed, there are two .pc files available in system `pkgconfig`
+ Once installed, there are three .pc files available in system `pkgconfig`
13
directory:
14
15
* php.pc - for building PHP extensions
16
* php-embed.pc - for embedding PHP into application
17
+ * phpdbg.pc - for PHP Debugger SAPI module library.
18
19
These can be then used with the pkg-config (pkgconf) tool:
20
0 commit comments