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
Because of preg_match is too sensitive and getPathName returns different data on differend platforms, replaced regex matching to less stict strpos in #1487
Expected and Actual Behavior
#1376 committed on Nov 21, 2019
the added slash in
preg_match
returns false in windowsphalcon project test1 cd test1 phalcon controller foo
throws exception:
Error: Builder can't locate the configuration file
target file:
src/Builder/Path.php
change line # 63
change line # 71
Details
Environment:
OS: Windows NT TALAL-PC 10.0 build 18362 (Windows 10) AMD64
PHP Version: 7.2.18
PHP SAPI: cli
PHP Bin: C:\wamp\bin\php\php7.2.18\php.exe
PHP Extension Dir: C:\php\ext
PHP Bin Dir: C:\php
Loaded PHP config: C:\wamp\bin\php\php7.2.18\php.ini
Versions:
Phalcon DevTools Version: 4.0.1
Phalcon Version: 4.0.2
AdminLTE Version: 2.3.6
The text was updated successfully, but these errors were encountered: