|
From: <gem...@li...> - 2012-08-30 14:12:24
|
Revision: 917
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=917&view=rev
Author: michieltcs
Date: 2012-08-30 14:12:18 +0000 (Thu, 30 Aug 2012)
Log Message:
-----------
Add todo annotation about ip2long
Modified Paths:
--------------
trunk/library/classes/Gems/Validate/IPRanges.php
Modified: trunk/library/classes/Gems/Validate/IPRanges.php
===================================================================
--- trunk/library/classes/Gems/Validate/IPRanges.php 2012-08-30 13:52:12 UTC (rev 916)
+++ trunk/library/classes/Gems/Validate/IPRanges.php 2012-08-30 14:12:18 UTC (rev 917)
@@ -68,6 +68,7 @@
* @param mixed $value
* @return boolean
* @throws Zend_Valid_Exception If validation of $value is impossible
+ * @todo ip2long is broken on Windows, find a replacement
*/
public function isValid($value, $context = array())
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|