and may be more. This does not work on Windows due to the directory separator (/ vs \). You don't need to take care of the directory separator for any file functions, however you would still need to take care of it for pure string functions.
[2.] makes it impossible to install Contao 4 on Windows currently. The Install Tool will always say PHP is not allowed to write files! - since it actually checks the following path at BackendInstall.php#L65:
The core bundle uses
str_replace
in various places to remove the root directory from a path, e.g.and may be more. This does not work on Windows due to the directory separator (
/
vs\
). You don't need to take care of the directory separator for any file functions, however you would still need to take care of it for pure string functions.[2.] makes it impossible to install Contao 4 on Windows currently. The Install Tool will always say
PHP is not allowed to write files!
- since it actually checks the following path at BackendInstall.php#L65: