<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Image_JpegXmpReader</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/16777" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16776" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16775" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16773" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/16777">
      <title>Image_JpegXmpReader: Feature/Change Request 16777 [Open] It would be nice to be able to specify a namespace</title>
      <link>http://pear.php.net/bugs/16777</link>
      <content:encoded><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T10:44:40+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
The getField and getImplodedField methods could have an 
optional second parameter for the namespace. Right now, they 
only allow retrieving Dublin Core metadata but the data I want to 
extract is TIFF orientation data.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T10:44:40+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
The getField and getImplodedField methods could have an 
optional second parameter for the namespace. Right now, they 
only allow retrieving Dublin Core metadata but the data I want to 
extract is TIFF orientation data.</pre>]]></description>
      <dc:date>2012-01-04T08:30:36+00:00</dc:date>
      <dc:creator>mike &amp;#x61;&amp;#116; silverorange &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Image_JpegXmpReader Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16776">
      <title>Image_JpegXmpReader: Feature/Change Request 16776 [Open] Unit tests</title>
      <link>http://pear.php.net/bugs/16776</link>
      <content:encoded><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T10:42:39+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
The linked archive contains a test directory which can  be 
committed to the trunk dir for JpegXmpReader. The tests 
should automatically integrate with PEAR's existing continuous 
integration services.

You may have to copy-paste the URL because PEARweb seems 
to break the display of long URLs in bug reports.

http://labs.silverorange.com/files/pear-
patches/Image_JpegXmpReader/image-jpeg-xmp-reader-
tests-2009-11-10.tar.gz</pre>]]></content:encoded>
      <description><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T10:42:39+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
The linked archive contains a test directory which can  be 
committed to the trunk dir for JpegXmpReader. The tests 
should automatically integrate with PEAR's existing continuous 
integration services.

You may have to copy-paste the URL because PEARweb seems 
to break the display of long URLs in bug reports.

http://labs.silverorange.com/files/pear-
patches/Image_JpegXmpReader/image-jpeg-xmp-reader-
tests-2009-11-10.tar.gz</pre>]]></description>
      <dc:date>2012-01-04T08:30:21+00:00</dc:date>
      <dc:creator>mike &amp;#x61;&amp;#116; silverorange &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Image_JpegXmpReader Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16775">
      <title>Image_JpegXmpReader: Feature/Change Request 16775 [Open] Code cleanup for JpegXmpReader</title>
      <link>http://pear.php.net/bugs/16775</link>
      <content:encoded><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T10:37:44+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
The linked patch cleans up the docblock syntax and a few lines 
of the code to more closely follow the PHP coding standards.

I've tested the changes with new unit tests I wrote (patch 
forthcoming).

http://labs.silverorange.com/files/pear-
patches/Image_JpegXmpReader/image-jpeg-cleanup-2009-
11-10.diff</pre>]]></content:encoded>
      <description><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T10:37:44+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
The linked patch cleans up the docblock syntax and a few lines 
of the code to more closely follow the PHP coding standards.

I've tested the changes with new unit tests I wrote (patch 
forthcoming).

http://labs.silverorange.com/files/pear-
patches/Image_JpegXmpReader/image-jpeg-cleanup-2009-
11-10.diff</pre>]]></description>
      <dc:date>2012-01-04T08:30:02+00:00</dc:date>
      <dc:creator>mike &amp;#x61;&amp;#116; silverorange &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Image_JpegXmpReader Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16773">
      <title>Image_JpegXmpReader: Feature/Change Request 16773 [Open] Package.xml generator script</title>
      <link>http://pear.php.net/bugs/16773</link>
      <content:encoded><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T09:00:07+00:00
PHP: Irrelevant OS: Irrelevant Package Version: CVS

Description:
------------
The attached package.php file generates the package.xml file for 
Image_JpegXmpReader. It's easier to maintain than editing the 
XML code by hand.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Image_JpegXmpReader Feature/Change Request
Reported by gauthierm
2009-11-10T09:00:07+00:00
PHP: Irrelevant OS: Irrelevant Package Version: CVS

Description:
------------
The attached package.php file generates the package.xml file for 
Image_JpegXmpReader. It's easier to maintain than editing the 
XML code by hand.</pre>]]></description>
      <dc:date>2012-01-04T08:30:09+00:00</dc:date>
      <dc:creator>mike &amp;#x61;&amp;#116; silverorange &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Image_JpegXmpReader Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
