mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
parent
a680d701ce
commit
6d0391b1a4
5
NEWS
5
NEWS
@ -11,6 +11,11 @@ PHP NEWS
|
||||
. Fixed bug #75220 (Segfault when calling is_callable on parent).
|
||||
(andrewnester)
|
||||
|
||||
- litespeed:
|
||||
. Fixed bug #75248 (Binary directory doesn't get created when building
|
||||
only litespeed SAPI). (petk)
|
||||
. Fixed bug #75251 (Missing program prefix and suffix). (petk)
|
||||
|
||||
- SPL:
|
||||
. Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
|
||||
(J. Jeising, cmb)
|
||||
|
@ -5,5 +5,5 @@ $(SAPI_LITESPEED_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_LITESPEED_OB
|
||||
|
||||
install-litespeed: $(SAPI_LITESPEED_PATH)
|
||||
@echo "Installing PHP LiteSpeed binary: $(INSTALL_ROOT)$(bindir)/"
|
||||
@$(INSTALL) -m 0755 $(SAPI_LITESPEED_PATH) $(INSTALL_ROOT)$(bindir)/lsphp
|
||||
|
||||
@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
|
||||
@$(INSTALL) -m 0755 $(SAPI_LITESPEED_PATH) $(INSTALL_ROOT)$(bindir)/$(program_prefix)lsphp$(program_suffix)
|
||||
|
Loading…
Reference in New Issue
Block a user