diff --git a/.travis.yml b/.travis.yml index 14981bc..508ed2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ sudo: yes dist: trusty env: - - PHPVER="7.0.15" - - PHPVER="7.1.1" + - PHPVER="7.1.7" # This replaces the travis supplied phpbuild which defaults to ZTS enabled # builds. Since we are replacing using the same config, we don't have to add diff --git a/php_shadow.h b/php_shadow.h index 777477a..a4d32a4 100644 --- a/php_shadow.h +++ b/php_shadow.h @@ -68,7 +68,7 @@ ZEND_END_MODULE_GLOBALS(shadow) #define SHADOW_G(v) (shadow_globals.v) #endif -#define SHADOW_VERSION "0.5.0" +#define SHADOW_VERSION "0.6.0" ZEND_EXTERN_MODULE_GLOBALS(shadow)