Avoimet:
MBnet - Perusohjelmat
Tietokone - Softa
Vaatii rekisteröinnin:
Tiedostot - MikroPC.net
;;;;;;;;;;;;;;;;; ; Data Handling ; ;;;;;;;;;;;;;;;;; ; PHP's default character set is set to empty. ; http://php.net/default-charsetdefault_charset = "iso-8859-1" ; suomessa käytetty merkistö
;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; ; Windows: "\path1;\path2"include_path = ".;C:\PHP\includes" ;oletus, vain kommenttimerkin (;) poisto
; Directory in which the loadable extensions (modules) ; reside. ; http://php.net/extension-dir ; extension_dir = "./" ; On windows:extension_dir = "ext" ; PHP-laajennuskansion nimi
; 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.** ; http://php.net/cgi.force-redirectcgi.force_redirect = 0 ; CGI-scriptit suoritetaan turvallisemmassa tilassa
;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Temporary directory for HTTP uploaded files (will ; use system default if not specified). ; http://php.net/upload-tmp-dirupload_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 ; ;;;;;;;;;;;;;;;;;;; [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezonedate.timezone = "Europe/Helsinki" ; aikavyöhyke
[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. ; ; The path can be defined 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

Lapinlahti.net 2001-2012