summaryrefslogtreecommitdiffstats
path: root/221.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-03 06:58:12 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-03 06:58:12 +0100
commitab25012954db438005d3d335b20c3e9f5a460850 (patch)
treec869f802b50fd73d061c23cce37f34b93a589257 /221.patch
parent85af69307f44c795cd2c05e45d905ffaa1ab2f54 (diff)
php-pecl-xdebug: 2.4.0RC2
Diffstat (limited to '221.patch')
-rw-r--r--221.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/221.patch b/221.patch
deleted file mode 100644
index 9244f65..0000000
--- a/221.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 7d540886765540e593c2dc89d63e41504697f1b2 Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-Date: Thu, 5 Nov 2015 19:13:33 +0100
-Subject: [PATCH] fix build on i686
-
----
- xdebug_code_coverage.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/xdebug_code_coverage.c b/xdebug_code_coverage.c
-index 6c52f81..8745b04 100644
---- a/xdebug_code_coverage.c
-+++ b/xdebug_code_coverage.c
-@@ -554,7 +554,7 @@ static zend_brk_cont_element* xdebug_find_brk_cont(zend_uint nest_levels, int ar
-
- static int xdebug_find_jump(zend_op_array *opa, unsigned int position, long *jmp1, long *jmp2)
- {
--#if PHP_VERSION_ID < 70000
-+#if defined(ZEND_USE_ABS_JMP_ADDR) || PHP_VERSION_ID < 70000
- zend_op *base_address = &(opa->opcodes[0]);
- #endif
-