Skip to content

Commit 28fe6b7

Browse files
committed
fixed build fail
1 parent 851e051 commit 28fe6b7

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

config.m4

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ PHP_ARG_WITH(filebin, for filebin support,
8787

8888
#echo "_______________________________________________________"
8989

90-
if test "x$PHP_EXECUTABLE" = "xNONE"; then
91-
PHP_EXECUTABLE="/usr/bin/php"
92-
fi
90+
#if test "x$PHP_EXECUTABLE" = "xNONE"; then
91+
# PHP_EXECUTABLE="/usr/bin/php"
92+
#fi
9393

9494
if test "$PHP_FILEBIN" != "no"; then
9595
AC_DEFINE(HAVE_FILEBIN,1,[ ])

filebin.stub.php

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
<?php
2-
3-
/** @generate-function-entries **/
4-
52
function filebin(string $path, int|string $flag = MAGIC_NONE, string|int $magic_path = MAGIC_FILE): string|false { }

0 commit comments

Comments
 (0)