Renamed folder for consistency
This commit is contained in:
parent
291c74231f
commit
e97679ffb5
2 changed files with 1 additions and 105 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,5 +7,5 @@
|
|||
!/build/template.phps
|
||||
!/build/build.php
|
||||
!/build/_frontend
|
||||
!/build/languages
|
||||
!/build/_languages
|
||||
/*.js
|
||||
|
|
|
@ -1,104 +0,0 @@
|
|||
{
|
||||
"(unsafe) Collect constants": "",
|
||||
"++, +=, series of jumps": "",
|
||||
"Adjust used stack": "",
|
||||
"Ascending": "",
|
||||
"Available functions": "",
|
||||
"blacklist misses": "",
|
||||
"buffer size": "",
|
||||
"Cached": "",
|
||||
"CALL GRAPH optimization": "",
|
||||
"CFG based optimization": "",
|
||||
"Compile all functions on script load": "",
|
||||
"Compile functions on first execution": "",
|
||||
"Constant conversion and jumps": "",
|
||||
"CPU-specific optimization": "",
|
||||
"CSE, STRING construction": "",
|
||||
"Currently unused": "",
|
||||
"DCE (dead code elimination)": "",
|
||||
"Descending": "",
|
||||
"DFA based optimization": "",
|
||||
"Directives": "",
|
||||
"Disable CPU-specific optimization": "",
|
||||
"Disable real-time update": "",
|
||||
"Do not perform register allocation": "",
|
||||
"Enable real-time update": "",
|
||||
"Enable use of AVX, if the CPU supports it": "",
|
||||
"false": "",
|
||||
"File list pagination": "",
|
||||
"force file invalidation": "",
|
||||
"free memory": "",
|
||||
"General info": "",
|
||||
"has been invalidated": "",
|
||||
"hit rate": "",
|
||||
"hits": "",
|
||||
"Host": "",
|
||||
"Ignored": "",
|
||||
"INIT_FCALL_BY_NAME -> DO_FCALL": "",
|
||||
"Inline functions": "",
|
||||
"Inline VM handlers": "",
|
||||
"interned strings usage": "",
|
||||
"Invalidate all matching files": "",
|
||||
"jit buffer free": "",
|
||||
"jit buffer": "",
|
||||
"keys": "",
|
||||
"Last modified": "",
|
||||
"last modified": "",
|
||||
"Last used": "",
|
||||
"last used": "",
|
||||
"max cached keys": "",
|
||||
"Memory consumption": "",
|
||||
"memory usage": "",
|
||||
"memory": "",
|
||||
"Merge equal constants": "",
|
||||
"Minimal JIT (call standard VM handlers)": "",
|
||||
"Next": "",
|
||||
"No files have been cached or you have <i>opcache.file_cache_only<\/i> turned on": "",
|
||||
"No files have been ignored via <i>opcache.blacklist_filename<\/i>": "",
|
||||
"No files have been preloaded <i>opcache.preload<\/i>": "",
|
||||
"No JIT": "",
|
||||
"no value": "",
|
||||
"NOP removal": "",
|
||||
"number of cached files": "",
|
||||
"number of cached keys": "",
|
||||
"Number of hits": "",
|
||||
"number of hits": "",
|
||||
"number of misses": "",
|
||||
"number of strings": "",
|
||||
"opcache statistics": "",
|
||||
"Optimization level": "",
|
||||
"Optimize whole script": "",
|
||||
"Overview": "",
|
||||
"Path": "",
|
||||
"Perform block-local register allocation": "",
|
||||
"Perform global register allocation": "",
|
||||
"preload memory": "",
|
||||
"Preloaded": "",
|
||||
"Previous": "",
|
||||
"Profile functions on first request and compile the hottest functions afterwards": "",
|
||||
"Profile on the fly and compile hot functions": "",
|
||||
"Register allocation": "",
|
||||
"Remove unused variables": "",
|
||||
"Reset cache": "",
|
||||
"SCCP (constant propagation)": "",
|
||||
"Script": "",
|
||||
"Server Software": "",
|
||||
"Sort order": "",
|
||||
"Start typing to filter on script path": "",
|
||||
"TMP VAR usage": "",
|
||||
"total memory": "",
|
||||
"Trigger": "",
|
||||
"true": "",
|
||||
"Use call graph": "",
|
||||
"Use tracing JIT. Profile on the fly and compile traces for hot code segments": "",
|
||||
"Use type inference": "",
|
||||
"used memory": "",
|
||||
"View manual page": "",
|
||||
"View {0} manual entry": "",
|
||||
"wasted memory": "",
|
||||
"You have <i>opcache.file_cache_only<\/i> turned on. As a result, the memory information is not available. Statistics and file list may also not be returned by <i>opcache_get_statistics()<\/i>.": "",
|
||||
"{0} files cached": "",
|
||||
"{0} files cached`, {1} showing due to filter '{2}'": "",
|
||||
"{0} ignore file locations": "",
|
||||
"{0} preloaded files": ""
|
||||
}
|
Loading…
Reference in a new issue