<?php
$TOC = array (
  0 => 
  array (
    0 => 'migration70.incompatible.php',
    1 => 'Cambios incompatibles con versiones anteriores',
  ),
  1 => 
  array (
    0 => 'migration70.new-features.php',
    1 => 'Nuevas caracter&iacute;sticas',
  ),
  2 => 
  array (
    0 => 'migration70.deprecated.php',
    1 => 'Funcionalidades obsoletas en PHP 7.0.x',
  ),
  3 => 
  array (
    0 => 'migration70.changed-functions.php',
    1 => 'Funciones modificadas',
  ),
  4 => 
  array (
    0 => 'migration70.new-functions.php',
    1 => 'Nuevas funciones',
  ),
  5 => 
  array (
    0 => 'migration70.classes.php',
    1 => 'Nuevas Clases e Interfaces',
  ),
  6 => 
  array (
    0 => 'migration70.constants.php',
    1 => 'Nuevas constantes globales',
  ),
  7 => 
  array (
    0 => 'migration70.sapi-changes.php',
    1 => 'Modificaciones de los m&oacute;dulos SAPI',
  ),
  8 => 
  array (
    0 => 'migration70.removed-exts-sapis.php',
    1 => 'Extensiones y APIs eliminadas',
  ),
  9 => 
  array (
    0 => 'migration70.other-changes.php',
    1 => 'Otros cambios',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'appendices.php',
    1 => 'Ap&eacute;ndices',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);