Skip to content

Commit ea614a0

Browse files
committed
always add PHP_MANDIR if exists
1 parent fd0ed00 commit ea614a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main/main.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
* @cvalue PHP_SBINDIR
105105
*/
106106
const PHP_SBINDIR = UNKNOWN;
107-
#ifndef PHP_WIN32
107+
#ifdef PHP_MANDIR
108108
/**
109109
* @var string
110110
* @cvalue PHP_MANDIR

main/main_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)