~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to php/demo/Ice/value/php.ini

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2011-04-25 18:44:24 UTC
  • mfrom: (6.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110425184424-sep9i9euu434vq4c
Tags: 3.4.1-7
* Bug fix: "libdb5.1-java.jar was renamed to db.jar", thanks to Ondřej
  Surý (Closes: #623555).
* Bug fix: "causes noise in php5", thanks to Jayen Ashar (Closes:
  #623533).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ice.slice=Value.ice
2
 
 
3
1
;
4
2
; Windows Configuration
5
3
; ---------------------
6
4
;
7
 
; Enable the two lines below. Replace "C:\Ice\bin" with the
8
 
; bin directory of your Ice installation.
 
5
; Enable the lines below. Replace "C:\Ice" with the directory of
 
6
; your Ice installation.
9
7
;
10
8
;extension_dir = C:\Ice\bin
11
9
;extension = php_ice.dll
 
10
;include_path = C:\Ice\php
12
11
 
13
12
;
14
13
; Unix Configuration
15
14
; ------------------
16
15
;
17
 
; If you are using a dynamic Ice extension on Unix, enable the
18
 
; two lines below. Replace "/opt/Ice/lib" with the directory
19
 
; containing the extension's shared library.
20
 
;
21
 
; Furthermore, if you built the dynamic Ice extension from source,
22
 
; replace "icephp.so" in the second line with "ice.so".
23
 
;
24
 
;extension_dir = /opt/Ice/lib
 
16
; If you installed Ice via RPMs, PHP may already be configured to
 
17
; load the Ice extension. You can verify this by running the
 
18
; command "php -m" and examining the output to see if an extension
 
19
; named "ice" is present. If so, you only need an include_path
 
20
; directive:
 
21
;
 
22
; RHEL5
 
23
;include_path = /usr/share/php
 
24
; SLES11
 
25
;include_path = /usr/share/php5
 
26
;
 
27
; For a custom install, replace "/opt/Ice" with the directory of
 
28
; your Ice installation:
 
29
;
 
30
;extension_dir = /opt/Ice/php
25
31
;extension = IcePHP.so
 
32
;include_path = /opt/Ice/php