realpath_turbo icon indicating copy to clipboard operation
realpath_turbo copied to clipboard

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 c...

Results 8 realpath_turbo issues
Sort by recently updated
recently updated
newest added

Installing on Centos 8 with PHP 8.2 or 8.3, the following test fails: ``` FAIL realpath_turbo: Option realpath_turbo.open_basedir (set; with open_basedir already set) [tests/021.phpt] ``` It works another machine with...

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...

realpath_turbo can only be configured from php.ini. We have a number of webservers that all serve several PHP applications. We would like to restrict each app to their own open_basedir,...

Try, ``` diff --git a/tests/012.phpt b/tests/012.phpt index c0c7ec3..c2fb8f9 100644 --- a/tests/012.phpt +++ b/tests/012.phpt @@ -10,6 +10,9 @@ realpath_turbo.disable_dangerous_functions=1

Is this project still maintained? will there be php 8 support?

Without: ``` TEST 7/10 [tests/021.phpt] ========DIFF======== 001+ Warning: PHP Request Startup: open_basedir already set! Please unset open_basedir and only use realpath_turbo.open_basedir option. realpath_turbo will not have any effect when open_basedir...

Ready for review Tested with PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 and 8.0.0beta4

Hi, Website (http://php.webtutor.pl) is not working. Is there an alternative or mirror?