<?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=Validate_NL</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/18913" />

     </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/18913">
      <title>Validate_NL: Feature/Change Request 18913 [Open] ssn is outdated</title>
      <link>http://pear.php.net/bugs/18913</link>
      <content:encoded><![CDATA[<pre>Validate_NL Feature/Change Request
Reported by borrel
2011-10-18T15:22:44+00:00
PHP: Irrelevant OS:  Package Version: SVN

Description:
------------
ssn in NL is now DSN(Burger Service Nummer)
also there IS a verification for this

its a variant on the 11-test(11-proef)
if the numer is stored like ABCDEFGHI, then
(9 x A) + (8 x B) + (7 x C) + (6 x D) + (5 x E) + (4 
x F) + (3 x G) + (2 x H) + (-1 x I) % 11 === 0
also the number can have 8 chars(old numbers)

btw if a bank-acc-number is shorter as 8 it a 'giro-
numer' and cannot be checkd with this algorithem

Test script:
---------------
$val = new Validate_NL;
echo ($val-&gt;ssn('123456789') == false);//should fail
echo ($val-&gt;ssn('111222333') == true);//should not fail
echo ($val-&gt;ssn('123456782') == true);//should not fail


Expected result:
----------------
do a good check that its a valid ssn/bsn/sofi

Actual result:
--------------
only the length and chars are tested, so 123456789 
sould fail but dous not</pre>]]></content:encoded>
      <description><![CDATA[<pre>Validate_NL Feature/Change Request
Reported by borrel
2011-10-18T15:22:44+00:00
PHP: Irrelevant OS:  Package Version: SVN

Description:
------------
ssn in NL is now DSN(Burger Service Nummer)
also there IS a verification for this

its a variant on the 11-test(11-proef)
if the numer is stored like ABCDEFGHI, then
(9 x A) + (8 x B) + (7 x C) + (6 x D) + (5 x E) + (4 
x F) + (3 x G) + (2 x H) + (-1 x I) % 11 === 0
also the number can have 8 chars(old numbers)

btw if a bank-acc-number is shorter as 8 it a 'giro-
numer' and cannot be checkd with this algorithem

Test script:
---------------
$val = new Validate_NL;
echo ($val-&gt;ssn('123456789') == false);//should fail
echo ($val-&gt;ssn('111222333') == true);//should not fail
echo ($val-&gt;ssn('123456782') == true);//should not fail


Expected result:
----------------
do a good check that its a valid ssn/bsn/sofi

Actual result:
--------------
only the length and chars are tested, so 123456789 
sould fail but dous not</pre>]]></description>
      <dc:date>2011-10-31T17:34:02+00:00</dc:date>
      <dc:creator>pear &amp;#x61;&amp;#116; brainpower &amp;#x64;&amp;#111;&amp;#x74; no-ip &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>Validate_NL Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
