On Tuesday 06 March 2007 09:20:40 Thomas Weidner wrote: > No, it's part of PHP's SPL... > Probably you are eighter using a lower php version than 5.1.4 > ( the interface requires minimum 5.1.4) > or you are not using a standard installation.
Thank you so much! On FreeBSD 6.2 ports newest PHP 5.2.1 doesn't have SPL compiled in, instead it's an extension and thus gave me the error. After compiling and enabling the extension ZF works as intended. Thank you! > Greetings > Thomas -- Teemu Välimäki
