NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.13k stars 83 forks source link

fix esm imports #234

Closed Athorcis closed 1 year ago

Athorcis commented 1 year ago

when the page url path does not finish with / and parent directory does not load php a script, ESM imports fail because resolution algorithm differ from the one used for script src

fixes #233