Seems like I still have to modify the UUID class. The basic Pandra
functions. I replaced the 4 const values by their value, because they
don't exist in pecl uuid. I also removed the reference calls, because
they are deprecated in PHP 5.3.
const UUID_FMT_STR = 1;
const UUID_FMT_BIN = 0;
const UUID_MAKE_V1 = 1;
const UUID_MAKE_V5 = 8;
But the function uuid_make() doesn't exist in pecl uuid. As soon as
the function _generate is called, the script fails.
The nicest solution would be to not have depencies at all. But I'm not
sure if that's possible.
On 21 Apr., 00:15, Nicolas Ruflin <
ruf...@gmail.com> wrote:
> Thanks for the file. It worked without any problems also with the macports php installation. Now I have to test Pandra :-)
>
> --
> Xodoa.com
> Ruflin.com
> text_html_part
> 20KAnzeigenHerunterladen
>
> pastie-435461.diff
> 3KAnzeigenHerunterladen