Fix segfault in php_stream_context_get_option call

This commit is contained in:
Remi Collet 2017-07-11 11:41:47 +02:00
parent c620daecb4
commit 2458dce3e5
3 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
#define PHP_ZIP_VERSION "1.15.0"
#define PHP_ZIP_VERSION "1.15.1"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)