mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix segfault in php_stream_context_get_option call
This commit is contained in:
parent
c620daecb4
commit
2458dce3e5
3 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue