summaryrefslogtreecommitdiff
path: root/ext/mysqli
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2007-11-09 11:06:07 +0000
committerAndrey Hristov <andrey@php.net>2007-11-09 11:06:07 +0000
commit660ba3b61b1f235d8e973182b9c15d577c3f5f62 (patch)
treea3ea7c110121ab80cc47186f0f085e6cd3f4d9ff /ext/mysqli
parent6f63004f1a1e7b8779ba8737ed74f0d3596236a0 (diff)
downloadphp-git-660ba3b61b1f235d8e973182b9c15d577c3f5f62.tar.gz
Fix build
Diffstat (limited to 'ext/mysqli')
-rw-r--r--ext/mysqli/mysqli_nonapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c
index 87b33f4389..b429ca60fb 100644
--- a/ext/mysqli/mysqli_nonapi.c
+++ b/ext/mysqli/mysqli_nonapi.c
@@ -148,7 +148,7 @@ PHP_FUNCTION(mysqli_connect)
le.type = php_le_pmysqli();
le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
- zend_ptr_stack_init(&plist->free_links, 1);
+ zend_ptr_stack_init_ex(&plist->free_links, 1);
zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL);
}
}