<?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_SMS</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/17385" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16447" />

     </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/17385">
      <title>Net_SMS: Feature/Change Request 17385 [Open] No proxy support</title>
      <link>http://pear.php.net/bugs/17385</link>
      <content:encoded><![CDATA[<pre>Net_SMS Feature/Change Request
Reported by ojohner
2010-05-10T18:57:57+00:00
PHP: 5.2.9 OS: OpenSuse Package Version: 0.1.0

Description:
------------
When we call the 'autenticate()' method, a HTTP_Request objet is instanciated but no proxy parametre can be set.

Test script:
---------------
$params = array(
        'user'=&gt;'userTest',
        'password'=&gt;'passTest',
        'api_id'=&gt;'12345678',);

$driver = 'clickatell_http';

$sms = new Net_SMS();
$fac = $sms-&gt;factory($driver,$params);

$auth = $fac-&gt;authenticate();

if (PEAR::isError($auth)) {
    die ($auth-&gt;getMessage());
}

echo &quot;Authentification OK&quot;;

Expected result:
----------------
Authentification OK

Actual result:
--------------
Authentication failed. Could not open auth?user=userTest&amp;password=passTest&amp;api_id=12345678.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_SMS Feature/Change Request
Reported by ojohner
2010-05-10T18:57:57+00:00
PHP: 5.2.9 OS: OpenSuse Package Version: 0.1.0

Description:
------------
When we call the 'autenticate()' method, a HTTP_Request objet is instanciated but no proxy parametre can be set.

Test script:
---------------
$params = array(
        'user'=&gt;'userTest',
        'password'=&gt;'passTest',
        'api_id'=&gt;'12345678',);

$driver = 'clickatell_http';

$sms = new Net_SMS();
$fac = $sms-&gt;factory($driver,$params);

$auth = $fac-&gt;authenticate();

if (PEAR::isError($auth)) {
    die ($auth-&gt;getMessage());
}

echo &quot;Authentification OK&quot;;

Expected result:
----------------
Authentification OK

Actual result:
--------------
Authentication failed. Could not open auth?user=userTest&amp;password=passTest&amp;api_id=12345678.</pre>]]></description>
      <dc:date>2011-11-25T06:58:36+00:00</dc:date>
      <dc:creator>ojohner &amp;#x61;&amp;#116; i-axes &amp;#x64;&amp;#111;&amp;#x74; ch</dc:creator>
      <dc:subject>Net_SMS Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16447">
      <title>Net_SMS: Feature/Change Request 16447 [Open] Create command line script for sending SMS messages</title>
      <link>http://pear.php.net/bugs/16447</link>
      <content:encoded><![CDATA[<pre>Net_SMS Feature/Change Request
Reported by loci
2009-07-17T19:34:34+00:00
PHP: 5.2.5 OS: Unix/Linux Package Version: CVS

Description:
------------
This can be very useful for those who need to send an SMS messages right from the command line.

This script can use the main Net_SMS framework.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_SMS Feature/Change Request
Reported by loci
2009-07-17T19:34:34+00:00
PHP: 5.2.5 OS: Unix/Linux Package Version: CVS

Description:
------------
This can be very useful for those who need to send an SMS messages right from the command line.

This script can use the main Net_SMS framework.</pre>]]></description>
      <dc:date>2009-07-18T13:49:32+00:00</dc:date>
      <dc:creator>nikita &amp;#x61;&amp;#116; realitydrivendeveloper &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_SMS Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
