Johan Barbier - 2006-03-14 10:06:11 -
In reply to message 1 from Karol Jakubiuk
Hi,
you're right about the bench, I forgot to remove it, it was only here for benching purpose.
Now, what the errors you got ? Some things are mandatory for that class :
- php > 5.1.1 (I use some 5.1.1 features which do not work with any 5.0 version, as calling a method with public function myMethod (array $aArr) for example)
- register_globals off
- accept cookies
- enable js
That should be all.
It is working perfectly (given it's only an alpha version, of course) on several configurations.
So, if you could tell me which errors it gives you, that would help.
(I run it with error_reporting E_ALL, and got none).
Thanks,
Johan