mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fixed build
This commit is contained in:
parent
22a61cea33
commit
f66bef2414
@ -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); \
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user