mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5a54777725
commit
423762a731
1 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue