<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.uopz.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.uopz.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.uopz.php',
    1 => 'uopz',
  ),
  'prev' => 
  array (
    0 => 'book.uopz.php',
    1 => 'uopz',
  ),
  'next' => 
  array (
    0 => 'uopz.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/uopz/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.uopz" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   The uopz - User Operations for Zend -
   extension exposes Zend Engine functionality normally
   used at compilation and execution time in order to
   allow modification of the internal structures that represent PHP code,
   and for user code to interact with the VM.
  </p>
  <p class="para">
   uopz supports the following activities:
  </p>
  <ul class="simplelist">
   <li>Overloading some opcodes including ZEND_EXIT and ZEND_NEW</li>
   <li>Backup and restore functions and methods</li>
   <li>Renaming functions and methods</li>
   <li>Copying of functions and methods</li>
   <li>Deletion of functions and methods</li>
   <li>Redefinition of global and class constants</li>
   <li>Deletion of global and class constants</li>
   <li>Runtime composition and modification of classes</li>
  </ul>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <p class="para">
    All of the activities supported are compatible with opcache
   </p>
  </p></blockquote>
  <div class="caution"><strong class="caution">Застереження</strong>
   <p class="simpara">
    PECL uopz 6.1.1 is not compatible with Xdebug &gt;= 2.9.4.
    Later uopz versions are not compatible with Xdebug &lt; 2.9.4.
   </p>
  </div>
 </div><?php manual_footer($setup); ?>