blob: ba8717cc1abb265fc79242f616010f6bea9f25e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
;
; Windows Configuration
; ---------------------
;
; Enable the lines below. Replace "C:\Ice" with the directory of
; your Ice installation.
;
;extension_dir = C:\Ice\php
;extension = php_ice.dll
;include_path = C:\Ice\php
;
; Unix Configuration
; ------------------
;
; If you are using a dynamic Ice extension on Unix, enable the
; lines below. Replace "/opt/Ice" with the directory of your
; Ice installation.
;
;extension_dir = /opt/Ice/php
;extension = IcePHP.so
;include_path = /opt/Ice/php
|