-
I just wanted to know how reliable and stable this project is.
2009-06-01 14:27:52 UTC by yairgr
-
I have installed Phurple. i can access its calsses and can view methods, but when i try to create instance or call methods page become blank(no output). My System configuration is PHP Version 5.2.4
Apache Version Apache/2.2.6 (Fedora)
libpurple version 2.2.2. Why i am not able to create instance or use functions?.
2009-01-12 12:34:27 UTC by manu1947
-
which distro do you have?
did you mean "ldconfig -g | grep purple" ? with this i'm getting this on the debian:
# ldconfig -p | grep purple
libpurple.so.0 (libc6) => /usr/local/lib/libpurple.so.0
libpurple.so (libc6) => /usr/local/lib/libpurple.so
how did you installed libpurple?
what do you have in your /etc/ld.so.conf (or other conf correnponding to your distro)?.
2008-04-20 10:41:20 UTC by weltling
-
Hi,
configure scripts fails.
./configure --enable-purple
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross...
2008-04-15 18:06:51 UTC by marco_123
-
You shouldn't use this extension within apache, because it's using forks and main loop. It's simply as pcntl ext, which isn't recommended to be enabled within a web servers. Try to use a server side script and ajax instead.
2008-04-08 12:02:44 UTC by weltling
-
PurpleClient::getInstance() causes a segmentation fault in php as shown in the apache error log.
PHP Version 5.26 rc1-r1
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Kernel: 2.6.23-gentoo-r1.
2008-03-24 05:30:17 UTC by sithapollo
-
weltling committed revision 11 to the PHPurple - libpurple PHP binding SVN repository, changing 3 files.
2008-01-12 21:44:30 UTC by weltling
-
weltling committed revision 10 to the PHPurple - libpurple PHP binding SVN repository, changing 3 files.
2008-01-01 19:04:25 UTC by weltling
-
weltling committed revision 9 to the PHPurple - libpurple PHP binding SVN repository, changing 2 files.
2007-12-24 18:36:33 UTC by weltling
-
weltling committed revision 8 to the PHPurple - libpurple PHP binding SVN repository, changing 1 files.
2007-12-01 10:11:22 UTC by weltling