]> granicus.if.org Git - php/commitdiff
Fix bug #55769 (Make Fails with "Missing Separator" error) via s/ /^I/.
authorAdam Harvey <aharvey@php.net>
Sat, 24 Sep 2011 19:16:33 +0000 (19:16 +0000)
committerAdam Harvey <aharvey@php.net>
Sat, 24 Sep 2011 19:16:33 +0000 (19:16 +0000)
NEWS
sapi/litespeed/Makefile.frag

diff --git a/NEWS b/NEWS
index 7363c040585788043344ec753afde03120761d93..047ec86af4900d37c301c221d1b31207095426f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ PHP                                                                        NEWS
   . Fixed bug #55747 (request headers missed in $_SERVER). (Laruence)
   . Fixed bug #55755 (SegFault when outputting header WWW-Authenticate). (Laruence)
 
+- Litespeed SAPI:
+  . Fixed bug #55769 (Make Fails with "Missing Separator" error). (Adam)
+
 15 Sep 2011, PHP 5.4.0 Beta
 - General improvements:
   . Added callable typehint. (Hannes)
index 99d0832eb14abc156bd47a90033d61d9792367c6..b70e5e8702933614a51daf34a3b55d2e123a3273 100644 (file)
@@ -5,5 +5,5 @@ $(SAPI_LITESPEED_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_LITESPEED_OB
 
 install-litespeed: $(SAPI_LITESPEED_PATH)
        @echo "Installing PHP LitSpeed binary:   $(INSTALL_ROOT)$(bindir)/"
-    @$(INSTALL) -m 0755 $(SAPI_LITESPEED_PATH) $(INSTALL_ROOT)$(bindir)/lsphp
+       @$(INSTALL) -m 0755 $(SAPI_LITESPEED_PATH) $(INSTALL_ROOT)$(bindir)/lsphp