<?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/Validate_UK/download/0.5.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Compat/download/1.6.0a3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Compat/download/1.6.0a2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/PHP_Compat/download/1.6.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_AJAX/download/0.5.1/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for arpad</title>
<description>The latest releases for the PEAR developer arpad (Arpad Ray)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Validate_UK/download/0.5.4/">
 <title>Validate_UK 0.5.4</title>
 <link>http://pear.php.net/package/Validate_UK/download/0.5.4/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #12149 package doesn't install carReg.php&lt;br /&gt;
Bug #12148 there are a number of coding standard bugs in the package (49errors/19warnings)&lt;br /&gt;
Bug #11670 phoneNumber does not validate correctly sometimes.&lt;br /&gt;
Bug #9242 Error in telephone checking
 </content:encoded>
 <dc:date>2010-10-10T14:21:19-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Compat/download/1.6.0a3/">
 <title>PHP_Compat 1.6.0a3</title>
 <link>http://pear.php.net/package/PHP_Compat/download/1.6.0a3/</link>
 <content:encoded>QA Release&lt;br /&gt;
Bug #7402 Missing unit tests 	hm2k&lt;br /&gt;
Bug #15409 Broken unit tests 	arpad&lt;br /&gt;
Bug #15531 getmxrr() support for windows 	hm2k&lt;br /&gt;
Bug #15532 ini_set('register_globals', 'off'); not required 	hm2k&lt;br /&gt;
Bug #15537 IIS REQUEST_URI compatibility 	hm2k&lt;br /&gt;
Bug #15539 PHP_EOL link is incorrect. 	hm2k&lt;br /&gt;
Bug #15540 htmlspecialchars has incorrect &quot;since&quot; 	arpad&lt;br /&gt;
Bug #15684 Add str_getcsv support for 5.1.0 + 	arpad&lt;br /&gt;
Bug #15688 PATHINFO_FILENAME 	hm2k&lt;br /&gt;
Bug #15698 Typo in str_ireplace.php 	hm2k&lt;br /&gt;
Bug #15707 file_get_contents has incomplete support 	arpad&lt;br /&gt;
Bug #16157 Missing argument 5 for setrawcookie() 	hm2k&lt;br /&gt;
Bug #16158 Win Seven 	Fatal error: Cannot call __clone() method on objects 	arpad&lt;br /&gt;
Bug #16191 fprintf parameters lost 	arpad&lt;br /&gt;
Bug #16462 add json_decode-function that behaves like in PHP5.2 	hm2k&lt;br /&gt;
Bug #16921 PHP_Compat includes functions that no version of PHP does 	hm2k&lt;br /&gt;
Bug #16922 bad minimum reqirements - getopt 	hm2k&lt;br /&gt;
Bug #16945 Spelling error in long desc 	saltybeagle
 </content:encoded>
 <dc:date>2010-10-05T15:54:22-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Compat/download/1.6.0a2/">
 <title>PHP_Compat 1.6.0a2</title>
 <link>http://pear.php.net/package/PHP_Compat/download/1.6.0a2/</link>
 <content:encoded>* Fix Bug #11206: clone() bug [aidan]&lt;br /&gt;
* Fix Bug #11631: Missing '}' in loadFunction() [aidan]&lt;br /&gt;
* Fix Bug #12158: wrong function name [arpad]&lt;br /&gt;
* Fix Bug #12301: Compat calls php 5 function [arpad]&lt;br /&gt;
* Fix Bug #13018: Curly bracket missing [aidan]&lt;br /&gt;
* Fix Bug #13165: array_fill() not matching output from V5.3.0-dev. [arpad]&lt;br /&gt;
* Fix Bug #14138: htmlspecialchars_decode() converts irreversibly [arpad]&lt;br /&gt;
* Fix Bug #14824: Invalid sections formats in test file(s) (unit tests) [arpad]&lt;br /&gt;
* Fix Bug #14891: Parse error: syntax error, unexpected '}' in&lt;br /&gt;
  /home/clockwerx/pear/PHP_Compat/Co [arpad]&lt;br /&gt;
* Fix Bug #15119: Patch and tests for getopt() [aidan]&lt;br /&gt;
* Implement Feature #11205: register globals SERVER not SESSION [arpad]&lt;br /&gt;
* Implement Feature #12227: sys_get_temp_dir missing [aidan]&lt;br /&gt;
* Implement Feature #13400: php_ini_loaded_file() [aidan]&lt;br /&gt;
* Implement Feature #14687: htmlspecialchars missing 4th parameter [aidan]
 </content:encoded>
 <dc:date>2008-11-24T05:02:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.6/">
 <title>HTML_AJAX 0.5.6</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.6/</link>
 <content:encoded>* Fix Coding Standard Problems&lt;br /&gt;
