PKP Bugzilla – Bug 8007
Native import/export hrefs don't use proxy settings in config.inc.php
Last modified: 2013-01-18 09:07:44 PST
Native import/export hrefs don't use proxy settings in config.inc.php. When fetching import documents via HTTP, the proxy settings should be used.
It would be nice to make better use of stream wrappers rather than re-inventing the wheel here; see e.g. http://php.net/manual/en/context.http.php
Stream wrappers require PHP 5.3; OJS 2.4.2 requires 5.2. Deferring.