Joined September 2012
·

Samuel Merlet

Senior Web developer
·
Nantes, France
·
·

Posted to PHP 5.3 : Garbage Collector over 1 year ago

I recomand this article about circular references that explain why you need a garbage collector to be enable. http://www.alexatnet.com/articles/optimize-php-memory-usage-eliminate-circular-references

In real life it's needed for background batch operation that could run for hours for example .

Posted to PDO Persistent Connection over 1 year ago

Note that this doesn't wroks if php run as CGI,
Persistent connections are only supported if you’re using PHP in the mod_php variety, and not the CGI wrapper.

Achievements
114 Karma
12,945 Total ProTip Views