* Refactor svn code layout, build system&lt;br /&gt;
* Remove usused jsunit code&lt;br /&gt;
* Add support for content-type text/xml #14032&lt;br /&gt;
* Fix combineActions with empty actions #13854&lt;br /&gt;
* Fix Javascript in HTML_AJAX.replace target document doesn't get executed in Opera. #14144 put opera on the ie codepath not the gecko codepath&lt;br /&gt;
* Fix Bug #12027 html_ajax.post and Opera (array), this fix might break older versions of Opera, but supporting the new version seems more important
 </content:encoded>
 <dc:date>2008-06-16T14:51:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.5/">
 <title>HTML_AJAX 0.5.5</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.5/</link>
 <content:encoded>* Merge bug fixes in combineJsIncludes from Clearhealth&lt;br /&gt;
* Fix for bug #13616, HTML_AJAX_lite.js wasn't rebuilt in the 0.5.4 release
 </content:encoded>
 <dc:date>2008-04-07T18:49:27-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.4/">
 <title>HTML_AJAX 0.5.4</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.4/</link>
 <content:encoded>* This fixes ie6 problems, and immediate upgrade from 0.5.3 is recommended&lt;br /&gt;
* Fix for bug #13113 - Opera, JavaScript and XMLSerializer&lt;br /&gt;
* Add a newline at the end of packed files
 </content:encoded>
 <dc:date>2008-04-04T17:09:58-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.3/">
 <title>HTML_AJAX 0.5.3</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.3/</link>
 <content:encoded>* Gzip compression Support&lt;br /&gt;
* Fix for Bug #12129  	Error with URL generated using HTML_AJAX_Helper::setupAJAX()&lt;br /&gt;
* Add an option to optionally combined js libraries&lt;br /&gt;
* Fix for bug #12415 - Return value of makeRequest in formSubmit when doing a async request&lt;br /&gt;
* Fix for bug #13113 - Opera, JavaScript and XMLSerializer
 </content:encoded>
 <dc:date>2008-04-01T23:20:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/PHP_Compat/download/1.6.0a1/">
 <title>PHP_Compat 1.6.0a1</title>
 <link>http://pear.php.net/package/PHP_Compat/download/1.6.0a1/</link>
 <content:encoded>Added more components:&lt;br /&gt;
* array_fill&lt;br /&gt;
* Hyperbolic and inverse hyperbolic math functions&lt;br /&gt;
* glob&lt;br /&gt;
* is_callable&lt;br /&gt;
Added more components with changed parameters:&lt;br /&gt;
* array_splice&lt;br /&gt;
* microtime&lt;br /&gt;
* mkdir&lt;br /&gt;
* range&lt;br /&gt;
* setcookie&lt;br /&gt;
* setrawcookie&lt;br /&gt;
&lt;br /&gt;
Added new Environment module&lt;br /&gt;
* register_globals&lt;br /&gt;
* magic_quotes_gpc&lt;br /&gt;
* magic_quotes_sybase&lt;br /&gt;
* register_argc_argv&lt;br /&gt;
* register_long_arrays&lt;br /&gt;
Changed the way PHP_Compat stores functions.&lt;br /&gt;
* Function declaration is prefixed with php_compat_&lt;br /&gt;
* Dummy declaration calls php_compat_ function&lt;br /&gt;
  This allows for redefinition of functions with changed parameters.&lt;br /&gt;
Added support for packages which modify the function tables at runtime&lt;br /&gt;
* PHP_Compat::loadFunction now tries to rename the old function on load&lt;br /&gt;
  This further supports redefinition of functions with changed parameters.&lt;br /&gt;
