Avoimet:
MBnet - Perusohjelmat
Tietokone - Softa
Vaatii rekisteröinnin:
Tiedostot - MikroPC.net
;;;;;;;;;;;;;;;;; ; Data Handling ; ;;;;;;;;;;;;;;;;; ; PHP's built-in default is text/html default_mimetype = "text/html"default_charset = "iso-8859-1" ; suomessa käytetty merkistö
;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; ; Windows: "\path1;\path2"include_path = ".;C:\PHP\includes" ;oletus, vain kommenttimerkin (;) poisto
; The root of the PHP pages, used only if nonempty. ; if PHP was not compiled with FORCE_REDIRECT, you ; SHOULD set doc_root if you are running php as ; a CGI under any web server (other than IIS) see ; documentation for security issues. The alternate ; is to use the cgi.force_redirect configuration ; belowdoc_root = "C:\Inetpub\wwwroot" ; polku www-rootiin
; Directory in which the loadable extensions (modules) ; reside.extension_dir = "C:\PHP\ext" ; polku PHP-laajennuksien kansioon
; cgi.force_redirect is necessary to provide security ; running PHP as a CGI under most web servers. Left ; undefined, PHP turns this on by default. You can ; turn it off here AT YOUR OWN RISK ; **You CAN safely turn this off for IIS, in fact, you ; MUST.**cgi.force_redirect = 0 ; CGI-scriptit suoritetaan turvallisemmassa tilassa
;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Temporary directory for HTTP uploaded files (will ; use system default if not specified).upload_tmp_dir = "C:\TEMP" ; polku TEMP -kansioon
;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; Windows Extensions ; Note that ODBC support is built in, so no dll is ; needed for it. ; Note that many DLL files are located in the ; extensions/ (PHP 4) ext/ (PHP 5) extension folders ; as well as the separate PECL DLL download (PHP 5). ; Be sure to appropriately set the extension_dir ; directive.extension=php_gd2.dll ; tarvitaan PHP:llä luotaviin kuviin
;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; [Session] ; Argument passed to save_handler. In the case of ; files, this is the path where data files are ; stored. Note: Windows users have to change this ; variable in order to use PHP's session functions. ; ; As of PHP 4.0.1, you can define the path as:session.save_path = "C:\TEMP" ; polku TEMP -kansioon
Englanninkielisiä lisäohjeita löydät PHP:n asennuskansion tiedostosta install.txt
joka löytyy tässä esimerkissä polusta -> C:\PHP
Tärkeä asia - järjestelmän testaus:
PHP:n testaus
MySQL:n testaus

Lapinlahti.net 2001-2009