==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=8040
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #8 from John Crisp <[email protected]> ---
Created attachment 4327
--> http://bugs.contribs.org/attachment.cgi?id=4327&action=edit
Modified 98egroupware from SyncML
This thread refers :
http://sourceforge.net/mailarchive/message.php?msg_id=27324201
Modified 98egroupware httpd fragment with mbstring.func_overload to make SyncML
work
Also required a modified 20ResourceLimits php.ini fragment :
max_execution_time = {
my $et = $php{MaxExecutionTime} || "30";
$OUT .= "$et";
}
memory_limit = {
my $ml = $php{MemoryLimit} || "32M";
$OUT .= "$ml";
}
mbstring.func_overload = 7
This is all a quick hack and should be done properly.
Maybe mbstring.func_overload should be incoporated into a config setting e.g. :
config show php
php=service
AllowUrlFopen=Off
MemoryLimit=64M
date.timezone=Europe/Madrid
mbstring.func_overload=7
status=enabled
And then use the variable in the fragments.
Hope that helps
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/