libraries\vendor\simplepie\simplepie\library
Version is outofdate. Newer versions all compatible with PHP7 and provide many fixes
Version 1.5
https://github.com/simplepie/simplepie/releases/tag/1.5
Version 1.3.1
Joomla 3.7
PHP 7
I suggest to update the package with latest simplepie version.
Also I suggest to make it package/library extension to able to auto-update each time is required or to include it only on pages that requires that
Labels |
Added:
?
|
See the component from @wilsonge here #10835 (comment) I dont know if he ever did check it
Sorry for that! I searched before on https://issues.joomla.org.
Also seems simplePie library is auto loaded.
Everything in libraries/vendor
is hooked up to Composer's autoloader, which depending on the package configuration will either manually load files when that's included or register mapping definitions so that classes can be loaded. Just because something's registered into the autoloader doesn't mean the entire package is actually loaded into memory.
Thanks!
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-05 14:22:35 | ||||
Closed_By | ⇒ | zstergios |
Status | Closed | ⇒ | New |
Closed_Date | 2017-05-05 14:22:35 | ⇒ | |
Closed_By | zstergios | ⇒ |
I haven't had time to look into it. We have no examples in core, and I just don't have time to do a full code review inspection at the moment :/
For what little it's worth Wordpress haven't decided to go beyond 1.3.1 (their corresponding tracker has been open https://core.trac.wordpress.org/ticket/36669)
Honestly I'd just update it through composer and try it. Worst case is in a subsequent patch we may have to revert back
Ι'm the developer of "Ultimate Feed Display", I have replaced the folder
libraries\vendor\simplepie\simplepie\library with the new folder of version 1.5
I made some tests (through my mod) and I did not faced any crash or misbehavior.
I don't know how to test it further but seems OK to me.
OK well please submit a PR to update the library
You should be aware that this library is not included in Joomla 4
Status | New | ⇒ | Discussion |
Category | ⇒ | External Library |
@zstergios I am closing this at this time. If you want to submit a PR to update simplepie then great
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-14 14:16:54 |
Closed_By | ⇒ | brianteeman |
Also seems simplePie library is auto loaded. This should not be happened, only if extension has requested to load
if(defined('SIMPLEPIE_VERSION')) echo "SIMPLEPIE IS AUTO-LOADED";