Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-17 Thread Pierre Joye
hi, On Sat, Jul 14, 2012 at 11:29 PM, Brandon Wamboldt wrote: > FYI, data URIs are only supported in IE8 or higher, IE7 and below do not > support them. That's fine, not like it is a mission critical feature anyway. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.or

Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-16 Thread Nikita Popov
On Sat, Jul 14, 2012 at 11:48 PM, Stas Malyshev wrote: > Having the functions to get the images sounds like a good idea, some > sites may want to use them to display the logos. However, I don't think > we should use the same function, as then deciding what the function > actually does is complicat

Re: Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-15 Thread Morgan L. Owens
On 2012-07-15 09:48, Stas Malyshev wrote: Hi! And I actually know of websites using the functions to display the logo.. Is there some way we could provide a BC function for it somehow? Maybe rather then removing the functions, make then return the data uris? Having the functions to get the im

Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-14 Thread Stas Malyshev
Hi! > And I actually know of websites using the functions to display the logo.. > Is there some way we could provide a BC function for it somehow? > Maybe rather then removing the functions, make then return the data uris? Having the functions to get the images sounds like a good idea, some sites

Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-14 Thread Brandon Wamboldt
FYI, data URIs are only supported in IE8 or higher, IE7 and below do not support them. On Sat, Jul 14, 2012 at 6:16 PM, Rasmus Lerdorf wrote: > On 07/14/2012 01:49 PM, Andrew Faulds wrote: > > Hi there, > > > > This is a patch that replaces PHP's infamous logo GUIDs with data URIs > > instead, a

Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-14 Thread Hannes Magnusson
On Sat, Jul 14, 2012 at 9:49 PM, Andrew Faulds wrote: > Hi there, > > This is a patch that replaces PHP's infamous logo GUIDs with data URIs > instead, and also embed PHP credits in the phpinfo() page, hidden > using JavaScript (but gracefully degrading), to eliminate these GUIDs > altogether. > >

Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-14 Thread Rasmus Lerdorf
On 07/14/2012 01:49 PM, Andrew Faulds wrote: > Hi there, > > This is a patch that replaces PHP's infamous logo GUIDs with data URIs > instead, and also embed PHP credits in the phpinfo() page, hidden > using JavaScript (but gracefully degrading), to eliminate these GUIDs > altogether. > > :) > >

[PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs

2012-07-14 Thread Andrew Faulds
Hi there, This is a patch that replaces PHP's infamous logo GUIDs with data URIs instead, and also embed PHP credits in the phpinfo() page, hidden using JavaScript (but gracefully degrading), to eliminate these GUIDs altogether. :) https://github.com/php/php-src/pull/132 -- Andrew Faulds (AJF)