]> granicus.if.org Git - php/commit
emalloc()'d strings must be freed before the request shutdown;
authorZeev Suraski <zeev@php.net>
Sat, 5 May 2001 01:42:15 +0000 (01:42 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 5 May 2001 01:42:15 +0000 (01:42 +0000)
commit52ba317606e79e34dd984ab587b71acab28050a7
tree0a3ffbfc3154896b2d1d946170b15631c7b63961
parent853bf327707b441c1c4a46b23cf8dc8d6be9130f
emalloc()'d strings must be freed before the request shutdown;
Rule of the thumb:  initialize in RINIT, clean in RSHUTDOWN
ext/mysql/php_mysql.c
ext/mysql/php_mysql.h