-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.xml
More file actions
58 lines (58 loc) · 2.32 KB
/
php.xml
File metadata and controls
58 lines (58 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<application>
<component name="PhpAutoImport" auto_import_file_scope="true" import_on_paste="ALL" />
<component name="PhpInterpreters">
<interpreters>
<interpreter id="81c165e1-0c78-4078-8438-36eb383a98a7" name="PHP 7.3" home="C:\bin\php-7.3\php.exe" debugger_id="php.debugger.XDebug" />
</interpreters>
</component>
<component name="PhpInterpretersPhpInfoCache">
<phpInfoCache>
<interpreter name="PHP 7.3">
<phpinfo binary_type="PHP" php_cgi="C:\bin\php-7.3\php-cgi.exe" php_cli="C:\bin\php-7.3\php.exe" path_separator=";" version="7.3.13">
<additional_php_ini />
<configuration_file>C:\bin\php-7.3\php.ini</configuration_file>
<configuration_options>
<configuration_option name="include_path" value=".;C:\php\pear" />
</configuration_options>
<debuggers />
<loaded_extensions>
<extension name="Core" />
<extension name="PDO" />
<extension name="Phar" />
<extension name="Reflection" />
<extension name="SPL" />
<extension name="SimpleXML" />
<extension name="bcmath" />
<extension name="calendar" />
<extension name="ctype" />
<extension name="curl" />
<extension name="date" />
<extension name="dom" />
<extension name="filter" />
<extension name="hash" />
<extension name="iconv" />
<extension name="json" />
<extension name="libxml" />
<extension name="mbstring" />
<extension name="mysqlnd" />
<extension name="openssl" />
<extension name="pcre" />
<extension name="readline" />
<extension name="session" />
<extension name="standard" />
<extension name="tokenizer" />
<extension name="wddx" />
<extension name="xml" />
<extension name="xmlreader" />
<extension name="xmlwriter" />
<extension name="zip" />
<extension name="zlib" />
</loaded_extensions>
</phpinfo>
</interpreter>
</phpInfoCache>
</component>
<component name="PhpSmartKeysConfiguration">
<option name="smartFunctionParametersCompletion" value="true" />
</component>
</application>