Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.2

Bug #17654 postalCode does not return boolean but integer
Submitted: 2010-08-04 18:14 UTC
From: cweiske Assigned: doconnor
Status: Closed Package: Validate_AR (version 0.1.0)
PHP Version: 5.3.3 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-08-04 18:14 UTC] cweiske (Christian Weiske)
Description: ------------ Validate_AR::postalCode() does not return a boolean value but the plain result from preg_match(), which is an integer value. It should be casted to (bool).

Comments

 [2010-08-14 18:25 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.