Browse Source

Now make it work too (thanks for noticing that Andi :)

PHP-4.0.5
Zeev Suraski 26 years ago
parent
commit
47654fd021
  1. 2
      ext/msql/php_msql.c

2
ext/msql/php_msql.c

@ -121,7 +121,7 @@ static void _delete_query(zend_rsrc_list_entry *rsrc)
m_query *query = (m_query *)rsrc->ptr;
if(query->result) msqlFreeResult(query->result);
efree(rsrc);
efree(query);
}
static m_query *php_msql_query_wrapper(m_result *res, int af_rows)

Loading…
Cancel
Save