Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #75248 and #75251
This commit is contained in:
Joe Watkins 2017-09-27 06:15:26 +01:00
commit af71942da2
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
2 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -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)
- MySQLi:
. Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)

View 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 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)