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 @@ -11,6 +11,11 @@ PHP NEWS
11
11
. Fixed bug #75220 (Segfault when calling is_callable on parent).
12
12
(andrewnester)
13
13
14
+ - litespeed:
15
+ . Fixed bug #75248 (Binary directory doesn't get created when building
16
+ only litespeed SAPI). (petk)
17
+ . Fixed bug #75251 (Missing program prefix and suffix). (petk)
18
+
14
19
- SPL:
15
20
. Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
16
21
(J. Jeising, cmb)
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