ZF-11080: Semantical Problem on case-insensitive filesystems
Description
Some case insensitive filesystems ( such as HFS+ ) can present problems with this files :
Zend/Validate/Barcode/UpcA.php Zend/Validate/Barcode/Upca.php
On a case insentive fs this is translated to : zend/validate/barcode/upca.php ( lowercase ) , raising an exception.
Use cases :
Loading the class, svn checkout.
Possible solution :
Rename the file/class.
Comments
Posted by Mickael Perraud (mikaelkael) on 2011-02-16T13:13:15.000+0000
In current trunk, we only use "Upca" and never "UpcA" : http://framework.zend.com/code/filedetails.php/… or http://framework.zend.com/code/filedetails.php/…
Where do you find "UpcA"?
Posted by Jorge Niedbalski (niedbalski) on 2011-02-18T13:59:33.000+0000
We are using the official release of 1.11.0 Final
http://framework.zend.com/code/log.php/…
Posted by Mickael Perraud (mikaelkael) on 2011-02-20T12:45:03.000+0000
The case of the filename changed with r19692 (2009-12-16: http://framework.zend.com/code/revision.php/…)
Delete the file on your filesystem and reimport the one from tar.gz or zip file of 1.11 release.