summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch')
-rw-r--r--dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch b/dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch
new file mode 100644
index 000000000000..b78765cb80ea
--- /dev/null
+++ b/dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch
@@ -0,0 +1,12 @@
+diff -aurN a/XML/RSS.php b/XML/RSS.php
+--- a/XML/RSS.php 2017-03-07 14:16:38.000000000 -0500
++++ b/XML/RSS.php 2022-01-11 09:09:34.745242886 -0500
+@@ -202,7 +202,7 @@
+ * @return void
+ * @access private
+ */
+- function startHandler($parser, $element, &$attribs)
++ function startHandler($parser, $element, $attribs)
+ {
+ if (substr($element, 0, 4) == "RSS:") {
+ $element = substr($element, 4);