* Fix Bug #1956: stripos - not returning false [aidan]&lt;br /&gt;
* Fix Bug #3190: [PATCH] md5_file() depends on possibly nonexistent file_get_contents() [aidan]&lt;br /&gt;
* Fix Bug #3572: Use of addslashes() adds too much backslashes [aidan]&lt;br /&gt;
* Fix Bug #3586: bug in str_word_count.php code [aidan]&lt;br /&gt;
* Fix Bug #4605: debug_print_backtrace - Object to string conversion [aidan]&lt;br /&gt;
* Fix Bug #4851: var_export severely broken! (new implementation attached) [aidan]&lt;br /&gt;
* Fix Bug #6293: array_intersect_key produces incorrect results with more than 2 arguments [arpad]&lt;br /&gt;
* Fix Bug #6560: missing 'Function/property_exists.php' when installed with pear [aidan]&lt;br /&gt;
* Fix Bug #6687: array_intersect_key() fails due to func_get_args() [arpad]&lt;br /&gt;
* Fix Bug #6758: notice errors with debug_print_backtrace and call_user_func_array usage [arpad]&lt;br /&gt;
* Fix Bug #6922: Space after php close markup in Function/mime_content_type.php [arpad]&lt;br /&gt;
* Fix Bug #7520: cyclic reference cloning causes timeout [aidan]&lt;br /&gt;
* Fix Bug #8338: convert_uudecode removes spaces from line ends, causing corruption [aidan]&lt;br /&gt;
* Fix Bug #8864: magic quotes gpc emulation missing server vars [arpad]&lt;br /&gt;
* Fix Bug #9042: Various uninitialized variables [aidan]&lt;br /&gt;
* Fix Bug #9043: Various issues in str_shuffle [aidan]&lt;br /&gt;
* Fix Bug #9687: array_*_key function(s) slow [aidan]&lt;br /&gt;
* Fix Bug #9983: Function [array_udiff_uassoc()] is incorrectly implemented [arpad]&lt;br /&gt;
* Implement Feature #4372: addition of glob() function for php &lt; 4.3.0 [arpad]&lt;br /&gt;
* Implement Feature #7139: PHP 5.1.1 Datetime Constants [arpad]&lt;br /&gt;
* Implement Feature #7403: str_ireplace too slow [arpad]&lt;br /&gt;
* Implement Feature #7414: making var_export() generating correct PHP code with nested objects [arpad]&lt;br /&gt;
* Implement Feature #8208: is_callable missing in php 4.0.4, 4.0.5 [arpad]&lt;br /&gt;
* Implement Feature #9187: Adding httponly to setcookie/setrawcookie (new in php 5.2) [aidan]&lt;br /&gt;
* Implement Feature #9659: The userdata parameter isn't correctly send to the recursive call [arpad]&lt;br /&gt;
* Implement Feature #10177: add most recent UPLOAD ERR constants [arpad]
 </content:encoded>
 <dc:date>2007-05-08T10:16:40-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.2/">
 <title>HTML_AJAX 0.5.2</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.2/</link>
 <content:encoded>* Fix Bug #10973: package.xml does not replace '@data-dir@' [jeichorn]
 </content:encoded>
 <dc:date>2007-05-07T16:02:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_AJAX/download/0.5.1/">
 <title>HTML_AJAX 0.5.1</title>
 <link>http://pear.php.net/package/HTML_AJAX/download/0.5.1/</link>
 <content:encoded>* Fix Bug #6737: When I return an array it has an extra element. [auroraeosrose]&lt;br /&gt;
* Fix Bug #8761: Getting form&amp;apos;s &amp;quot;action&amp;quot; attribute fails in HTML_AJAX.js formSubmit [auroraeosrose]&lt;br /&gt;
* Fix Bug #9020: logical bug in ordered queue code [auroraeosrose]&lt;br /&gt;
* Fix Bug #9086: HTML_AXAX_Action::createNode\innerHTML and IE [auroraeosrose]&lt;br /&gt;
* Fix Bug #9847: Case-insensitive javascriptLibraries in HTML/AJAX/Server.php [jeichorn]&lt;br /&gt;
* Fix Bug #10149: Problems when E_STRICT is turned on in php.ini [davidc]&lt;br /&gt;
* Fix Bug #10273: Non Prefixed Constant in HTML_AJAX_Debug [jeichorn]&lt;br /&gt;
* Implement Feature #8396: class_exists callbacks produce problems with __autoload [auroraeosrose]&lt;br /&gt;
* Implement Feature #8444: Handle PEAR_Errors returned from proxied object methods as errors [auroraeosrose]&lt;br /&gt;
* Implement Feature #9537: formSubmit target also accepting a function [jeichorn]&lt;br /&gt;
* Implement Feature #9912: Patch to add setters for clientJsLocation and javascriptLibraryPaths [jeichorn]&lt;br /&gt;
* Implement Feature #9962: Add method to check if the page request is from Ajax [jeichorn]&lt;br /&gt;
* Added tests for (so far Works for Me) Bug #9416&lt;br /&gt;
* Initial setup of unit tests for javascript
 </content:encoded>
 <dc:date>2007-05-05T17:53:29-05:00</dc:date>
</item>

</rdf:RDF>