Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

a:21:{s:7:"attribs";a:5:{s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:7:"version";s:3:"2.0";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:15:"Math_BigInteger";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:56:"Pure-PHP arbitrary precission integer arithmetic library";s:11:"description";s:149:"Supports base-2, base-10, base-16, and base-256 numbers.  Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise.";s:4:"lead";a:4:{s:4:"name";s:13:"Jim Wigginton";s:4:"user";s:10:"terrafrost";s:5:"email";s:18:"terrafrost@php.net";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2010-05-26";s:7:"version";a:2:{s:7:"release";s:5:"1.0.0";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:37:"http://www.gnu.org/licenses/lgpl.html";}s:8:"_content";s:12:"LGPL License";}s:5:"notes";s:311:"- significant speed-ups
- new functions: gcd(), extendedGCD(), isPrime(), random(), randomPrime(), bitwise_leftRotate(), bitwise_rightRotate(), setPrecision(), toHex(), toBits() and equals()
- PHP_Compat is now optional.  Store it in your include path if you require PHP4 support but otherwise it is unrequired.";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:3:{i:0;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:4:"Math";s:4:"name";s:14:"BigInteger.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4fc8e370f9ae42e0dca2febb3a8ab731";}}i:1;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:15:"Math/BigInteger";s:4:"name";s:13:"demo/demo.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9048e82c9f2b8d4238c26ba524058a6c";}}i:2;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:15:"Math/BigInteger";s:4:"name";s:18:"demo/benchmark.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ede9d0064564d1a5c51792eadddcd31e";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:3:"4.2";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.0";}s:9:"extension";a:1:{s:4:"name";s:4:"pcre";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:3:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.0.0RC1";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2006-10-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:37:"http://www.gnu.org/licenses/lgpl.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:21:"Initial PEAR release.";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.0.0RC2";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2006-11-16";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:37:"http://www.gnu.org/licenses/lgpl.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:67:"Added bitwise_or(), bitwise_and(), bitwise_xor(), and bitwise_not()";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.0.0RC3";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-02-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:37:"http://www.gnu.org/licenses/lgpl.html";}s:8:"_content";s:4:"LGPL";}s:5:"notes";s:89:"- Fix for bug #9654: In MODE_INTERNAL, modPow doesn't work occasionally
- Other bug fixes";}}}s:8:"filelist";a:3:{s:14:"BigInteger.php";a:5:{s:14:"baseinstalldir";s:4:"Math";s:4:"name";s:14:"BigInteger.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4fc8e370f9ae42e0dca2febb3a8ab731";s:12:"installed_as";s:34:"/usr/share/php/Math/BigInteger.php";}s:13:"demo/demo.php";a:5:{s:14:"baseinstalldir";s:15:"Math/BigInteger";s:4:"name";s:13:"demo/demo.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9048e82c9f2b8d4238c26ba524058a6c";s:12:"installed_as";s:44:"/usr/share/php/Math/BigInteger/demo/demo.php";}s:18:"demo/benchmark.php";a:5:{s:14:"baseinstalldir";s:15:"Math/BigInteger";s:4:"name";s:18:"demo/benchmark.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ede9d0064564d1a5c51792eadddcd31e";s:12:"installed_as";s:49:"/usr/share/php/Math/BigInteger/demo/benchmark.php";}}s:12:"_lastversion";N;s:7:"dirtree";a:3:{s:19:"/usr/share/php/Math";b:1;s:35:"/usr/share/php/Math/BigInteger/demo";b:1;s:30:"/usr/share/php/Math/BigInteger";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.0.0";s:12:"release_date";s:10:"2010-05-26";s:13:"release_state";s:6:"stable";s:15:"release_license";s:12:"LGPL License";s:13:"release_notes";s:311:"- significant speed-ups
- new functions: gcd(), extendedGCD(), isPrime(), random(), randomPrime(), bitwise_leftRotate(), bitwise_rightRotate(), setPrecision(), toHex(), toBits() and equals()
- PHP_Compat is now optional.  Store it in your include path if you require PHP4 support but otherwise it is unrequired.";s:12:"release_deps";a:3:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:3:"4.2";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.0";s:8:"optional";s:2:"no";}i:2;a:4:{s:4:"type";s:3:"ext";s:4:"name";s:4:"pcre";s:3:"rel";s:3:"has";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:13:"Jim Wigginton";s:5:"email";s:18:"terrafrost@php.net";s:6:"active";s:3:"yes";s:6:"handle";s:10:"terrafrost";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1297092779;}