<?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/MDB2/download/2.5.0b5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2/download/2.5.0b4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2/download/2.5.0b3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2/download/2.5.0b2/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for afz</title>
<description>The latest releases for the PEAR developer afz (Ali Fazelzadeh)</description>
</channel>

<item rdf:about="http://pear.php.net/package/MDB2/download/2.5.0b5/">
 <title>MDB2 2.5.0b5</title>
 <link>http://pear.php.net/package/MDB2/download/2.5.0b5/</link>
 <content:encoded>- fixed bug #18494: _compareIntegerDefinition() ignores length change.&lt;br /&gt;
- fixed bug #16280: compareDefinition() turns NULL defaults into empty strings for NOT NULL columns.&lt;br /&gt;
- fixed bug #19677: Call to undefined function: MDB2_Driver_mysql::isError()&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- handle autoincrement fields in alterTable()&lt;br /&gt;
- add length handling to LOB reverse engineering&lt;br /&gt;
- add EXPLAIN abstraction&lt;br /&gt;
- add cursor support along the lines of PDO (Request #3660 etc.)&lt;br /&gt;
- add PDO based drivers, especially a driver to support SQLite 3 (Request #6907)&lt;br /&gt;
- add support to export/import in CSV format&lt;br /&gt;
- add more functions to the Function module (MD5(), IFNULL(), etc.)&lt;br /&gt;
- add support for database/table/row LOCKs&lt;br /&gt;
- add support for CHECK (ENUM as possible mysql fallback) constraints&lt;br /&gt;
- generate STATUS file from test suite results and allow users to submit test results&lt;br /&gt;
- add support for full text index creation and querying&lt;br /&gt;
- add tests to check if the RDBMS specific handling with portability options&lt;br /&gt;
  disabled behaves as expected&lt;br /&gt;
- handle implicit commits (like for DDL) in any affected driver (mysql, sqlite..)&lt;br /&gt;
- add a getTableFieldsDefinitions() method to be used in tableInfo()&lt;br /&gt;
- drop ILIKE from matchPattern() and instead add a second parameter to&lt;br /&gt;
  handle case sensitivity with arbitrary operators&lt;br /&gt;
- handle LOBs in buffered result sets (Request #8793)
 </content:encoded>
 <dc:date>2012-10-29T15:42:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b4/">
 <title>MDB2_Driver_pgsql 1.5.0b4</title>
 <link>http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b4/</link>
 <content:encoded>- Remove assignment by reference, Bug #19585.&lt;br /&gt;
- PEAR::isError() -&gt; MDB2::isError(), Bug #19491.&lt;br /&gt;
- PEAR::loadExtension() -&gt; extension_loaded(), Bug #19583.&lt;br /&gt;
- Fixed boolean type conversion for non-boolean types&lt;br /&gt;
- Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.&lt;br /&gt;
- Request #12931 Add cascading to dropTable?&lt;br /&gt;
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)&lt;br /&gt;
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)&lt;br /&gt;
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)&lt;br /&gt;
- Have createSequence() return MDB2_OK on success, as documented (bug 19192)&lt;br /&gt;
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).&lt;br /&gt;
- Make setOption('result_wrap_class') actually useful by changing the default value of $result_wrap_class parameters from false to true.&lt;br /&gt;
- Have pgsql only read LOB from file if lob_allow_url_include (bringing it in line with other drivers).&lt;br /&gt;
- FETCHMODE constants are NOT bitwise.&lt;br /&gt;
- fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex)&lt;br /&gt;
- fixed bug #17890: Improper use of array_search in prepare function [fletcherj]&lt;br /&gt;
- fixed bug #17890: Improper use of array_search in prepare function [fletcherj]&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- enable pg_execute() once issues with bytea column are resolved&lt;br /&gt;
- use pg_result_error_field() to handle localized error messages (Request #7059)&lt;br /&gt;
- add option to use unnamed prepared statements&lt;br /&gt;
  (see http://www.postgresql.org/docs/current/static/protocol-flow.html &quot;Extended Query&quot;)
 </content:encoded>
 <dc:date>2012-10-23T19:16:35-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b4/">
 <title>MDB2_Driver_mssql 1.5.0b4</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b4/</link>
 <content:encoded>- PEAR::isError() -&gt; MDB2::isError(), Bug #19491.&lt;br /&gt;
- PEAR::loadExtension() -&gt; extension_loaded(), Bug #19583.&lt;br /&gt;
- Fixed boolean type conversion for non-boolean types&lt;br /&gt;
- Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.&lt;br /&gt;
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)&lt;br /&gt;
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)&lt;br /&gt;
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)&lt;br /&gt;
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).&lt;br /&gt;
- FETCHMODE constants are NOT bitwise.&lt;br /&gt;
- fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex)&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2012-10-23T19:15:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2/download/2.5.0b4/">
 <title>MDB2 2.5.0b4</title>
 <link>http://pear.php.net/package/MDB2/download/2.5.0b4/</link>
 <content:encoded>- MDB2 is now E_STRICT compliant! [danielc]&lt;br /&gt;
