-
I can't seem to find a function that returns all buddies that are online. I would like to avoid looping through the entire buddylist calling isOnline() after each of them...
Suggestions?.
2009-09-08 21:48:58 UTC by xtn
-
The patch was not good, so changed it.
Also the code SEGFAULTS at line 806:
if(NULL == zend_objects_get_address(PHURPLE_G(phurple_client_obj) TSRMLS_CC)) {
I think this might be caused by a bug with initialising phurple_client_obj. It crashed the first time it hits that function. Unfortunately I didn't spot what was wrong, so no patch for that :`(.
2009-07-31 20:39:01 UTC by arnold81
-
v 0.4.0 won't work with PHP5.3. The namespace char whould be \ instead of ::
+
A remark in the documentation that for PHP5.3 it should be Purple\Client, would be useful.
+ Patch attached :)
2009-07-31 17:36:41 UTC by arnold81
-
Building Phurple with PHP 5.3 results in compile errors.
‘zend_fcall_info’ has no member named ‘object_pp’
‘zend_fcall_info_cache’ has no member named ‘object_pp’
Please note that a patch is supplied.
Have a nice day :),
Arnold.
2009-07-31 16:29:52 UTC by arnold81
-
i am also having the same problem.
2009-06-27 16:55:30 UTC by nobody