Making changes to the php.ini file settings will not be seen until the IIS (Internet Information Services) reloads or re-caches the settings. To check the current php.ini file settings, create a page that displays the PHP info.
Create a file named phpinfo.php, place the phpinfo(); on a page, this will show all the current PHP settings. Open your IIS 6 manager, expand the Application Pools folder, right click on DefaultAppPool and press Recycle. It only takes a second.
Then reload the sample PHP info page (phpinfo.php). The new setting will be listed.
Published by Y! Jason
I joined AC in Feb 2005. Since then I have been a part of developing the publishing platform and designing the database. View profile
Using PHP for Website Navigation, ExplainedPHP can be very useful in your webiste design, I use PHP for my websites difficult functions such as forums, blogs, chat, user forms, and shopping cart interface. But did you kn...- PHP and Web Hosting with MacMany Mac users might not know that your OSX operating system comes equipped with the software required to host your own web pages. Learn how to start up your server, enable it with the easy and fun-to-use language PHP...
- PHP Auction - Working with the SettingsIn the last tutorial I showed you how to install PHP Auction. In this tutorial I will show you how to manage your setting in your PHP Auction Admin area.
- How to Customize PHP Flag Settings Without Using Apache and Htaccess
- PHP: Getting Text to Display from ODBC Database
- Doing Wonders with Apache Settings
- PHP Object Oriented Programming OOP for Beginners
- How to Produce Good and Resource-friendly PHP Code
- Introduction to PHP 5 and SimpleXML
- PHP Auction - What is it and How to Install It?
- Just saving the php.ini file will not be enough
- IIS 6 holds application settings in the Application Pool
- The phpinfo(); function shows all PHP server settings
You can schedule IIS 6 to recycle Application Pool at any time interval





1 Comments
Post a CommentGreat tip - thanks