|
2 | 2 | "amqp.auto_ack": "Enable automatic message acknowledgements (0/1). 1 means messages are auto-acked on delivery.", |
3 | 3 | "amqp.cacert": "Path to CA certificate file for verifying AMQP server TLS certificates.", |
4 | 4 | "amqp.cert": "Path to client certificate file for mutual TLS authentication.", |
5 | | - "amqp.channel_max": "Maximum number of channels per AMQP connection (0 = server decides; typical default 2047/65535).", |
| 5 | + "amqp.channel_max": "Maximum number of channels per AMQP connection (0 = server decides; typical default 2047 or 65535).", |
6 | 6 | "amqp.connect_timeout": "Connection timeout in seconds for opening AMQP connections (0 = infinite).", |
7 | 7 | "amqp.deserialization_depth": "Maximum depth for PHP value deserialization to avoid deep recursion (integer).", |
8 | 8 | "amqp.frame_max": "Maximum AMQP frame size in bytes (negotiated with server).", |
|
29 | 29 | "apc.enabled": "Enable APCu shared memory cache (On/Off).", |
30 | 30 | "apc.entries_hint": "Hint for expected number of cache entries (0 lets APCu decide).", |
31 | 31 | "apc.gc_ttl": "Seconds a cache entry can remain in the garbage collection list.", |
32 | | - "apc.preload_path": "Directory to preload into APCu at startup (optional).", |
| 32 | + "apc.preload_path": "Directory with $key.data files containing serialized values to preload into APCu at startup.", |
33 | 33 | "apc.serializer": "Serializer to use for APCu values. Common: 'php', 'igbinary', 'msgpack'.", |
34 | 34 | "apc.shm_segments": "Number of shared memory segments to use for APCu.", |
35 | 35 | "apc.shm_size": "Size of the APCu shared memory segment, e.g. 64M.", |
36 | 36 | "apc.slam_defense": "Protect against cache stampede by delaying writes (On/Off).", |
37 | | - "apc.smart": "Smart memory allocation (legacy/experimental flag).", |
| 37 | + "apc.smart": "Values >0 increase chance to flush entire cache when expired entries free too little memory.", |
38 | 38 | "apc.ttl": "Default time-to-live for cache entries (0 = infinite).", |
39 | 39 | "apc.use_request_time": "Use request start time for TTL calculations (On/Off).", |
40 | 40 | "awscrt.log_level": "AWS CRT PHP log level. Values: 'Trace','Debug','Info','Warn','Error','Fatal'.", |
|
0 commit comments