PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Validate » Validate » Bug #9385

Missing characters in validation sequence

Details

Submitted2006-11-19 13:47 UTC
Fromjanisto at php dot net
Assignedamir
StatusClosed
PackageValidate
PHP VersionIrrelevant
Roadmaps0.8.0

Comments

[2006-11-19 13:47 UTC] janisto at php dot net

Description:
------------
VALIDATE_EALPHA_LOWER (and VALIDATE_EALPHA_UPPER) are missing some characters.

Proper VALIDATE_EALPHA_UPPER:
ÁÉÍÓÚÝÀÈÌÒÙÄËÏÖܾÂÊÎÔÛÃÑÕ¦ÅÆÇ¼ÐØÞ

Proper VALIDATE_EALPHA_LOWER:
áéíóúýàèìòùäëïöüÿâêîôûãñõ¨åæç½ðøþ

That should include all special characters (Latin-1).

[2006-12-10 08:27 UTC] amir at php dot net

This bug has been fixed in CVS.

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.