Archived

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

problem with icephp

Hi,
i am trying to use icephp (Ice-1.2.0-VC70.msi) with php-5.0.0b2-Win32 and Apache Version 1.3 (Appserv). i follow the install instructions (IceUtil.dll,Slice.dll,Ice.dll in c:/windows/system32)
php -m output:
C:\AppServ\php>php -m
[PHP Modules]
bcmath
calendar
com_dotnet
ctype
dom
ftp
ice
libxml
mysql
odbc
pcre
session
simplexml
sqlite
standard
tokenizer
wddx
xml
zlib

[Zend Modules]

i add "extension = php_ice.dll" in php.ini
my PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.1_06\bi
n;C:\ICE\IceJ-1.2.0\bin;C:\ICE;

if i try to start apache i get the following message : "PHP Shutdown: Unable to initialize module 'ice' "

Apache error.log:
PHP Fatal error: profile `__default__' already exists in Unknown on line 1650548582
PHP Warning: PHP Shutdown: Unable to initialize module 'ice' in Unknown on line 0

can you said me what is wrong (please!)

regardes, martin

Comments

  • Sorry, there seems to be a PHP5 extension initialization issue with the Windows version of Apache 1.3. Can you use Apache 2.0 instead?

    Regards,
    Todd
  • thank you , now it works