On Saturday, October 27, 2012 at 2:31 AM, Aleksandar Lazic wrote:

> After recompiling php many times the setup works now.
>  
> I have also switched to local imap server.
>  
> For me the problem is solved, thanks to all for support and patient.
>  
> Best Regards
> Aleks


That's good to know.

Just btw — for those who want to test PHP 5.4.x. I run my dev copy on localhost 
like this:

git clone … ./roundcubemail
cd roundcubemail/
/usr/local/Cellar/php54/5.4.6/bin/php -S 0.0.0.0:8181 -t .

The 0.0.0.0 makes it listen on all interfaces, port 8181 — -t is the document 
root ("." = the current directory).

Then in the browser: http://0.0.0.0:8181/

My PHP 5.4 is installed through homebrew.

Till
_______________________________________________
Roundcube Development discussion mailing list
dev@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to