constants.php 125 B

12345
  1. <?php
  2. define('SWOOLE_FAST_PACK', 1);
  3. define('UNSERIALIZE_OBJECT_TO_ARRAY', 1);
  4. define('UNSERIALIZE_OBJECT_TO_STDCLASS', 2);