AppServ: Difference between revisions

Jump to navigation Jump to search
151 bytes added ,  30 March 2015
No edit summary
Line 16: Line 16:
* If any change of the PHP config file, you need to restart the {{kbd | key = Apache}} service
* If any change of the PHP config file, you need to restart the {{kbd | key = Apache}} service
** To verify your change of PHP config file, you can use [http://php.net/manual/en/function.phpinfo.php PHP: phpinfo] to output information about PHP's configuration or type {{kbd | key = <nowiki>php -m</nowiki>}} to show the loaded modules in console mode<ref>[http://php.net/manual/en/features.commandline.options.php PHP: Options - Manual]</ref>
** To verify your change of PHP config file, you can use [http://php.net/manual/en/function.phpinfo.php PHP: phpinfo] to output information about PHP's configuration or type {{kbd | key = <nowiki>php -m</nowiki>}} to show the loaded modules in console mode<ref>[http://php.net/manual/en/features.commandline.options.php PHP: Options - Manual]</ref>
* (optional) enable the MySQL modules
<pre>
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll
</pre>


== Change the default install directory of AppServ ==
== Change the default install directory of AppServ ==

Navigation menu