<?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=Net_UserAgent_Mobile</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/18814" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17295" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17197" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16571" />
      <rdf:li rdf:resource="http://pear.php.net/bug/14241" />

     </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/18814">
      <title>Net_UserAgent_Mobile: Feature/Change Request 18814 [Open] Android Smartphone support</title>
      <link>http://pear.php.net/bugs/18814</link>
      <content:encoded><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by gullevek
2011-09-08T16:20:50+00:00
PHP: 5.3.8 OS: Debian Package Version: 1.0.0

Description:
------------
Current system does not detect Android Smartphones

Test script:
---------------
Access a page with this script with a Docomo Android Smartphone, it will be detected as a normal PC browser and not as a mobile browser

Expected result:
----------------
Get data back as a smartphone (have a new flag for smartphone)</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by gullevek
2011-09-08T16:20:50+00:00
PHP: 5.3.8 OS: Debian Package Version: 1.0.0

Description:
------------
Current system does not detect Android Smartphones

Test script:
---------------
Access a page with this script with a Docomo Android Smartphone, it will be detected as a normal PC browser and not as a mobile browser

Expected result:
----------------
Get data back as a smartphone (have a new flag for smartphone)</pre>]]></description>
      <dc:date>2011-09-08T16:20:50+00:00</dc:date>
      <dc:creator>clemens &amp;#x64;&amp;#111;&amp;#x74; schwaighofer &amp;#x61;&amp;#116; e-graphics &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_UserAgent_Mobile Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17295">
      <title>Net_UserAgent_Mobile: Feature/Change Request 17295 [Open] DoCoMo WLAN not working</title>
      <link>http://pear.php.net/bugs/17295</link>
      <content:encoded><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by momoi
2010-04-06T11:40:18+00:00
PHP: 5.3.2 OS: Linux Package Version: 1.0.0

Description:
------------
in N90xiL, user can select i-mode or wlan.
if use wlan, UserAgent is &quot;WLAN_DoCoMo/2.0 N90......&quot;

if (preg_match('!^DoCoMo!', $userAgent)) {
to
if (preg_match('!^(WLAN_|)DoCoMo!', $userAgent)) {</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by momoi
2010-04-06T11:40:18+00:00
PHP: 5.3.2 OS: Linux Package Version: 1.0.0

Description:
------------
in N90xiL, user can select i-mode or wlan.
if use wlan, UserAgent is &quot;WLAN_DoCoMo/2.0 N90......&quot;

if (preg_match('!^DoCoMo!', $userAgent)) {
to
if (preg_match('!^(WLAN_|)DoCoMo!', $userAgent)) {</pre>]]></description>
      <dc:date>2010-04-06T11:40:18+00:00</dc:date>
      <dc:creator>webmaster &amp;#x61;&amp;#116; momo-i &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>Net_UserAgent_Mobile Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17197">
      <title>Net_UserAgent_Mobile: Feature/Change Request 17197 [Open] Support of Yahoo search Crawler (Vodafone)</title>
      <link>http://pear.php.net/bugs/17197</link>
      <content:encoded><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by kawai
2010-03-05T06:47:31+00:00
PHP: Irrelevant OS:  Package Version: 1.0.0

Description:
------------
Yahoo crawller sends strange robot User-agent, and triggers PHP 
fatal error.

Test script:
---------------
&lt;?php
require_once('Net/UserAgent/Mobile.php');
$agent_string = &quot;Vodafone/1.0/V705SH (compatible; Y!J-SRD/1.0; http://help.yahoo.co.jp/help/jp/search/indexing/indexing-27.html)&quot;;
$agent = Net_UserAgent_Mobile::factory($agent_string);
echo $agent-&gt;isDoCoMo();


Expected result:
----------------
false

Actual result:
--------------
NULL
PHP Fatal error:  Call to undefined method 
Net_UserAgent_Mobile_Error::isDoCoMo() in /var/tmp/hoge.php 
on line 5</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by kawai
2010-03-05T06:47:31+00:00
PHP: Irrelevant OS:  Package Version: 1.0.0

Description:
------------
Yahoo crawller sends strange robot User-agent, and triggers PHP 
fatal error.

Test script:
---------------
&lt;?php
require_once('Net/UserAgent/Mobile.php');
$agent_string = &quot;Vodafone/1.0/V705SH (compatible; Y!J-SRD/1.0; http://help.yahoo.co.jp/help/jp/search/indexing/indexing-27.html)&quot;;
$agent = Net_UserAgent_Mobile::factory($agent_string);
echo $agent-&gt;isDoCoMo();


Expected result:
----------------
false

Actual result:
--------------
NULL
PHP Fatal error:  Call to undefined method 
Net_UserAgent_Mobile_Error::isDoCoMo() in /var/tmp/hoge.php 
on line 5</pre>]]></description>
      <dc:date>2010-03-05T06:47:31+00:00</dc:date>
      <dc:creator>hiroaki &amp;#x64;&amp;#111;&amp;#x74; kawai &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_UserAgent_Mobile Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16571">
      <title>Net_UserAgent_Mobile: Feature/Change Request 16571 [Open] New User-agents for E-mobile</title>
      <link>http://pear.php.net/bugs/16571</link>
      <content:encoded><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by dev_nnnn
2009-09-06T11:55:09+00:00
PHP: 5.2.5 OS: RHEL Package Version: 1.0.0

Description:
------------
E-mobile(EM) has started selling mobile phones in Japan.
It would be very pleasent if this program would be able to define EM mobile phones as the others

The technical information about EM's user-agent is as followed.
http://developer.emnet.ne.jp/useragent.html

thanks</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by dev_nnnn
2009-09-06T11:55:09+00:00
PHP: 5.2.5 OS: RHEL Package Version: 1.0.0

Description:
------------
E-mobile(EM) has started selling mobile phones in Japan.
It would be very pleasent if this program would be able to define EM mobile phones as the others

The technical information about EM's user-agent is as followed.
http://developer.emnet.ne.jp/useragent.html

thanks</pre>]]></description>
      <dc:date>2009-09-06T11:55:09+00:00</dc:date>
      <dc:creator>dev &amp;#x64;&amp;#111;&amp;#x74; nnnn &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_UserAgent_Mobile Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/14241">
      <title>Net_UserAgent_Mobile: Feature/Change Request 14241 [Open] getCacheSize function</title>
      <link>http://pear.php.net/bugs/14241</link>
      <content:encoded><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by nurikabe
2008-06-25T22:33:58+00:00
PHP: 5.2.0 OS: Debian Package Version: 1.0.0RC1

Description:
------------
Would love to have a getCacheSize() function (or similar) so that we can know how much data can safely be rendered per page on each device.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_UserAgent_Mobile Feature/Change Request
Reported by nurikabe
2008-06-25T22:33:58+00:00
PHP: 5.2.0 OS: Debian Package Version: 1.0.0RC1

Description:
------------
Would love to have a getCacheSize() function (or similar) so that we can know how much data can safely be rendered per page on each device.</pre>]]></description>
      <dc:date>2008-06-25T22:40:54+00:00</dc:date>
      <dc:creator>eaowens &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_UserAgent_Mobile Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
