From: Adam Harvey Date: Sat, 24 Sep 2011 19:16:33 +0000 (+0000) Subject: Fix bug #55769 (Make Fails with "Missing Separator" error) via s/ /^I/. X-Git-Tag: php-5.4.0beta2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f11500df0c33c264e7e2099152eac975a4a5abf5;p=php Fix bug #55769 (Make Fails with "Missing Separator" error) via s/ /^I/. --- diff --git a/NEWS b/NEWS index 7363c04058..047ec86af4 100644 --- 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) diff --git a/sapi/litespeed/Makefile.frag b/sapi/litespeed/Makefile.frag index 99d0832eb1..b70e5e8702 100644 --- a/sapi/litespeed/Makefile.frag +++ b/sapi/litespeed/Makefile.frag @@ -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