diff options
Diffstat (limited to 'php/src/php7/Communicator.cpp')
-rw-r--r-- | php/src/php7/Communicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/php7/Communicator.cpp b/php/src/php7/Communicator.cpp index e6c34e4b5ac..b7943d07907 100644 --- a/php/src/php7/Communicator.cpp +++ b/php/src/php7/Communicator.cpp @@ -1532,7 +1532,7 @@ parseProfiles(const string& file) // ice.config = config-file // ice.options = args // - ifstream in(IceUtilInternal::streamFilename(file)); + ifstream in(IceUtilInternal::streamFilename(file).c_str()); if(!in) { php_error_docref(0, E_WARNING, "unable to open Ice profiles in %s", file.c_str()); |