Type the following information into the appropriate text boxes, and then click OK. Figure 5: Add Script Map. In the left panel, click on your server's hostname , and then double-click on the Default Document icon. Enter index. Enter default. Figure 6: PHP information page. It is important to determine which extensions are needed by the applications that will be running and then to limit the installed extensions to only those. For a typical open-source application installation, for example, the following extensions are installed:.
The Php. Below are a number of settings for the Php. Figure 7: Permissions for session folder. Open php. Note that PHP uses file-based session state by default. You can modify a number of additional session settings, including whether cookie or URL sessions should be used, and whether sessions are created on the first request or need to be explicitly created.
Figure 9: Using session state. Figure Using session state. Hope this helps. In phpinfo the fileinfo library is loaded. Any clues? AlanQ 5 years ago. Can these problems be solved without fileinfo? Can we should we make the error message go away? Crazymodder 5 years ago. Some Hoster allow overriding settings, easiest way to find out is to mail your hoster or simply change it; Last updated 5 years ago. Hi crazymodder In my experience, if I run phpinfo and find '--disable-fileinfo' It can't be changed.
Perhaps my questions should have been: Can fileinfo and the backend check for it be disabled in OctoberCMS without breaking anything important? If so, how? Hello alanQ if you are using cpanel and have the paper lantern theme, under the software dashlet click php. Thank you Crazymodder sorry for the delay and naemugo Yes I know that hosters won't change their policy but why you choose simply another one?
Please login to reply to the discussion. However, if you need functionality not provided by any core extension, you may still be able to find one in » PECL. If you have developed an extension for your own uses, you might want to think about hosting it on PECL so that others with the same needs can benefit from your time.
Many times, you will find several versions of each DLL: Different version numbers at least the first two numbers should match Different thread safety settings Different processor architecture x86, x64, Different debugging settings etc.
You should keep in mind that your extension settings should match all the settings of the PHP executable you are using. Example 1 phpinfo call. The most common way to load a PHP extension is to include it in your php. Please note that many extensions are already present in your php. Note that, on PHP version 7. As this is OS-independent and easier, especially for newcomers, it becomes the recommended way of specifying extensions to load.
File names remain supported for compatibility with prior versions.
0コメント