Added note about 5.2 and circular references.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300086 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Skilbeck 2010-06-02 08:08:15 +00:00
parent 5a54777725
commit 423762a731

View file

@ -30,7 +30,18 @@
No return value
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
If you're using a PHP version before 5.3, you must destroy the <classname>CairoContext</classname>
associated with a <classname>CairoSurface</classname> <em>after</em> you destroy the
CairoSurface. Otherwise, you're left with a Circular-reference memory leak.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>