On 7 May 2014 20:14, Hannes Magnusson <[email protected]> wrote:

> You know. I don't think that server has ssl compiled in.
> I have vague memories of an issue with that fetch_file() code and it
> just crapped big time.
>

If that’s the case, someone should really look at enabling SSL on that box.
:)


>
> -Hannes
>
>
>
>
> On Wed, May 7, 2014 at 12:04 PM, Peter Cowburn <[email protected]> wrote:
> > Commit:    4a82d88bba3ea94a0b44e92d34192778943c6785
> > Author:    Peter Cowburn <[email protected]>         Wed, 7 May
> 2014 20:04:19 +0100
> > Parents:   3b8fa228fc2703fe379ef27edf1b76898db5d3f9
> > Branches:  master
> >
> > Link:
> http://git.php.net/?p=web/master.git;a=commitdiff;h=4a82d88bba3ea94a0b44e92d34192778943c6785
> >
> > Log:
> > Use https for Flickr (web bug #67227)
> >
> > See also http://code.flickr.net/2014/04/30/flickr-
> > api-going-ssl-only-on-june-27th-2014/
> >
> > Bugs:
> > https://bugs.php.net/67227
> >
> > Changed paths:
> >   M  scripts/pregen_flickr
> >
> >
> > Diff:
> > diff --git a/scripts/pregen_flickr b/scripts/pregen_flickr
> > index 6d0fee6..8a74f13 100644
> > --- a/scripts/pregen_flickr
> > +++ b/scripts/pregen_flickr
> > @@ -1,7 +1,7 @@
> >  <?php /* vim: set noet ts=4 sw=4 ft=php: : */
> >
> >  define('FLICKR_GROUP_ID',    '610963@N20');
> > -define('FLICKR_REST_URL',    'http://api.flickr.com/services/rest/');
> > +define('FLICKR_REST_URL',    'https://api.flickr.com/services/rest/');
> >  define('FLICKR_REST_METHOD', 'flickr.groups.pools.getPhotos');
> >  define('FLICKR_REST_FORMAT', 'json');
> >  define('FLICKR_FILE_PREFIX', 'flickr-');
> >
> >
> > --
> > PHP Webmaster List Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>

Reply via email to