参考:http://docwiki.embarcadero.com/HTML5_Builder/en/PHP_Settings
String SettingsOther SettingsYou can actually customize all PHP settings of HTML5 Builder integrated web server: ExtensionsOn the php.ini.template, there is a list of available PHP extensions. Most extensions are disabled by default, commented out like this: ;extension=php_extensionname.dll
If you need to enable an extension, uncomment it: extension=php_extensionname.dll
|