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

#include <ZendAccelerator.h>

Data Fields

zend_long memory_consumption
 
zend_long max_accelerated_files
 
double max_wasted_percentage
 
char * user_blacklist_filename
 
zend_long force_restart_timeout
 
bool use_cwd
 
bool ignore_dups
 
bool validate_timestamps
 
bool revalidate_path
 
bool save_comments
 
bool record_warnings
 
bool protect_memory
 
bool file_override_enabled
 
bool enable_cli
 
bool validate_permission
 
bool validate_root
 
zend_ulong revalidate_freq
 
zend_ulong file_update_protection
 
char * error_log
 
char * memory_model
 
zend_long log_verbosity_level
 
zend_long optimization_level
 
zend_long opt_debug_level
 
zend_long max_file_size
 
zend_long interned_strings_buffer
 
char * restrict_api
 
char * lockfile_path
 
char * file_cache
 
bool file_cache_only
 
bool file_cache_consistency_checks
 
char * preload
 
char * preload_user
 

Detailed Description

Definition at line 144 of file ZendAccelerator.h.

Field Documentation

◆ enable_cli

bool _zend_accel_directives::enable_cli

Definition at line 158 of file ZendAccelerator.h.

◆ error_log

char* _zend_accel_directives::error_log

Definition at line 165 of file ZendAccelerator.h.

◆ file_cache

char* _zend_accel_directives::file_cache

Definition at line 180 of file ZendAccelerator.h.

◆ file_cache_consistency_checks

bool _zend_accel_directives::file_cache_consistency_checks

Definition at line 182 of file ZendAccelerator.h.

◆ file_cache_only

bool _zend_accel_directives::file_cache_only

Definition at line 181 of file ZendAccelerator.h.

◆ file_override_enabled

bool _zend_accel_directives::file_override_enabled

Definition at line 157 of file ZendAccelerator.h.

◆ file_update_protection

zend_ulong _zend_accel_directives::file_update_protection

Definition at line 164 of file ZendAccelerator.h.

◆ force_restart_timeout

zend_long _zend_accel_directives::force_restart_timeout

Definition at line 149 of file ZendAccelerator.h.

◆ ignore_dups

bool _zend_accel_directives::ignore_dups

Definition at line 151 of file ZendAccelerator.h.

◆ interned_strings_buffer

zend_long _zend_accel_directives::interned_strings_buffer

Definition at line 175 of file ZendAccelerator.h.

◆ lockfile_path

char* _zend_accel_directives::lockfile_path

Definition at line 178 of file ZendAccelerator.h.

◆ log_verbosity_level

zend_long _zend_accel_directives::log_verbosity_level

Definition at line 170 of file ZendAccelerator.h.

◆ max_accelerated_files

zend_long _zend_accel_directives::max_accelerated_files

Definition at line 146 of file ZendAccelerator.h.

◆ max_file_size

zend_long _zend_accel_directives::max_file_size

Definition at line 174 of file ZendAccelerator.h.

◆ max_wasted_percentage

double _zend_accel_directives::max_wasted_percentage

Definition at line 147 of file ZendAccelerator.h.

◆ memory_consumption

zend_long _zend_accel_directives::memory_consumption

Definition at line 145 of file ZendAccelerator.h.

◆ memory_model

char* _zend_accel_directives::memory_model

Definition at line 169 of file ZendAccelerator.h.

◆ opt_debug_level

zend_long _zend_accel_directives::opt_debug_level

Definition at line 173 of file ZendAccelerator.h.

◆ optimization_level

zend_long _zend_accel_directives::optimization_level

Definition at line 172 of file ZendAccelerator.h.

◆ preload

char* _zend_accel_directives::preload

Definition at line 189 of file ZendAccelerator.h.

◆ preload_user

char* _zend_accel_directives::preload_user

Definition at line 191 of file ZendAccelerator.h.

◆ protect_memory

bool _zend_accel_directives::protect_memory

Definition at line 156 of file ZendAccelerator.h.

◆ record_warnings

bool _zend_accel_directives::record_warnings

Definition at line 155 of file ZendAccelerator.h.

◆ restrict_api

char* _zend_accel_directives::restrict_api

Definition at line 176 of file ZendAccelerator.h.

◆ revalidate_freq

zend_ulong _zend_accel_directives::revalidate_freq

Definition at line 163 of file ZendAccelerator.h.

◆ revalidate_path

bool _zend_accel_directives::revalidate_path

Definition at line 153 of file ZendAccelerator.h.

◆ save_comments

bool _zend_accel_directives::save_comments

Definition at line 154 of file ZendAccelerator.h.

◆ use_cwd

bool _zend_accel_directives::use_cwd

Definition at line 150 of file ZendAccelerator.h.

◆ user_blacklist_filename

char* _zend_accel_directives::user_blacklist_filename

Definition at line 148 of file ZendAccelerator.h.

◆ validate_permission

bool _zend_accel_directives::validate_permission

Definition at line 159 of file ZendAccelerator.h.

◆ validate_root

bool _zend_accel_directives::validate_root

Definition at line 161 of file ZendAccelerator.h.

◆ validate_timestamps

bool _zend_accel_directives::validate_timestamps

Definition at line 152 of file ZendAccelerator.h.


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