You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruudboon
changed the title
[BUG]: ConfigFactory::Load() fails if path contains dor.
[BUG]: ConfigFactory::Load() fails if path contains dot
Jan 22, 2020
* ruudboon-fix-session-issue-14694:
Fixed asset
Replaced implementation
Missing let
Use filepath to build correct path
Styling fix [ci-skip]
Updated Changelog
Updated Changelog
Without doing a file exists check we aren't able to detect if extension is set. I would like to make the users responsibility to not add the extension like it's described in the docs. Fixed#14756
Fixed in storage adapter as well
Wait for lock is removed
Wait for lock is removed
Lock files while writing. Fix issue #14694
* 4.0.x: (61 commits)
Optimized build files for 4.0.3
Release 4.0.3
Updated package to 4.0.3 and added release notes
Bump Zephir to 0.12.16
Fix [Source on GitHub] links
Typos
Change style code to camelCase
#13655 - All tests for Annotations\Annotation
Fixed asset
Replaced implementation
Missing let
Use filepath to build correct path
Styling fix [ci-skip]
Updated Changelog
Updated Changelog
Without doing a file exists check we aren't able to detect if extension is set. I would like to make the users responsibility to not add the extension like it's described in the docs. Fixed#14756
delete useless delete file and check if content exist in Apcu
fix name class issu
fix static code analytic
#13655 - All tests done for Annotations/Adapter/* (Apcu/Memory/Stream)
...
If the path contains a dot the extension will not be added.
https://github.com/phalcon/cphalcon/runs/403253837#step:12:74
Expecting bug here: https://github.com/phalcon/cphalcon/blob/master/phalcon/Config/ConfigFactory.zep#L104
Phalcon 4.0.2
Php: any
The text was updated successfully, but these errors were encountered: