The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Memory Leaks With Objects in PHP 5

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paul M Jones

Posts: 534
Nickname: pmjones
Registered: Sep, 2004

Paul M Jones is a web developer, author, and speaker.
Memory Leaks With Objects in PHP 5 Posted: Sep 27, 2007 8:24 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Paul M Jones.
Original Post: Memory Leaks With Objects in PHP 5
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Paul M Jones
Latest Posts From Paul M. Jones

Advertisement
PHP objects with circular references do not release their memory during garbage collection, or even when you call unset() on the parent object. Read on to find out why, and how to work around it. Maybe a PHP internals developer would care to modify how unset() works?

Read: Memory Leaks With Objects in PHP 5

Topic: Zend/PHP Conference 2007 Previous Topic   Next Topic Topic: Lampooning Benchmarks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use