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ö, vain kommenttimerkin (;) poisto
;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;; ; Windows: "\path1;\path2"include_path = ".;C:\PHP\includes" ;oletus, vain kommenttimerkin (;) poisto
; Directory in which the loadable extensions (modules) reside.extension_dir = "ext" ; PHP-laajennuskansion nimi
;;;;;;;;;;;;;;;; ; 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 ; ;;;;;;;;;;;;;;;;;;; [Date] ; Defines the default timezone used by the date functionsdate.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. ; ; 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

Lapinlahti.net 2001-2012