<?oxygen RNGSchema="../resources/schemas/page.rng" type="xml"?>
<?oxygen SCHSchema="../resources/schemas/page.rng"?>
<page:page __file="234a0aa15d0327bf651266ebc3c3e1a0" __status="-1">......</page:page>
<page:page __file="234a0aa15d0327bf651266ebc3c3e1a0" __status="-1" xmlns:paloose="http://www.paloose.org/schemas/Paloose/1.0" xmlns:link="http://www.hsfr.org.uk/Schema/Link" xmlns:list="http://www.hsfr.org.uk/Schema/List" xmlns:page="http://www.hsfr.org.uk/Schema/Page" xmlns:t="http://www.hsfr.org.uk/Schema/Text" xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns:xi="http://www.w3.org/2001/XInclude">
<page:meta>......</page:meta>
<page:meta>
<page:title>Paloose — Downloads</page:title>
<page:copyright>Copyright 2006 – 2023 Hugh Field-Richards. All Rights Reserved.</page:copyright>
</page:meta>
<page:content>......</page:content>
<page:content>
<t:heading level="1">Download log4php</t:heading>
<t:p>......</t:p>
<t:p>
Since Version 1.3.5 Paloose is configured to run with
<link:link type="uri" target="log4php" ref="http://logging.apache.org/log4php/download.html">log4php Version 2.0.0 and later</link:link>
. Earlier versions of Paloose will only work with log4php V1.x.x.
</t:p>
<t:index entry="Paloose!warnings"/>
<t:note type="warning">......</t:note>
<t:note type="warning">
<t:p>......</t:p>
<t:p>
If you are upgrading your site from a Paloose version before 1.1.2b1 then please add the following line to your
<t:code type="dir">Paloose.php</t:code>
file in your site root.
</t:p>
<t:verbatim>......</t:verbatim>
<t:verbatim>
// -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* // Where the main log4php logger configuration file is kept. You can use pseudo // protocols here. define( 'LOGGER_CONFIG', 'context://configs/Paloose.xml' );
<t:addition>define( 'LOG4PHP_DIR', '../log4php' ); // -- Add this line</t:addition>
</t:verbatim>
</t:note>
<t:note type="warning">log4php has not been updated to use PHP8 or later and produces many deprecated errors messages. I have managed to get it to work but it is not guaranteed to do so in all cases. So avoid using the logging (full) version of Paloose if you use PHP8. Use a compact version of Paloose only.</t:note>
</page:content>
</page:page>