- Fix Bug #9502: Strong typing query result misbehaves [danielc]&lt;br /&gt;
- Fix Bug #16508: mdb2-2.5.0b1 not working with PHP 5.3.0 [quipo]&lt;br /&gt;
- Fix Bug #17552: MDB2_Driver_Manager_ibase::listTableConstraints returns list of indices [quipo]&lt;br /&gt;
- Fix Bug #17890: Improper use of array_search in psgsql.php v1.173  prepare function [quipo]&lt;br /&gt;
- Fix Bug #18050: Many &amp;quot;Deprecated&amp;quot; [quipo]&lt;br /&gt;
- Fix Bug #18175: Using MDB2::factory raises fatal error [quipo]&lt;br /&gt;
- Fix Bug #18203: Type introspection breaks with associative arrays if names are identical [danielc] (patch by Peter Bex)&lt;br /&gt;
- Fix Bug #18398: non-static functions called statically [danielc]&lt;br /&gt;
- Fix Bug #18427: Notices appear while debugging [quipo]&lt;br /&gt;
- Fix Bug #18721: DSN URLs do not support &amp;quot;@&amp;quot; in database names [danielc]&lt;br /&gt;
- Fix Bug #18826: Crash and security problem with is_a() in combination with value escaping [doconnor]&lt;br /&gt;
- Fix Bug #18886: Deprecated code generates warnings [astembridge]&lt;br /&gt;
- Fix Bug #18978: upgrade from alpha2 to beta3 breaks iterator.php [danielc]&lt;br /&gt;
- Fix Bug #19008: remove error_reporting (for PEAR QA team) [danielc]&lt;br /&gt;
- Fix Bug #19136: Infinite Recurcsion makes result object unuseable [danielc]&lt;br /&gt;
- Fix Bug #19148: &amp;quot;undefined variable result&amp;quot; in MDB2_Driver_Common::_wrapQuery() [danielc]&lt;br /&gt;
- Fix Bug #19191: Have dropSequence() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19192: Have createSequence() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19193: Have createConstraint() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19194: Have dropConstraint() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19195: Have createIndex() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19196: Have vacuum() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19199: Have dropTable() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19200: Have alterTable() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19201: Have truncateTable() return MDB2_OK on success, as documented [danielc]&lt;br /&gt;
- Fix Bug #19202: sqlite foreign key violations produce generic MDB2_ERROR [danielc]&lt;br /&gt;
- Fix Bug #19262: Fetchmode constants WERE bitwise [gauthierm]&lt;br /&gt;
- Implement Feature #17367: Documentation Sync Drift [quipo]&lt;br /&gt;
- Implement Feature #18759: User note that is a documentation problem [danielc]&lt;br /&gt;
- small performance tweaks&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- handle autoincrement fields in alterTable()&lt;br /&gt;
- add length handling to LOB reverse engineering&lt;br /&gt;
- add EXPLAIN abstraction&lt;br /&gt;
- add cursor support along the lines of PDO (Request #3660 etc.)&lt;br /&gt;
- add PDO based drivers, especially a driver to support SQLite 3 (Request #6907)&lt;br /&gt;
- add support to export/import in CSV format&lt;br /&gt;
- add more functions to the Function module (MD5(), IFNULL(), etc.)&lt;br /&gt;
- add support for database/table/row LOCKs&lt;br /&gt;
- add support for CHECK (ENUM as possible mysql fallback) constraints&lt;br /&gt;
- generate STATUS file from test suite results and allow users to submit test results&lt;br /&gt;
- add support for full text index creation and querying&lt;br /&gt;
- add tests to check if the RDBMS specific handling with portability options&lt;br /&gt;
  disabled behaves as expected&lt;br /&gt;
- handle implicit commits (like for DDL) in any affected driver (mysql, sqlite..)&lt;br /&gt;
- add a getTableFieldsDefinitions() method to be used in tableInfo()&lt;br /&gt;
- drop ILIKE from matchPattern() and instead add a second parameter to&lt;br /&gt;
  handle case sensitivity with arbitrary operators&lt;br /&gt;
- handle LOBs in buffered result sets (Request #8793)
 </content:encoded>
 <dc:date>2012-10-23T19:14:14-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b3/">
 <title>MDB2_Driver_pgsql 1.5.0b3</title>
 <link>http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b3/</link>
 <content:encoded>- fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults&lt;br /&gt;
  with datatype [Holger Schletz]&lt;br /&gt;
- fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger Schletz]&lt;br /&gt;
- fixed bug #16405: Compatibility issues with escaped strings [hschletz]&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- enable pg_execute() once issues with bytea column are resolved&lt;br /&gt;
- use pg_result_error_field() to handle localized error messages (Request #7059)&lt;br /&gt;
- add option to use unnamed prepared statements&lt;br /&gt;
  (see http://www.postgresql.org/docs/current/static/protocol-flow.html &quot;Extended Query&quot;)
 </content:encoded>
 <dc:date>2010-08-29T12:31:07-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b3/">
 <title>MDB2_Driver_mssql 1.5.0b3</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b3/</link>
 <content:encoded>- Fixed bug #16612: Added the timestamp database attribute [genericbob]&lt;br /&gt;
- fixed bug #16118: escape doesn't take into account trailing backslashes [urkle]&lt;br /&gt;
- request #16903: Add ability to use ODBTP extension [hedroom]&lt;br /&gt;
- fixed numRows() with setLimit()&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2010-08-29T12:29:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2/download/2.5.0b3/">
 <title>MDB2 2.5.0b3</title>
 <link>http://pear.php.net/package/MDB2/download/2.5.0b3/</link>
 <content:encoded>- fixed bug #15912: MDB2::loadClass can return MDB2_OK without loading class&lt;br /&gt;
- fixed bug #16020: unable to set params via dsn string in parseDSN()&lt;br /&gt;
- fixed bug #16508: reusing var name + return by ref [rix0r]&lt;br /&gt;
- fixed bug #16727: quote(url, 'clob')) fetches URL even if lob_allow_url_include option is false&lt;br /&gt;
- fixed unreported bug in parseDSN() and oracle's Easy Connect syntax&lt;br /&gt;
- fixed bug #16973 and #17039: Wrong _skipDelimitedStrings behavior with escaped quotes&lt;br /&gt;
- fixed bug #16994: incompatible declaration of setTransactionIsolation() in some drivers&lt;br /&gt;
- dropped PHP 4 support&lt;br /&gt;
- PHP 5.3 compatibility fixes&lt;br /&gt;
- performance tweaks (reduced number of internal function calls)&lt;br /&gt;
- added new sqlsrv driver (native SQL Server driver) [Chris Pucci, Mike Ketcham]&lt;br /&gt;
- added new ODBC experimental driver [pschellhaas]&lt;br /&gt;
- Switched test suite to PHPUnit 3.5&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- handle autoincrement fields in alterTable()&lt;br /&gt;
- add length handling to LOB reverse engineering&lt;br /&gt;
- add EXPLAIN abstraction&lt;br /&gt;
- add cursor support along the lines of PDO (Request #3660 etc.)&lt;br /&gt;
- add PDO based drivers, especially a driver to support SQLite 3 (Request #6907)&lt;br /&gt;
- add support to export/import in CSV format&lt;br /&gt;
- add more functions to the Function module (MD5(), IFNULL(), etc.)&lt;br /&gt;
- add support for database/table/row LOCKs&lt;br /&gt;
- add support for CHECK (ENUM as possible mysql fallback) constraints&lt;br /&gt;
- generate STATUS file from test suite results and allow users to submit test results&lt;br /&gt;
- add support for full text index creation and querying&lt;br /&gt;
- add tests to check if the RDBMS specific handling with portability options&lt;br /&gt;
  disabled behaves as expected&lt;br /&gt;
- handle implicit commits (like for DDL) in any affected driver (mysql, sqlite..)&lt;br /&gt;
- add a getTableFieldsDefinitions() method to be used in tableInfo()&lt;br /&gt;
- drop ILIKE from matchPattern() and instead add a second parameter to&lt;br /&gt;
  handle case sensitivity with arbitrary operators&lt;br /&gt;
- handle LOBs in buffered result sets (Request #8793)
 </content:encoded>
 <dc:date>2010-08-29T12:27:49-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b2/">
 <title>MDB2_Driver_pgsql 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_pgsql/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #13481: getTableConstraintDefinition() may return incomplete results&lt;br /&gt;
- fixed bug #13877: UNIQUE index not always recognized as constraint&lt;br /&gt;
- fixed bug #14292: alterTable() cannot change column type when no implicit cast is defined&lt;br /&gt;
- fixed bug #14510: getTableFieldDefinition() does not unquote defaults&lt;br /&gt;
- fixed bug #14828: unixtimestamp() generates invalid SQL for non-constant argument&lt;br /&gt;
- fixed bug #15056: tableInfo does not work with pgsql schemas (added support to&lt;br /&gt;
  table schemas to Manager module)&lt;br /&gt;
&lt;br /&gt;
Thanks to Holger Schletz for all the above patches!&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- enable pg_execute() once issues with bytea column are resolved&lt;br /&gt;
- use pg_result_error_field() to handle localized error messages (Request #7059)&lt;br /&gt;
- add option to use unnamed prepared statements&lt;br /&gt;
  (see http://www.postgresql.org/docs/current/static/protocol-flow.html Extended Query)
 </content:encoded>
 <dc:date>2009-01-14T12:26:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/">
 <title>MDB2_Driver_mssql 1.3.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/</link>
 <content:encoded>- fixed bug #11571: when using setLimit(), numRows() returns wrong values&lt;br /&gt;
- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #14019: MDB2 is not aware of MS-SQL 'smalldatetime' type&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2009-01-14T12:25:28-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2/download/2.5.0b2/">
 <title>MDB2 2.5.0b2</title>
 <link>http://pear.php.net/package/MDB2/download/2.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #12912: replace() documentation&lt;br /&gt;
- fixed bug #13811: _skipDelimitedStrings() fails on empty strings&lt;br /&gt;
- fixed bug #13898: more tolerant check for 'new_link' DSN option&lt;br /&gt;
- request #13929: added 'default_fk_action_ondelete' and 'default_fk_action_onupdate'&lt;br /&gt;
  options for default FOREIGN KEY constraints actions&lt;br /&gt;
- fixed bug #14124: _skipDelimitedStrings() and prepare() fail with sql comments&lt;br /&gt;
  inside quoted strings&lt;br /&gt;
- fixed bug #14179: declaration of MDB2_Driver_Common::raiseError() must be&lt;br /&gt;
  compatible with that of PEAR::raiseError()&lt;br /&gt;
- fixed doc bug #14290: connect should mention the type of object returned&lt;br /&gt;
- fixed bug #14831: $ignores in _skipDelimitedStrings() [patch by Aleksander Machniak]&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- handle autoincrement fields in alterTable()&lt;br /&gt;
- add length handling to LOB reverse engineering&lt;br /&gt;
- add EXPLAIN abstraction&lt;br /&gt;
- add cursor support along the lines of PDO (Request #3660 etc.)&lt;br /&gt;
- add PDO based drivers, especially a driver to support SQLite 3 (Request #6907)&lt;br /&gt;
- add support to export/import in CSV format&lt;br /&gt;
- add more functions to the Function module (MD5(), IFNULL(), etc.)&lt;br /&gt;
- add support for database/table/row LOCKs&lt;br /&gt;
- add support for CHECK (ENUM as possible mysql fallback) constraints&lt;br /&gt;
- generate STATUS file from test suite results and allow users to submit test results&lt;br /&gt;
- add support for full text index creation and querying&lt;br /&gt;
- add tests to check if the RDBMS specific handling with portability options&lt;br /&gt;
  disabled behaves as expected&lt;br /&gt;
- handle implicit commits (like for DDL) in any affected driver (mysql, sqlite..)&lt;br /&gt;
- add a getTableFieldsDefinitions() method to be used in tableInfo()&lt;br /&gt;
- drop ILIKE from matchPattern() and instead add a second parameter to&lt;br /&gt;
  handle case sensitivity with arbitrary operators&lt;br /&gt;
- handle LOBs in buffered result sets (Request #8793)
 </content:encoded>
 <dc:date>2009-01-14T12:25:03-05:00</dc:date>
</item>

</rdf:RDF>