diff options
Diffstat (limited to 'php/demo/Ice/value/php.ini')
-rw-r--r-- | php/demo/Ice/value/php.ini | 19 |
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 |