summaryrefslogtreecommitdiffstats
path: root/event-php56.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-26 13:22:30 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-26 13:22:30 +0100
commit28cb035a4b3afaf1a8ebe0537a22db4c5e32944e (patch)
treea8ac1f995a936b38e672440360a282ea401edd2c /event-php56.patch
parentfbd6b645bdb88528fea87e3b24cc3255b61345b8 (diff)
php-pecl-event: package approved, switch back to our spec
Diffstat (limited to 'event-php56.patch')
-rw-r--r--event-php56.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/event-php56.patch b/event-php56.patch
deleted file mode 100644
index 6dd562d..0000000
--- a/event-php56.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/util.h b/src/util.h
-index 57ef991..8c3b652 100644
---- a/src/util.h
-+++ b/src/util.h
-@@ -96,7 +96,7 @@ int _php_event_getsockname(evutil_socket_t fd, zval **ppzaddress, zval **ppzport
-
- #define PHP_EVENT_REQUIRE_BASE_BY_REF(zbase) \
- do { \
-- if (!Z_ISREF_P((zbase))) { \
-+ if (!Z_ISREF_P((zbase)) || Z_REFCOUNT_P(zbase) < 2) { \
- php_error_docref(NULL TSRMLS_CC, E_ERROR, \
- "EventBase must be passed by reference"); \
- } \