<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Math_Basex/download/0.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Basex/download/0.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Basex/download/0.1/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package math_basex</description>
</channel>

<item rdf:about="http://pear.php.net/package/Math_Basex/download/0.3/">
 <title>Math_Basex 0.3</title>
 <link>http://pear.php.net/package/Math_Basex/download/0.3/</link>
 <content:encoded>ATTENTION: BC BREAK - Class named changed from Basex to Math_Basex&lt;br /&gt;
- Support for PHP extentions, detected automaticly for easy usage&lt;br /&gt;
- stdBase for standard set of characters (for binary, decimal, heximal, etc number bases)&lt;br /&gt;
- singleton support&lt;br /&gt;
- Quick base convert using the baseConvert function&lt;br /&gt;
&lt;br /&gt;
Changes provided by Stefan Walk.
 </content:encoded>
 <dc:date>2003-10-20T20:46:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Basex/download/0.2/">
 <title>Math_Basex 0.2</title>
 <link>http://pear.php.net/package/Math_Basex/download/0.2/</link>
 <content:encoded>The maximum number that can be used is different per platform.&lt;br /&gt;
    	If your long (int4) integer is too short and your platform doesn't&lt;br /&gt;
    	provide int8 (64-bit) integers, try converting your numbers to a double.&lt;br /&gt;
    	Doubles are also 8-bytes. This way you can use int8 integers.&lt;br /&gt;
    	&lt;br /&gt;
    	You may want to run the integer-test.php test script to check whether your platform supports int8.
 </content:encoded>
 <dc:date>2002-12-13T08:04:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Basex/download/0.1/">
 <title>Math_Basex 0.1</title>
 <link>http://pear.php.net/package/Math_Basex/download/0.1/</link>
 <content:encoded>The maximum number that can be used is different per platform.&lt;br /&gt;
    	If your long (int4) integer is too short and your platform doesn't&lt;br /&gt;
    	provide int8 (64-bit) integers, try converting your numbers to a double.&lt;br /&gt;
    	Doubles are also 8-bytes. This way you can use int8 integers.
 </content:encoded>
 <dc:date>2002-12-12T18:36:00-05:00</dc:date>
</item>

</rdf:RDF>