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?? Quote 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. Quote 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! Quote Link to comment https://forums.phpfreaks.com/topic/82758-garbage-collectionmemory-leak-questions/#findComment-420919 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.