aramds / php-reader

code.google.com/p/php-reader
0 stars 0 forks source link

ID3 tags not transformed into classes on case-sensitive file systems #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the first one, was on Zend_Media_Id3v2, when i try to load an mp3 file
at line:
181  $identifier .= $this->_reader->read(3);
all the identifier are in uppercase so when the class try to load the new file 
doesnt found it. following the zend standart shout be just the first letter in 
uppercase. i changes just puting in lowercase and then making an ucfirst.

the second one, its that i found the proyect interesting, but couldnt fount a 
group email o something like that to write, so i write here, so thanks for all

pd: im wornking with, linux, meaby in win doesnt appear this issue

Original issue reported on code.google.com by nekperu15739@gmail.com on 29 Dec 2009 at 4:45

GoogleCodeExporter commented 9 years ago
Good observation. I've used Windows to develop the library so didn't come across
this. Will fix as soon as possible.

Original comment by svollbehr on 29 Dec 2009 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by svollbehr on 29 Dec 2009 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by svollbehr on 19 Feb 2010 at 2:30

GoogleCodeExporter commented 9 years ago
Released package php-reader-1.8-zf contains the fix.

Original comment by svollbehr on 7 Mar 2010 at 9:03

GoogleCodeExporter commented 9 years ago

Original comment by svollbehr on 7 Mar 2010 at 9:04