<?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=LiveUser</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/19906" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16884" />
      <rdf:li rdf:resource="http://pear.php.net/bug/15270" />
      <rdf:li rdf:resource="http://pear.php.net/bug/14119" />
      <rdf:li rdf:resource="http://pear.php.net/bug/13541" />

     </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/19906">
      <title>LiveUser: Documentation Problem 19906 [Open] Documentation broken links</title>
      <link>http://pear.php.net/bugs/19906</link>
      <content:encoded><![CDATA[<pre>LiveUser Documentation Problem
Reported by thomasdaly
2013-04-17T20:47:15+00:00
PHP: 5.3.23 OS: Linux Package Version: Unknown

Description:
------------
On the page http://pear.php.net/manual/en/package.authentication.liveuser.intro.php the following links are broken:

1) There is also an external wiki dedicated to LiveUser

2) At this point LiveUser is still in beta stage. Even so LiveUser is already being used on a wide range of production websites. A non exhaustive list can be found here.

3) The current roadmap for LiveUser can be viewed here.

4) An ER diagram of the database structure can be found here. 

5) The observer support in LiveUser allows users to automatically have LiveUser call certain callbacks on a number of internal events. It is documented here.</pre>]]></content:encoded>
      <description><![CDATA[<pre>LiveUser Documentation Problem
Reported by thomasdaly
2013-04-17T20:47:15+00:00
PHP: 5.3.23 OS: Linux Package Version: Unknown

Description:
------------
On the page http://pear.php.net/manual/en/package.authentication.liveuser.intro.php the following links are broken:

1) There is also an external wiki dedicated to LiveUser

2) At this point LiveUser is still in beta stage. Even so LiveUser is already being used on a wide range of production websites. A non exhaustive list can be found here.

3) The current roadmap for LiveUser can be viewed here.

4) An ER diagram of the database structure can be found here. 

