@@ -125,6 +125,8 @@ class Constant
125125
126126 public const OPTION_AIO_MAX_IDLE_TIME = 'aio_max_idle_time ' ;
127127
128+ public const OPTION_IOURING_ENTRIES = 'iouring_entries ' ;
129+
128130 public const OPTION_ENABLE_SIGNALFD = 'enable_signalfd ' ;
129131
130132 public const OPTION_WAIT_SIGNAL = 'wait_signal ' ;
@@ -281,36 +283,16 @@ class Constant
281283
282284 public const OPTION_UPLOAD_TMP_DIR = 'upload_tmp_dir ' ;
283285
284- public const OPTION_HOST = 'host ' ;
285-
286- public const OPTION_PORT = 'port ' ;
287-
288- public const OPTION_SSL = 'ssl ' ;
289-
290- public const OPTION_USER = 'user ' ;
291-
292- public const OPTION_PASSWORD = 'password ' ;
293-
294- public const OPTION_DATABASE = 'database ' ;
295-
296- public const OPTION_CHARSET = 'charset ' ;
297-
298- public const OPTION_STRICT_TYPE = 'strict_type ' ;
299-
300- public const OPTION_FETCH_MODE = 'fetch_mode ' ;
301-
302286 public const OPTION_ENABLE_MESSAGE_BUS = 'enable_message_bus ' ;
303287
304288 public const OPTION_MAX_PACKAGE_SIZE = 'max_package_size ' ;
305289
306- public const OPTION_SERIALIZE = 'serialize ' ;
307-
308- public const OPTION_RECONNECT = 'reconnect ' ;
309-
310- public const OPTION_COMPATIBILITY_MODE = 'compatibility_mode ' ;
290+ public const OPTION_SSL = 'ssl ' ;
311291
312292 public const OPTION_CHROOT = 'chroot ' ;
313293
294+ public const OPTION_USER = 'user ' ;
295+
314296 public const OPTION_GROUP = 'group ' ;
315297
316298 public const OPTION_DAEMONIZE = 'daemonize ' ;
@@ -407,6 +389,10 @@ class Constant
407389
408390 public const OPTION_MESSAGE_QUEUE_KEY = 'message_queue_key ' ;
409391
392+ public const OPTION_BOOTSTRAP = 'bootstrap ' ;
393+
394+ public const OPTION_INIT_ARGUMENTS = 'init_arguments ' ;
395+
410396 public const OPTION_BACKLOG = 'backlog ' ;
411397
412398 public const OPTION_KERNEL_SOCKET_RECV_BUFFER_SIZE = 'kernel_socket_recv_buffer_size ' ;
0 commit comments