Archived

This forum has been archived. Please start a new discussion on GitHub.

Help IcePhp Config Problem!

Hi, I am developing a project that need IcePhp.
I use profile in the php.ini and the it is like this:
[ProfileTest]
config=C:/TestConfig
slice=C:/Test.ice

the content of "C:/TestConfig" is like this:
Test.Proxy=Test:tcp -h 10.0.0.1 -p 12345

the problem is how can i get value of the properties "Test.Proxy"
now the IcePHP map of Ice::Communicator has no "getProperties" method, anyone can give me a hint?

Comments

  • mes
    mes California
    Welcome to the forum!

    You're right, that was an oversight that we will correct. Meanwhile, I'm afraid you'll have to put the stringified proxy in your script.

    Take care,
    - Mark
  • Thanks for your quick reply, mes ;)