kristovaher / Wave-Framework

Open Source API-centric PHP Framework
https://github.com/kristovaher/Wave-Framework
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Incorrect folder detection in File, Resource and Image handlers #130

Closed kristovaher closed 10 years ago

kristovaher commented 10 years ago

Installation detects incorrectly folders on Windows. This is a conflict in pathinfo() returning incorrect DIRECTORY_SEPARATOR on Windows, which breaks override folder detection and other similar issues.

kristovaher commented 10 years ago

Fixed in 3.8.0