Whissi / realpath_turbo

When PHP's open_basedir restriction is set, PHP disables the realpath cache for security reasons. This may hurt your application performance. The realpath_turbo PHP extension re-enables the realpath cache. Warning: This could be a security problem in your environment! Please read the README for further information.
BSD 2-Clause "Simplified" License
45 stars 13 forks source link

will it work with php7.4 too? #17

Closed fuco809 closed 3 years ago

fuco809 commented 4 years ago

a) why php does not integrate a solution for this in new releases?

b) will realpath_turbo works with php7.4 too?

Whissi commented 4 years ago

b) will realpath_turbo works with php7.4 too?

It's working with PHP 7.4, see tests from https://travis-ci.org/github/Whissi/realpath_turbo

a) why php does not integrate a solution for this in new releases?

Ask the PHP project. But keep in mind that this turbo has side effects on security and is therefore not supposed to run on mass hosting platforms for example.

fuco809 commented 3 years ago

thanks for your work. also for php8.0 - but theres no test for this version on https://travis-ci.org/github/Whissi/realpath_turbo 8.0 = master OK, u are right szepeviktor

szepeviktor commented 3 years ago

Isn't PHP=master PHP 8?