6 lines
125 B
PHP
6 lines
125 B
PHP
<?php
|
|
|
|
define('SWOOLE_FAST_PACK', 1);
|
|
define('UNSERIALIZE_OBJECT_TO_ARRAY', 1);
|
|
define('UNSERIALIZE_OBJECT_TO_STDCLASS', 2);
|