summaryrefslogtreecommitdiffstats
path: root/php54.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-05-24 11:29:48 +0200
committerRemi Collet <remi@remirepo.net>2018-05-24 11:29:48 +0200
commit5d823e11d4e55875b25aedf348e18846982a88f1 (patch)
tree626e9b3ba5412c1e56d0298060f7293a08f4562c /php54.patch
parent019947aaae09eaf53186be95b6328d5aec967be6 (diff)
v2.4.0RC3
Diffstat (limited to 'php54.patch')
-rw-r--r--php54.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/php54.patch b/php54.patch
deleted file mode 100644
index 317aafe..0000000
--- a/php54.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up tests/10-event-data-dtor.phpt.old tests/10-event-data-dtor.phpt
---- tests/10-event-data-dtor.phpt.old 2018-05-24 10:02:40.399787966 +0200
-+++ tests/10-event-data-dtor.phpt 2018-05-24 10:02:52.253859826 +0200
-@@ -11,7 +11,7 @@ class _Indicator {
- $this->i = $i;
- }
- public function __destruct() {
-- echo $this->i, "\n";
-+ echo "" . $this->i . "\n";
- }
- }
-