yiisoft / config

Configuration management
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Use system directory separator #98

Closed DizhovskyyD closed 2 years ago

DizhovskyyD commented 2 years ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues
vjik commented 2 years ago

In windows correct work both separators: \, /, in linux only /. So we can use / for directory separator in this cases instead of constant DIRECTORY_SEPARATOR.

samdark commented 2 years ago

As @vjik mentioned, it currently works well in Windows. @DizhovskyyD is there something that doesn't currently work well?

DizhovskyyD commented 2 years ago

Sorry, there was an error in my code. I try to help the community in the development of yii3, but I don't always immediately figure out where my mistake is.

2021-11-26 8:50 GMT+02:00, Alexander Makarov @.***>:

As @vjik mentioned, it currently works well in Windows. @DizhovskyyD is there something that doesn't currently work well?

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/yiisoft/config/pull/98#issuecomment-979734344

samdark commented 2 years ago

That's OK. Thanks for trying to help.