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

Cannot compile under php 7.0+ #2

Closed roman4e closed 8 years ago

roman4e commented 8 years ago

There are lots of errors while compiling for the PHP7.0

Mikk3lRo commented 8 years ago

Try the fork I made a couple of days ago, it works for me: https://github.com/Mikk3lRo/realpath_turbo

Whissi commented 8 years ago

Closed via d8f0304d9f8b72c55422991ff863ef60df3b9157.

rayward commented 8 years ago

@Whissi is this ready for release?

Whissi commented 8 years ago

It is currently in beta phase. So anybody testing the develop branch is welcome. I plan do add some basic test coverage later and do a real RC release before the final release...

Final v2 is expected not before November.

rayward commented 8 years ago

Thanks! We're in the process of upgrading our infrastructure to PHP 7, so we'll do some testing.

Whissi commented 8 years ago

I merged the changes into master and have released v2.0.0 RC1. Would be nice to get some feedback. Final release is scheduled for November.