From: Leandro Lucarella Date: Sun, 10 Oct 2010 02:49:34 +0000 (-0300) Subject: Actualizar estado de PHP 5.3.0 X-Git-Tag: entrega-2010-10-14~24 X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/commitdiff_plain/a112b981181e8bd7bafc51d657dbf862e90612fd Actualizar estado de PHP 5.3.0 --- diff --git a/source/gc.rst b/source/gc.rst index 7b91082..1998a31 100644 --- a/source/gc.rst +++ b/source/gc.rst @@ -821,7 +821,7 @@ en cuanto a la detección y recolección de ciclos fue utilizado en muchos lenguajes de programación sin que su necesidad sea tan evidente. Por ejemplo Python_ agregó recolección de ciclos en la versión 2.0 [NAS00]_ (liberada en octubre de 2000) y PHP_ recién agrega detección de ciclos en la versión 5.3 -(todavía no liberada al momento de escribir este documento) [PHP081]_. +[PHP530]_. .. _gc_rc_example: diff --git a/source/referencias.rst b/source/referencias.rst index 7c16361..9f27a50 100644 --- a/source/referencias.rst +++ b/source/referencias.rst @@ -130,9 +130,9 @@ __ http://thecybershadow.net/d/Memory_Management_in_the_D_Programming_Language.p .. [NAS00] Neil Schemenauer. `Garbage Collection for Python`__. 2000. __ http://arctrix.com/nas/python/gc/ -.. [PHP081] PHP Team. `PHP 5.3 alpha1 released!`__. PHP news archive. - 2008-08-01. -__ http://www.php.net/archive/2008.php#id2008-08-01-1 +.. [PHP530] PHP Team. `PHP 5.3.0 Release Announcement`__. PHP news archive. + 2009-06-30. +__ http://php.net/releases/5_3_0.php .. [GCBIB] Richard Jones. `The Garbage Collection Bibliography`__. 1996-2009. __ http://www.cs.ukc.ac.uk/people/staff/rej/gcbib/gcbib.html