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
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
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
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
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
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.
>
>
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.
>
> :)
>
>
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)