5) The observer support in LiveUser allows users to automatically have LiveUser call certain callbacks on a number of internal events. It is documented here.</pre>]]></description>
      <dc:date>2013-04-17T20:47:15+00:00</dc:date>
      <dc:creator>thomas &amp;#x64;&amp;#111;&amp;#x74; daly &amp;#x61;&amp;#116; live &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>LiveUser Documentation Problem</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16884">
      <title>LiveUser: Bug 16884 [Open] RC4 decryptPW uses wrong param</title>
      <link>http://pear.php.net/bugs/16884</link>
      <content:encoded><![CDATA[<pre>LiveUser Bug
Reported by jadjei
2009-12-07T21:25:29+00:00
PHP: 5.3.0 OS: CentOS 5 Package Version: 0.16.13

Description:
------------
$decryptedPW given where $encryptedPW should be in decryptPW function

Test script:
---------------
$LU-&gt;decryptPW($users[0]['passwd'], 'rc4', 'test')

Expected result:
----------------
the decrypted password

Actual result:
--------------
Notice: Undefined variable: decryptedPW in /usr/share/pear/LiveUser.php on line 856 Warning: mdecrypt_generic(): An empty string was passed in /usr/share/pear/LiveUser.php on line 943</pre>]]></content:encoded>
      <description><![CDATA[<pre>LiveUser Bug
Reported by jadjei
2009-12-07T21:25:29+00:00
PHP: 5.3.0 OS: CentOS 5 Package Version: 0.16.13

Description:
------------
$decryptedPW given where $encryptedPW should be in decryptPW function

Test script:
---------------
$LU-&gt;decryptPW($users[0]['passwd'], 'rc4', 'test')

Expected result:
----------------
the decrypted password

Actual result:
--------------
Notice: Undefined variable: decryptedPW in /usr/share/pear/LiveUser.php on line 856 Warning: mdecrypt_generic(): An empty string was passed in /usr/share/pear/LiveUser.php on line 943</pre>]]></description>
      <dc:date>2011-09-29T14:17:35+00:00</dc:date>
      <dc:creator>jon &amp;#x61;&amp;#116; webjetty &amp;#x64;&amp;#111;&amp;#x74; co &amp;#x64;&amp;#111;&amp;#x74; uk</dc:creator>
      <dc:subject>LiveUser Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/15270">
      <title>LiveUser: Feature/Change Request 15270 [Open] Actually implement storage for LiveUser_Perm_Storage_Cache</title>
      <link>http://pear.php.net/bugs/15270</link>
      <content:encoded><![CDATA[<pre>LiveUser Feature/Change Request
Reported by doconnor
2008-12-07T22:07:07+00:00
PHP: 5.2.6 OS:  Package Version: CVS

Description:
------------
Not a very good caching layer at the moment, as it never writes into cache.

Spin off from Bug #15127</pre>]]></content:encoded>
      <description><![CDATA[<pre>LiveUser Feature/Change Request
Reported by doconnor
2008-12-07T22:07:07+00:00
PHP: 5.2.6 OS:  Package Version: CVS

Description:
------------
Not a very good caching layer at the moment, as it never writes into cache.

Spin off from Bug #15127</pre>]]></description>
      <dc:date>2008-12-07T22:07:07+00:00</dc:date>
      <dc:creator>daniel &amp;#x64;&amp;#111;&amp;#x74; oconnor &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>LiveUser Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/14119">
      <title>LiveUser: Bug 14119 [Open] liveuser-&gt;login does not return false and script stops executing</title>
      <link>http://pear.php.net/bugs/14119</link>
      <content:encoded><![CDATA[<pre>LiveUser Bug
Reported by sl1ng5h0t
2008-06-10T22:57:12+00:00
PHP: 5.2.6 OS: Win XP Package Version: 0.16.13

Description:
------------
When executing code below:
        if (!$liveUserObj-&gt;login($username, $password)){
          showLoginForm($liveUserObj);   
        }
The script stops after the line. No error nor exceptions are thrown.

//Liveuser/Auth/Common.php line340 changed return $result to return false and script continued.

       // Read user data from database
        $result = $this-&gt;readUserData($handle, $passwd, $auth_user_id);
        if (!$result) {
            return false;
        }

Test script:
---------------
Used gvn Auth example 4</pre>]]></content:encoded>
      <description><![CDATA[<pre>LiveUser Bug
Reported by sl1ng5h0t
2008-06-10T22:57:12+00:00
PHP: 5.2.6 OS: Win XP Package Version: 0.16.13

Description:
------------
When executing code below:
        if (!$liveUserObj-&gt;login($username, $password)){
          showLoginForm($liveUserObj);   
        }
The script stops after the line. No error nor exceptions are thrown.

//Liveuser/Auth/Common.php line340 changed return $result to return false and script continued.

       // Read user data from database
        $result = $this-&gt;readUserData($handle, $passwd, $auth_user_id);
        if (!$result) {
            return false;
        }

Test script:
---------------
Used gvn Auth example 4</pre>]]></description>
      <dc:date>2009-03-13T03:01:41+00:00</dc:date>
      <dc:creator>art &amp;#x61;&amp;#116; malvar &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>LiveUser Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/13541">
      <title>LiveUser: Feature/Change Request 13541 [Open] Move the XML Container from XML_Tree to XML_Serializer</title>
      <link>http://pear.php.net/bugs/13541</link>
      <content:encoded><![CDATA[<pre>LiveUser Feature/Change Request
Reported by dufuz
2008-03-30T12:53:14+00:00
PHP: Irrelevant OS: NA Package Version: CVS

Description:
------------
Given that XML_Tree is not PHP 5 friendly then I suggest we move to XML_Serializer for the XML Containers</pre>]]></content:encoded>
      <description><![CDATA[<pre>LiveUser Feature/Change Request
Reported by dufuz
2008-03-30T12:53:14+00:00
PHP: Irrelevant OS: NA Package Version: CVS

Description:
------------
Given that XML_Tree is not PHP 5 friendly then I suggest we move to XML_Serializer for the XML Containers</pre>]]></description>
      <dc:date>2008-03-30T12:53:14+00:00</dc:date>
      <dc:creator>helgith &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>LiveUser Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
