calmchess Posted December 21, 2007 Share Posted December 21, 2007 I'm passing variables to a function via paramaters but when the variables get passed i'm renaming the passed variables to other variable names.......see below...........my question is by doing this is this creating refrences to more variables than necessary or are the refrences to the old variables released?garbage collector to collect the old variables?.....i'm wondering because i want the garbage collector to collect the old variables....could somebody plz shed some light on avoiding memory leaks in php?? Link to comment https://forums.phpfreaks.com/topic/82758-garbage-collectionmemory-leak-questions/ Share on other sites More sharing options...
trq Posted December 21, 2007 Share Posted December 21, 2007 There are no such things as memory leaks in php. Link to comment https://forums.phpfreaks.com/topic/82758-garbage-collectionmemory-leak-questions/#findComment-420910 Share on other sites More sharing options...
rarebit Posted December 22, 2007 Share Posted December 22, 2007 if you have old variables then reinitialise them, unset or reset them, but i aint seen no malloc around here! Link to comment https://forums.phpfreaks.com/topic/82758-garbage-collectionmemory-leak-questions/#findComment-420919 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.