Hi Aidan, > > I wouldn't have thought that to be an option, but now that you > mention it - sure, sounds like a great idea. > > Would you like me to do it? I'm not sure I have commit access to > those pages...
I first would like to hear what other people think about, we are not in hurry;-) regards Friedhelm Index: language-snippets.ent =================================================================== RCS file: /repository/phpdoc/en/language-snippets.ent,v retrieving revision 1.92 diff -u -u -r1.92 language-snippets.ent --- language-snippets.ent 25 May 2004 01:27:50 -0000 1.92 +++ language-snippets.ent 31 May 2004 09:55:02 -0000 @@ -345,3 +345,7 @@ for an explanation about each option.</para><para>The <parameter>encoding</parameter> parameter sets the encoding for input/output documents. The possible values for <parameter>encoding</parameter> are: ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le, utf16be, utf16, big5 and shiftjis.</para>'> + +<!-- Note for PHP 5 compatibility --> +<!ENTITY tip.php5-compat '<tip><para>Using the <ulink link=&url.pear.package;PHP_Compat>PEAR package PHP_Compat<ulink> +you are able to use this function without upgrading your version of PHP.</tip>'>
