On Fri, Nov 16, 2012 at 10:38 PM, Sherif Ramadan <theanomaly...@gmail.com>wrote:
> Obviously it doesn't make sense to use the same function names for the > data uris, but why weren't new functions added to expose the data uris > to userspace in the same way we used to expose the guids to userspace? > > It only seems to make sense that we'd continue to do that and it's > such a simple fix to replace the functions with new ones. I honestly > don't care too much about this particular feature myself, but it > sounds pretty silly that this PR did not include the new functions for > exposing the uris. > > My 0.00002 cents... > Why would you need those data uris? I mean, if you want to embed a PHP logo, then just embed that logo. If you want to put an image on a website, you would usually also just include that .png, rather than creating a data URI from it and embedding that. I don't see a reason to expose those uris. Nikita