Jean-Remi Dunand - 2011-05-13 10:17:10
Hi,
I tried to use this very useful library with php 5.3.2. Unfortunately, it is no more compatible with the latest versions of PHP (OK with 5.1.6, but not OK with 5.3.2, and I HAVE to use 5.3.2). The problem concerns the use of the reference for the functions as well as the "=& new xxx".
There are 3 families of errors:
1. Deprecated: Assigning the return value of new by reference is deprecated
2. Fatal error: Call to undefined method polygon::boolean() in polyExample.php on line 157
3. Call to a member function id() on a non-object in polygon.php on line 217
Is it foreseen to port this library for the current versions of PHP ? If yes, any idea when ?
Great job from you up to now, it would be a pity to leave this library die...
Thanks for your support.