PHP Settings

From HTML5 Builder
Jump to: navigation, search

HTML5 Builder includes a web server which is used to test pages during development. You can change its PHP settings if you want to.

String Settings

You can change settings related to character strings from Home > Options > PHP. This is used, for example, when you setup HTML5 Builder to work with UTF-8 character encoding.

Other Settings

You can actually customize all PHP settings of HTML5 Builder integrated web server:

  1. Open php.ini.template file, which is inside php folder in your HTML5 Builder installation directory.
  2. Edit it. File is full of comments explaining everything, but you can also check php.ini directives chapter in PHP Documentation.

Extensions

On 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

Help Resources

Video Tutorials