File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ PHP NEWS
6
6
. Fixed bug #75220 (Segfault when calling is_callable on parent).
7
7
(andrewnester)
8
8
9
+ - litespeed:
10
+ . Fixed bug #75248 (Binary directory doesn't get created when building
11
+ only litespeed SAPI). (petk)
12
+ . Fixed bug #75251 (Missing program prefix and suffix). (petk)
13
+
9
14
28 Sep 2017, PHP 7.2.0RC3
10
15
11
16
- Core
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ $(SAPI_LITESPEED_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_LITESPEED_OB
5
5
6
6
install-litespeed : $(SAPI_LITESPEED_PATH )
7
7
@echo " Installing PHP LiteSpeed binary: $( INSTALL_ROOT) $( bindir) /"
8
- @$(INSTALL ) -m 0755 $( SAPI_LITESPEED_PATH ) $( INSTALL_ROOT )$(bindir )/lsphp
9
-
8
+ @$(mkinstalldirs ) $( INSTALL_ROOT )$(bindir )
9
+ @ $( INSTALL ) -m 0755 $( SAPI_LITESPEED_PATH ) $( INSTALL_ROOT )$( bindir ) / $( program_prefix ) lsphp $( program_suffix )
You can’t perform that action at this time.
0 commit comments