Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with windows directory separator #957

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

inri13666
Copy link

@inri13666 inri13666 commented Jul 21, 2020

Without this fix, I got on my fresh SF5 project on WIndows following issue

In MappingPass.php line 65:
  Class App\src\Kernel does not exist  

image

STR:

composer create-project symfony/skeleton
cd skeleton
composer require ongr/elasticsearch-bundle:7.0.*

ENVIRONMENT:
systeminfo | findstr /B /C:"OS Version" /C:"System Type" /C:"System Locale"

OS Version:                10.0.17763 N/A Build 17763
System Type:               x64-based PC
System Locale:             en-us;English (United States)

php -i | findstr /B /C:"PHP Version" /C:"Architecture" /C:"Compiler" /C:"Configure Command" /C:"Zend Extension Build" /C:"Client API library version" /C:"PostgreSQL(libpq)"

PHP Version => 7.4.2
Compiler => Visual C++ 2017
Architecture => x64
Configure Command => cscript /nologo configure.js  "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x64\instantclient_12_1\sdk,shared" "--with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x64\instantclient_12_1\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--without-analyzer" "--with-pgo"
Zend Extension Build => API320190902,TS,VC15
PHP Version => 7.4.2
Client API library version => mysqlnd 7.4.2
PostgreSQL(libpq) Version => 11.4
PostgreSQL(libpq) Version => 11.4
PostgreSQL(libpq)  => PostgreSQL 11.4, compiled by Visual C++, 64-bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant