Is there any way to force PHP to do garbage collection before the end of the request?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akhil852
    New Member
    • Mar 2014
    • 1

    Is there any way to force PHP to do garbage collection before the end of the request?

    Is there any way to force PHP to do garbage collection before the end of the request?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    AFAIK, no.

    the only GC that you can influence at all is the Session GC.

    Comment

    • Dlovan
      New Member
      • Mar 2014
      • 5

      #3
      i think you can do it by the question before the end point

      Comment

      Working...