2004-09-11 10:36:12 UTC
utf8_encode/utf8_decode are not native php functions. they are part of the xml extension.
they are compiled into php by default, but can be disabled by specifying "--disable-xml" in the configure line.
so it looks like your version of php is compiled with "--disable-xml".