Skip to content

Commit 33c26fb

Browse files
committed
[skip ci] Add notes to CONTRIBUTING.md and sync variable names
1 parent 1de4e4b commit 33c26fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,11 @@ locations.
235235
└─ cli/
236236
├─ mime_type_map.h # Generated by `sapi/cli/generate_mime_type_map.php`
237237
└─ ...
238+
└─ embed/
239+
├─ php-embed.pc.in # pkg-config metadata file
240+
└─ ...
238241
└─ ...
239-
├─ scripts/ # php-config, phpize and internal development scripts
242+
├─ scripts/ # php-config, phpize, pkg-config, and internal development scripts
240243
├─ tests/ # Core features tests
241244
└─ win32/ # Windows build system files
242245
├─ cp_enc_map.c # Generated by `win32/cp_enc_map_gen.exe`

sapi/embed/php-embed.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libdir=@orig_libdir@
77
# PHP extension directory containing dynamically loadable PHP extensions.
88
php_extension_dir=@EXTENSION_DIR@
99
# PHP version as integer.
10-
php_version_id=@PHP_VERSION_ID@
10+
php_vernum=@PHP_VERSION_ID@
1111
# The path where to scan for additional INI configuration files.
1212
php_ini_dir=@EXPANDED_PHP_CONFIG_FILE_SCAN_DIR@
1313
# The path in which to look for php.ini.

0 commit comments

Comments
 (0)