diff options
author | Xinchen Hui <laruence@php.net> | 2015-03-09 15:50:52 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-03-09 15:50:52 +0800 |
commit | f66bef2414e3907129eeaea2b902e813aaf4f4b5 (patch) | |
tree | 6e10454b9af1217b560ce3b98d8aa9a7364f4d85 /ext/mysqli | |
parent | 22a61cea333f5d8bce4d0bfe1ca66ce52064a4f5 (diff) | |
download | php-git-f66bef2414e3907129eeaea2b902e813aaf4f4b5.tar.gz |
Fixed build
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/php_mysqli_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h index 6fe8249426..ec9ef49e91 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -314,7 +314,7 @@ extern PHPAPI zend_class_entry *spl_ce_RuntimeException; mysqli_object *intern = Z_MYSQLI_P(__id); \ efree(intern->ptr); \ intern->ptr = NULL; \ - ZVAL_NULL(*__id); \ + ZVAL_NULL(__id); \ } |