I am trying to implement the Horde package.
It requierd that the default PHP build be re-compiled to have the additional functions below, and i dont know how to.
Perhaps some assistance can be found here?
I really would appriciate knowing how to do it.
Also if i could get someone to build the PHP exe with the below additions, I would then be able to get the project up in time for test.
Showing me AND emailing it to me would help AND teach, (my preference)
The following PHP options are required by Horde (listed with
their own prerequisites and configure options). In many cases,
the required libraries and tools can be obtained as packages from
your operating system vendor.
a. Gettext support. (--with-gettext)
Gettext is the GNU Translation Project's localization library.
Horde uses gettext to provide local translations of text
displayed by applications. Information on obtaining the
gettext package is available at
[url]http://www.gnu.org/software/gettext/gettext.html[/url]
(See also note below on configuring translations.)
b. XML support. (--with-xml)
Horde's help engine requires XML support. While some
webservers (including recent Apache versions) have XML
libraries built-in, others will require the expat XML
parser libraries, available from
[url]http://www.jclark.com/xml/expat.html[/url]