Cédric de Saint Léger
Cédric de Saint Léger
I am getting some PHP Errors as you cannot pass references in function like call_user_function() and call_user_function_array() anymore. It was a warning in PHP5, and it errors out in 5.3....
It is clearly stated in the class comments that PEAR can be replaced with a class extending DatabaseConnection. This is for good, I don't have PEAR installed on my system...
There are 5 matches in Consumer.php and 9 matches in Server.php. 1 match in AX.php. They should all be replaced by instanceof operator as of PHP 5. This currently results...
It'd be better to have the initial Yadis discovery running in a separate method from the begin() method. That way you could still use this new discovery() method to check...
Simple change... A lot more compatible, and far less compatibility issues than file_get_contents (allow_url_fopen must be on, other issues I couldn't even sort out on fetching remote content via file_get_contents()...
There is an issue with how states behaves. Luckily, it is easy to fix. This is the problem : ``` AutoModeler::factory("user", 1); ``` Will actually load the object. So the...