On Wed, Aug 8, 2012 at 11:42 AM, viq <v...@viq.im> wrote: > On 2012/8/8 11:30, David Coppa wrote: >> On Wed, Aug 8, 2012 at 11:17 AM, viq <v...@viq.im> wrote: >>> On 2012/8/5 24:31, Stuart Henderson wrote: >>>> as noted by viq, php crashes in an ssl-related function if curl.so >>>> (from the php-curl package) and mapi.so (from zarafa-webaccess) >>>> are both enabled in php. >>> >>> This still happens after recent zarafa/mapi/libvmime update. >>> (FWIW php-curl brought in by www/tt-rss) >>> -- >>> viq >> >> Does reversing the loading order (loading mapi module before curl module) >> help? >> > > Is there a standard way to do this?
# cd /etc/php-5.3 # cat curl.ini >> mapi.ini # rm curl.ini do a backup before :)