php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_accel_globals Struct Reference

#include <ZendAccelerator.h>

Data Fields

bool counted
 
bool enabled
 
bool locked
 
bool accelerator_enabled
 
bool pcre_reseted
 
zend_accel_directives accel_directives
 
zend_stringcwd
 
zend_stringinclude_path
 
char include_path_key [32]
 
char cwd_key [32]
 
int include_path_key_len
 
bool include_path_check
 
int cwd_key_len
 
bool cwd_check
 
int auto_globals_mask
 
time_t request_time
 
time_t last_restart_time
 
HashTable xlat_table
 
zend_ulong root_hash
 
voidpreloaded_internal_run_time_cache
 
size_t preloaded_internal_run_time_cache_size
 
voidmem
 
zend_persistent_scriptcurrent_persistent_script
 
const zend_opcache_opline
 
zend_persistent_scriptcache_persistent_script
 
zend_stringkey
 

Detailed Description

Definition at line 198 of file ZendAccelerator.h.

Field Documentation

◆ accel_directives

zend_accel_directives _zend_accel_globals::accel_directives

Definition at line 204 of file ZendAccelerator.h.

◆ accelerator_enabled

bool _zend_accel_globals::accelerator_enabled

Definition at line 202 of file ZendAccelerator.h.

◆ auto_globals_mask

int _zend_accel_globals::auto_globals_mask

Definition at line 213 of file ZendAccelerator.h.

◆ cache_opline

const zend_op* _zend_accel_globals::cache_opline

Definition at line 226 of file ZendAccelerator.h.

◆ cache_persistent_script

zend_persistent_script* _zend_accel_globals::cache_persistent_script

Definition at line 227 of file ZendAccelerator.h.

◆ counted

bool _zend_accel_globals::counted

Definition at line 199 of file ZendAccelerator.h.

◆ current_persistent_script

zend_persistent_script* _zend_accel_globals::current_persistent_script

Definition at line 224 of file ZendAccelerator.h.

◆ cwd

zend_string* _zend_accel_globals::cwd

Definition at line 205 of file ZendAccelerator.h.

◆ cwd_check

bool _zend_accel_globals::cwd_check

Definition at line 212 of file ZendAccelerator.h.

◆ cwd_key

char _zend_accel_globals::cwd_key[32]

Definition at line 208 of file ZendAccelerator.h.

◆ cwd_key_len

int _zend_accel_globals::cwd_key_len

Definition at line 211 of file ZendAccelerator.h.

◆ enabled

bool _zend_accel_globals::enabled

Definition at line 200 of file ZendAccelerator.h.

◆ include_path

zend_string* _zend_accel_globals::include_path

Definition at line 206 of file ZendAccelerator.h.

◆ include_path_check

bool _zend_accel_globals::include_path_check

Definition at line 210 of file ZendAccelerator.h.

◆ include_path_key

char _zend_accel_globals::include_path_key[32]

Definition at line 207 of file ZendAccelerator.h.

◆ include_path_key_len

int _zend_accel_globals::include_path_key_len

Definition at line 209 of file ZendAccelerator.h.

◆ key

zend_string* _zend_accel_globals::key

Definition at line 229 of file ZendAccelerator.h.

◆ last_restart_time

time_t _zend_accel_globals::last_restart_time

Definition at line 215 of file ZendAccelerator.h.

◆ locked

bool _zend_accel_globals::locked

Definition at line 201 of file ZendAccelerator.h.

◆ mem

void* _zend_accel_globals::mem

Definition at line 223 of file ZendAccelerator.h.

◆ pcre_reseted

bool _zend_accel_globals::pcre_reseted

Definition at line 203 of file ZendAccelerator.h.

◆ preloaded_internal_run_time_cache

void* _zend_accel_globals::preloaded_internal_run_time_cache

Definition at line 220 of file ZendAccelerator.h.

◆ preloaded_internal_run_time_cache_size

size_t _zend_accel_globals::preloaded_internal_run_time_cache_size

Definition at line 221 of file ZendAccelerator.h.

◆ request_time

time_t _zend_accel_globals::request_time

Definition at line 214 of file ZendAccelerator.h.

◆ root_hash

zend_ulong _zend_accel_globals::root_hash

Definition at line 218 of file ZendAccelerator.h.

◆ xlat_table

HashTable _zend_accel_globals::xlat_table

Definition at line 216 of file ZendAccelerator.h.


The documentation for this struct was generated from the following file: