<?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_BE</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/16823" />

     </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/16823">
      <title>Validate_BE: Feature/Change Request 16823 [Assigned] Validation rules for phone numbers outdated</title>
      <link>http://pear.php.net/bugs/16823</link>
      <content:encoded><![CDATA[<pre>Validate_BE Feature/Change Request
Reported by patrickvw
2009-11-23T17:26:25+00:00
PHP: 5.2.5 OS:  Package Version: 0.1.4

Description:
------------
The array $zoneprefixes['mobile'] misses several entries.

See http://www.ibpt.be/GetDocument.aspx?forObjectID=504&amp;lang=en   for official list

The attached diff file updates the relevant entry

--- BE.php.old  2009-11-23 12:21:00.000000000 +0100
+++ BE.php      2009-11-23 12:22:29.000000000 +0100
@@ -385,10 +385,13 @@
                                               '083', '084', '085', '086', '087',
                                               '089');
         $zoneprefixes['bigzone']    = array('02', '03', '04', '09');
-        $zoneprefixes['mobile']     = array('0472', '0473', '0474', '0475',
-                                            '0476', '0477', '0478', '0479 ',
-                                            '0485', '0486 ', '0494', '0495',
-                                            '0496', '0497', '0498', '0499');
+        $zoneprefixes['mobile']     = array('0470', '0471', '0472', '0473',
+                                            '0474', '0475', '0476', '0477',
+                                            '0478', '0479', '0484', '0485',
+                                            '0486', '0487', '0488', '0489',
+                                            '0491', '0492', '0493', '0494',
+                                            '0495', '0496', '0497', '0498',
+                                            '0499');

         $result = false;
         // Cleaning the phone number</pre>]]></content:encoded>
      <description><![CDATA[<pre>Validate_BE Feature/Change Request
Reported by patrickvw
2009-11-23T17:26:25+00:00
PHP: 5.2.5 OS:  Package Version: 0.1.4

Description:
------------
The array $zoneprefixes['mobile'] misses several entries.

See http://www.ibpt.be/GetDocument.aspx?forObjectID=504&amp;lang=en   for official list

The attached diff file updates the relevant entry

--- BE.php.old  2009-11-23 12:21:00.000000000 +0100
+++ BE.php      2009-11-23 12:22:29.000000000 +0100
@@ -385,10 +385,13 @@
                                               '083', '084', '085', '086', '087',
                                               '089');
         $zoneprefixes['bigzone']    = array('02', '03', '04', '09');
-        $zoneprefixes['mobile']     = array('0472', '0473', '0474', '0475',
-                                            '0476', '0477', '0478', '0479 ',
-                                            '0485', '0486 ', '0494', '0495',
-                                            '0496', '0497', '0498', '0499');
+        $zoneprefixes['mobile']     = array('0470', '0471', '0472', '0473',
+                                            '0474', '0475', '0476', '0477',
+                                            '0478', '0479', '0484', '0485',
+                                            '0486', '0487', '0488', '0489',
+                                            '0491', '0492', '0493', '0494',
+                                            '0495', '0496', '0497', '0498',
+                                            '0499');

         $result = false;
         // Cleaning the phone number</pre>]]></description>
      <dc:date>2009-12-02T04:54:23+00:00</dc:date>
      <dc:creator>patrick &amp;#x61;&amp;#116; vande-walle &amp;#x64;&amp;#111;&amp;#x74; eu</dc:creator>
      <dc:subject>Validate_BE Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
