summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-XML_RSS/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /dev-php/PEAR-XML_RSS/files
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'dev-php/PEAR-XML_RSS/files')
-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);