Buchan Milne wrote:
> I have seen this a few times before, but I was just trying davedap (I
> was wanting to steal some php code to show jpegPhoto attributes from
> ldap in a web page, and davedap does - but it's quite cool, I might
> package it), and I had to remove all the utf8_{en,de}code calls,
> otherwise I get this:
>
> Call to undefined function: utf8_decode() in <file>
>
> Oden? Do we need to build with utf8 support?

Time-warp reply, but since there wasn't another reply...

utf8_{decode,encode}() are part of the php-xml package. If you install that,
you should be fine. If you were to package davedp, I'd guess you could just
make it require php-xml...?

- John


Reply via email to