Return the data after unreference, it might be needed.

This commit is contained in:
Ermal Lui 2010-03-09 17:22:51 +00:00
parent be934aaddb
commit f2f0a74819

View File

@ -169,6 +169,8 @@ function refcount_unreference($reference) {
} else
shmop_write($shmid, $shm_data, 0);
shmop_close($shmid);
return $shm_data;
}
function is_module_loaded($module_name) {