For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > April 2006 > [ANNOUNCEMENT] Validate-0.6.3 (beta) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] Validate-0.6.3 (beta) Released.
PEAR Announce

2006-04-20, 7:01 pm

The new PEAR package Validate-0.6.3 (beta) has been released at http://pear.php.net/.

Release notes
-------------
- email():
* #6930, accepts options as an array to confirm to the Validate standard
previous boolean $check_domain still accepted for backwards compatibility
* #7176, introduces an experimental option "use_rfc822"
which switch to a full RFC822 new checker
* unit test enhanced and completed
- class_exists call in mulitple() now passes false to the autoload param
- uri():
* #6181, Accept URI terminating with a /
* use !empty() instead of isset()
* minus in the top domain as http://example.co-m is invalid
* Double slashes are accepted in the path part (requested by bjori)
As a consequence, only URIs with full authority can be valid, no relative URI
* documentation header completed : usage notes , options and "strict" parameter
* unit tests completed and updated , use php.net instead of unavailable example.org



Package Info
-------------
Package to validate various datas. It includes :
- numbers (min/max, decimal or not)
- email (syntax, domain check, rfc822)
- string (predifined type alpha upper and/or lowercase, numeric,...)
- date (min, max)
- uri (RFC2396)
- possibility valid multiple data with a single method call (::multiple)



Related Links
-------------
Package home: http://pear.php.net/package/Validate
Changelog: http://pear.php.net/package/Validate/download/0.6.3
Download: http://pear.php.net/get/Validate-0.6.3.tgz

Authors
-------------
Pierre-Alain Joye (lead)
Thomas V.V.Cox <cox@idecnet.com> (lead)
Stefan Neufeind <pear.neufeind@speedpartner.de> (developer)
Helgi Žormar <dufuz@php.net> (lead)
bertrand Gugger <bertrand@toggg.com> (lead)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com