Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full-Text RSS included as a script instead of file_get_contents call. Tnx to @Faless. Fix issues #366 and #463 #472

Merged
merged 2 commits into from
Feb 20, 2014

Conversation

mariroz
Copy link
Contributor

@mariroz mariroz commented Feb 19, 2014

a few words why these errors happen (i.e. why it is better to call script inline), on my opinion. My view is, that problem is often not in php settings, but a level up: in virtual host config (like with digest auth) or even with firewall settings: result is impossibility to call makefulltextfeed.php via http from running script. This makes the problem hard to repeat and investigate. With this fix we eliminate this problem.
Small note: this code is (a bit like) workaround, and if you plan long life for v.1, maybe, there is a reason to make it more native (important word here is "maybe", we can always refactor it later).

@mariroz
Copy link
Contributor Author

mariroz commented Feb 20, 2014

this pull request now also contains changes for issue #474.

@nicosomb nicosomb merged commit e83cf5a into wallabag:dev Feb 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants