minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

Current Version does not work with PHP 4:4.3.10-21 #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current version does show the news items. There is an error, because a
php function from PHP 5 is used.

When I change the method "istr_replace" in the file plugins/fixdivs.php to
"str_replace" all works as expected. The downside is, that the old string
replace function is case sensitive.

Please advise, if you still want to support PHP4 or not. Btw: The new ajax
version rocks! Go ahead :)

Original issue reported on code.google.com by jan.deic...@gmail.com on 10 Jun 2007 at 6:07

GoogleCodeExporter commented 9 years ago
Yes, I do want to still support PHP4.  I had been thinking that I really should 
set
up a PHP4 server to make sure I haven't done something stupid like this.  For 
now,
you can just remove that file, since it's just a plugin to clean up some very
occasional broken HTML.  I'll try to replace that code with a PHP4 equivalent.

Original comment by stevemin...@gmail.com on 11 Jun 2007 at 12:59

GoogleCodeExporter commented 9 years ago
Should be fixed by revision 74, haven't tested it yet.  I added an 
implementation of
str_ireplace to fof-main.php that will be used only if the function is not 
already
defined.

Original comment by stevemin...@gmail.com on 11 Jun 2007 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by stevemin...@gmail.com on 11 Jun 2007 at 1:10

GoogleCodeExporter commented 9 years ago
That fixed the problem, thanks a lot!

Original comment by jan.deic...@gmail.com on 13 Jun 2007 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by stevemin...@gmail.com on 13 Jun 2007 at 7:19