The Artima Developer Community
Sponsored Link

PHP Buzz Forum
PHPMaster: A Tour of PHP.INI

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Harry Fuecks

Posts: 875
Nickname: hfuecks
Registered: Sep, 2004

Dynamically typed through Sitepoint
PHPMaster: A Tour of PHP.INI Posted: Dec 9, 2011 2:27 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Harry Fuecks.
Original Post: PHPMaster: A Tour of PHP.INI
Feed Title: SitePoint's PHP Blog: Dynamically Typed
Feed URL: http://feeds.pheedo.com/sitepoint_blogs_category_php_feed
Feed Description: SitePoint's PHP blog: Dynamically Typed
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Harry Fuecks
Latest Posts From SitePoint's PHP Blog: Dynamically Typed

Advertisement
Anyone who has a server using PHP has undoubtedly heard of php.ini – it’s the configuration file used to control and customize PHP’s run-time behavior. It provides a simple way to configure settings for such things as: Upload Directories Log Errors Maximum Script execution time File Upload limit … and so much more. php.ini is the first file PHP looks for when starting up, because of the importance of the configuration directives it sets. However if you make changes to your php.ini , it will requires a server reboot before the changes take effect

Read: PHPMaster: A Tour of PHP.INI

Topic: PHP5.3 autoload/class_exists fail Previous Topic   Next Topic Topic: Creating Drill-down Analytics with FusionCharts, PHP, MySQL and JSON

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use