summaryrefslogtreecommitdiffstats
path: root/php-upstream.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-28 14:50:02 +0200
committerRemi Collet <remi@remirepo.net>2018-08-28 14:50:02 +0200
commitf5f24587b1ff907d2a73885d7a98c76e28ee93e0 (patch)
tree3d43589bb3eae840c7469392e96c7a4c3a0ae639 /php-upstream.patch
parent741613208ee410e42c0fd3fbe108e6f3db3f11d9 (diff)
v7.3.0beta3
Diffstat (limited to 'php-upstream.patch')
-rw-r--r--php-upstream.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/php-upstream.patch b/php-upstream.patch
deleted file mode 100644
index ea036fd..0000000
--- a/php-upstream.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/sapi/phpdbg/Makefile.frag b/sapi/phpdbg/Makefile.frag
-index e0cdfe25ef..091b1e831c 100644
---- a/sapi/phpdbg/Makefile.frag
-+++ b/sapi/phpdbg/Makefile.frag
-@@ -28,7 +28,7 @@ install-phpdbg: $(BUILD_BINARY)
- @$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT)
- @echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
- @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
-- @$(INSTALL_DATA) $(srcdir)/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
-+ @$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
-
- clean-phpdbg:
- @echo "Cleaning phpdbg object files ..."