Open GoogleCodeExporter opened 9 years ago
NOTE
Right now due to many work I don't have much time to make changes and fix bugs.
If some-one wants to, mail me and I'll give you access to sources
Original comment by T.Kalapun
on 11 Nov 2009 at 9:22
the class was written using PHP5
I wasn't planning using it on php4
Original comment by T.Kalapun
on 11 Nov 2009 at 9:25
I ran across this issue as well in php 4.x (had to use it due to project
constraints). To fix this, convert the file into a flat function file (remove
the class declaration and class specific prefixes from the functions, then do a
find/replace on everything 'self::' and replace it with a null value.).
Finally, in your file that calls the class/function, remove the class call so
it just reads "trap" and your params. It will then work fine.
Original comment by dorlow...@gmail.com
on 30 Sep 2014 at 2:29
Original issue reported on code.google.com by
guyve...@gmail.com
on 4 Oct 2009 at 8:42