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

Add Travis support #5

Closed szepeviktor closed 8 years ago

szepeviktor commented 8 years ago

See https://docs.travis-ci.com/user/languages/php/

Please consider merging my commits. It is possible in GitHub.

Closes #6

szepeviktor commented 8 years ago

@Whissi I've hacked it together. https://travis-ci.org/szepeviktor/realpath_turbo/builds/165052643

Waiting for some tests...

php --rextinfo turbo_realpath is not really something.

szepeviktor commented 8 years ago

Please add Travis badge to readme.

Whissi commented 8 years ago

Thanks for your help. But I decided to use https://github.com/m6w6/travis-pecl instead.

And finally we are all green now, https://travis-ci.org/Whissi/realpath_turbo/builds/165604130! Wooohooo! :)