Miscellaneous

  Home arrow Miscellaneous arrow Page 4 - Controlling PHP
MISCELLANEOUS

Controlling PHP
By: bluephoenix
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2004-06-15

    Table of Contents:
  • Controlling PHP
  • php.ini
  • httpd.conf
  • Window's Registry
  • PHP Scripts
  • Conclusion

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Controlling PHP - Window's Registry


    (Page 4 of 6 )

    The Registry is where Windows and other applications store many of their configuration options. On a Windows based system, PHP's behavior can be controlled by entries in the Registry. While rare, it's interesting and worth mentioning.

    Keys that affect the execution of PHP scripts within certain directories exist in the HKEY_LOCAL_MACHINE hive, and are found under HKEY_LOCAL_MACHINE\Software\PHP\Per Directory Values. For example, keys which affect scripts running in the C:\inetpub\wwwroot would be found in HKEY_LOCAL_MACHINE\Software\PHP\Per Directory Values\c\inetpub\wwwroot.

    The Registry Editor program can be launched by clicking on the Start button, clicking Run, typing "regedit" and clicking OK. You may then navigate the registry using the tree structure in the left pane and edit key values in the right pane.

    While Microsoft and I may feel differently about the fragility of the Registry, I feel obligated to reiterate Microsoft's Registry Mantra: "Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk."

    More Miscellaneous Articles
    More By bluephoenix

    blog comments powered by Disqus

    MISCELLANEOUS ARTICLES

    - Oracle Database XE: Indexes and Sequences
    - Modifying Tables in Oracle Database XE
    - Oracle Database XE: Tables and Constraints
    - More on Oracle Databases and Datatypes
    - Oracle Database XE Datatypes: Datetime and L...
    - Oracle Database XE Datatypes: Character and ...
    - From Databases to Datatypes
    - Firefox 3.6.6 Released with Improved Plug-in...
    - Attention Bloggers: WordPress 3.0 Now Releas...
    - Reflection in PHP 5
    - Inheritance and Other Advanced OOP Features
    - Advanced OOP Features
    - Linux from Scratch V.6.6 Review
    - Linux Gaining in Strength
    - Install Slackware on Your Old PC


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 4 - Follow our Sitemap