Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.0.4
-
Component/s: Zend_Cache
-
Labels:None
-
Fix Version Priority:Must Have
Description
The return value of glob() changed in PHP 5.2.5 when no matches are found (now returns false). See http://www.php.net/glob.
This causes an "Invalid argument supplied for foreach()" on line 281 in release 1.0.3, as well as any other place in Zend_Cache_Backend_File where the return value of glob() is iterated using a foreach loop.
Issue Links
| This issue is duplicated by: | ||||
| ZF-2200 | Invalid argument supplied for foreach |
|
|
|
i just commited a fix for this in trunk, can you confirm that the problem is gone ?