Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 80f250ca376f4be3d6aca282eafc86a6 > files > 8

php-drizzle-0.4.1-2mdv2010.0.i586.rpm

<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="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">
 <name>drizzle</name>
 <channel>pecl.php.net</channel>
 <summary>PHP wrapper to libdrizzle</summary>
 <description>This extension uses libdrizzle library to provide API for communicating with drizzle and mysql databases.</description>
 <lead>
  <name>James M. Luedke</name>
  <user>jluedke</user>
  <email>contact@jluedke.com</email>
  <active>yes</active>
 </lead>
 <date>2009-07-01</date>
 <time>20:39:53</time>
 <version>
  <release>0.4.1</release>
  <api>0.4.1</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.php.net/license">PHP</license>
 <notes>- Fixed php 5.3 compile issue
- there was a bug in libdrizzle v0.3 had to regen const of 0.4
- renamed $obj-&gt;errno to $obj-&gt;getErrno will likely change back at some point
- renamed $drizzle-&gt;escape() to $drizzle-&gt;escapeString()</notes>
 <contents>
  <dir name="/">
   <file md5sum="d8efc394a6c2550506f1b91355acb29a" name="EXPERIMENTAL" role="doc" />
   <file md5sum="8a1f5e2881fa4a956af4c0afa203ff7d" name="README" role="doc" />
   <file md5sum="be2ffa422128d2b76949265eb1d0331b" name="CREDITS" role="doc" />
   <file md5sum="0e964e9273c606c46afbd311b5ad4d77" name="LICENSE" role="doc" />
   <file md5sum="72fee8110791db15041ed899e49cc42a" name="ChangeLog" role="doc" />
   <file md5sum="2d302fbd3d361e7088529bc62fcff243" name="drizzle.php" role="doc" />
   <file md5sum="6fc438495074961671150a8c4012915d" name="config.m4" role="src" />
   <file md5sum="4a4d539c1e90b1309ff3f1e662824a96" name="php_drizzle.c" role="src" />
   <file md5sum="8c62696f2d5f83f478a01a6195a0151c" name="php_drizzle.h" role="src" />
   <file md5sum="1aff6901c400324985845207cd3f0f8e" name="drizzle_001.phpt" role="test" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.1.0</min>
    <max>6.0.0</max>
    <exclude>6.0.0</exclude>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <providesextension>drizzle</providesextension>
 <extsrcrelease />
 <changelog>
  <release>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <version>
    <release>0.4.0</release>
    <api>0.3</api>
   </version>
   <date>2009-07-01</date>
   <notes>- Fixed php 5.3 compile issue
- there was a bug in libdrizzle v0.3 had to regen const of 0.4
- renamed $obj-&gt;errno to $obj-&gt;getErrno will likely change back at some point
- renamed $drizzle-&gt;escape() to $drizzle-&gt;escapeString()</notes>
  </release>
  <release>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <version>
    <release>0.4.0</release>
    <api>0.3</api>
   </version>
   <date>2009-06-30</date>
   <notes>- Initial PECL import
- Added $obj-&gt;return_code() to all objects
- Fixed compile issues with PHP 5.1 and 5.3
- Fixed a few bugs in methods</notes>
  </release>
 </changelog>
</package>