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
When running PHP on Windows - between server configuration, PHP functions and PHP code paths end up containing most exotic combinations of back and forward slashes.
As result kint's shorten path functionality tends to not work.
It is good practice to equalize all slashes when running comparisons and/or replacements on filesystem paths:
When running PHP on Windows - between server configuration, PHP functions and PHP code paths end up containing most exotic combinations of back and forward slashes.
As result kint's shorten path functionality tends to not work.
It is good practice to equalize all slashes when running comparisons and/or replacements on filesystem paths:
The text was updated successfully, but these errors were encountered: