diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-06-23 17:47:58 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-06-23 17:47:58 -0700 |
commit | a2e794a1366fcd71f04496c206869ffa158547ac (patch) | |
tree | 4c9d6554f3dc658aeaa76892aeecfc3d7eb56b61 /php/test/Ice/inheritance/php.ini | |
parent | Add x64 configurations to C++ projects (diff) | |
download | ice-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/test/Ice/inheritance/php.ini')
-rw-r--r-- | php/test/Ice/inheritance/php.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/php/test/Ice/inheritance/php.ini b/php/test/Ice/inheritance/php.ini deleted file mode 100644 index 8a0b2f9f6e9..00000000000 --- a/php/test/Ice/inheritance/php.ini +++ /dev/null @@ -1,2 +0,0 @@ -ice.slice=Test.ice -display_startup_errors=1 |