summaryrefslogtreecommitdiff
path: root/php/demo/Ice/value/php.ini
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-06-23 17:47:58 -0700
committerMark Spruiell <mes@zeroc.com>2009-06-23 17:47:58 -0700
commita2e794a1366fcd71f04496c206869ffa158547ac (patch)
tree4c9d6554f3dc658aeaa76892aeecfc3d7eb56b61 /php/demo/Ice/value/php.ini
parentAdd x64 configurations to C++ projects (diff)
downloadice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.bz2
ice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.xz
ice-a2e794a1366fcd71f04496c206869ffa158547ac.zip
PHP changes:
- static translation - more traditional language mapping (multiple communicators, etc.) - support for registered (persistent) communicators - support for PHP namespaces (PHP 5.3 or later)
Diffstat (limited to 'php/demo/Ice/value/php.ini')
-rw-r--r--php/demo/Ice/value/php.ini19
1 files changed, 8 insertions, 11 deletions
diff --git a/php/demo/Ice/value/php.ini b/php/demo/Ice/value/php.ini
index df79f3d08d2..ba8717cc1ab 100644
--- a/php/demo/Ice/value/php.ini
+++ b/php/demo/Ice/value/php.ini
@@ -1,25 +1,22 @@
-ice.slice=Value.ice
-
;
; Windows Configuration
; ---------------------
;
-; Enable the two lines below. Replace "C:\Ice\bin" with the
-; bin directory of your Ice installation.
+; Enable the lines below. Replace "C:\Ice" with the directory of
+; your Ice installation.
;
-;extension_dir = C:\Ice\bin
+;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
-; two lines below. Replace "/opt/Ice/lib" with the directory
-; containing the extension's shared library.
-;
-; Furthermore, if you built the dynamic Ice extension from source,
-; replace "icephp.so" in the second line with "ice.so".
+; lines below. Replace "/opt/Ice" with the directory of your
+; Ice installation.
;
-;extension_dir = /opt/Ice/lib
+;extension_dir = /opt/Ice/php
;extension = IcePHP.so
+;include_path = /opt/Ice/php