On Thu, Nov 15, 2012 at 8:26 PM, Philip Olson <phi...@roshambo.org> wrote: > Hello geeks, > > Why does PHP 5.5 remove the *_logo_* functions? Is this a security > related move? Shouldn't these emit E_DEPRECATED errors in 5.5? > > Regards, > Philip > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >
Because the guids were removed. They were replaced with data URIs. It would make sense if there was some function to expose those data URIs to user-land, in the same way that the *_guid functions did, but I guess there isn't. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php