realpath_turbo
realpath_turbo copied to clipboard
Extension for Windows
I came across this extension after researching degraded file access performance of one of my projects. It turns out, it was impacted by the tremendous performance cost of open_basedir. Is there any chance this can be compiled and offered for PHP running on windows? I use the binaries from windows.php.net.
Try compiling on Travis CI https://travis-ci.community/t/where-to-contribute-php-support-for-windows/304/2 and upload it to an S3 bucket of yours https://docs.travis-ci.com/user/uploading-artifacts/
Four years later and I am still dealing with performance issues with open_basedir. @Whissi How can I get this compiled for PHP 7.3,7.4,8.0,8.1 and 8.2? I am willing to pay for this.