Can't get working ioncube_loader_win_5.2.dll on Vista

Discussion in 'Technical Support' started by TechStream, May 6, 2009.

Thread Status:
Not open for further replies.
  1. TechStream Customer

    Hi,

    I can't get working ioncube_loader_win_5.2.dll on Windows Vista Development machine.
    I have added line in php.ini
    zend_extension_ts = "C:\windows\ioncube_loader_win_5.2.dll"

    I have copied file into windows dir.

    I have got working no problem on linux Debian. Is something special with windows or with Vista?

    Could someone share php.ini file who has working on Vista?

    Regards,
    Algis
  2. bowers01 Genius At Work

    You need more than just that one file, there should be a folder full of them.
    copy the ioncube folder into the windowss directory and change it to "c/windows/ioncube/ioncube_loader_win_5.2.dll"

    Nick
  3. Lhotch curmudgeon

    You only need the one that applies to your OS.
  4. bowers01 Genius At Work

    Where did you add it in the php.ini?
    I use the same php.ini on server 2008, xp and vista with no problems.
    Nick
  5. LittleRascal Customer

    Enable Zend, and use WAMP for your local server

    I got a local copy running on my computer business vista, a good software to use for testing is WAMP. I tried XAMMP on vista did not really work well....if you installed you need to enable zend.

    also are you using Windows IIS,

    You need to put to your root directory see below


    it would look like this

    [Zend]
    zend_extension_ts = C:\wamp\www\your-site\ioncube_loader_win_5.2.dll

    make sure to put this in the php.ini file
  6. TechStream Customer

    Thanks guys, but obviously I'm missing something

    Here is my phpinfo:

    PHP Version 5.2.9-2

    System Windows NT ALGIS1 6.0 build 6001
    Build Date Apr 9 2009 08:26:58
    Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--with-php-build=d:\php-sdk\snap_5_2\vc6\x86\php_build" "--disable-zts" "--disable-isapi" "--disable-nsapi" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared"
    Server API CGI/FastCGI
    Virtual Directory Support disabled
    Configuration File (php.ini) Path C:\Windows
    Loaded Configuration File C:\Windows\php.ini
    Scan this dir for additional .ini files (none)
    additional .ini files parsed (none)
    PHP API 20041225
    PHP Extension 20060613
    Zend Extension 220060519
    Debug Build no
    Thread Safety disabled
    Zend Memory Manager enabled
    IPv6 Support enabled
    Registered PHP Streams php, file, data, http, ftp, compress.zlib, https, ftps
    Registered Stream Socket Transports tcp, udp, ssl, sslv3, sslv2, tls
    Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*


    I have copied all ioncube folder content to c:\windows folder. Moved php.ini into c:\windows folder. phpinfo shows that it is loaded.
    Have both line in the php.ini
    zend_extension = c:\windows\ioncube_loader_win_5.2.dll
    zend_extension_ts = c:\windows\ioncube_loader_win_5.2.dll

    After any change I'm restarting whole IIS.

    is any difference where these entries are in the php.ini?

    I have attached copy of mine php.ini

    Could someone email me your php.ini file, who has got working on Vista?

    Regards,
    Algis

    Attached Files:

    • php.zip
      File size:
      16.5 KB
      Views:
      3
Thread Status:
Not open for further replies.

Share This Page