Search results

  1. R

    Compile multiple PHP version with suhosin

    Thank you Thank you for response. But I've figured out suhosin is no longer supported in New versions of PHP like 5.3.26 or 5.4. So I guess I should avoid using that. But the question is how can I prevent Eval functions without suhosin.
  2. R

    installing zend

    Thank you Where should I find zendoptimizer.so for php5.3.x ? Should copy it from php5.2.x ? Will it work?
  3. R

    installing zend

    Hello Hi guys I have similar issue. But I have compiled multiple PHP version with litespeed. Zend optimizer is running with default version (5.2.17) but I cannot run it with my second verion which is 5.3.8. I've copied the exact php.ini from 5.2.17 to 5.3.8 and these the line in my php.ini ...
  4. R

    Compile multiple PHP version with suhosin

    Thank you Thank you so much, that was a helpful article. But as far as I know There is a risky feature in PHP (Eval) which cannot be disabled by anything but suHosin, So I need this. I've compiled the suhosin with PHP 5.3.8 and 5.2.17 but I couldn't compile it with any higher version. If you...
  5. R

    Compile multiple PHP version with suhosin

    Still doesn't work with suHosin Thanks alot for replay I've tried to compile both versions with easyapache, after compiling each I've renamed the folder to my custom folder and address it in my litespeed. But The second version still doesn't runs with suhosin.
  6. R

    Where is Suhosin Patch?

    suhosin with multi-version PHP Hello guys! I've setup my PHP 5.3.16 with suhosein in Litespeed and it is working properly. I've also wish to provide the possibility for users to switch between their PHP version with Addtype in their .htaccess file. So I've build two version of PHP, one is...
  7. R

    Compile multiple PHP version with suhosin

    Hello! I have compiled 2 versions of PHP with LSWS, One version is php 5.3.26 and one is PHP 5.4.16 and now it is possible to switch between them with adding the desired "AddType application" MIME Type in .htaccess. Now the problem is that I want to use my PHP with suhosin. Since I have...
  8. R

    Compile multiple PHP version with suhosin

    Hello! I have compiled 2 versions of PHP with LSWS, One version is php 5.3.26 and one is PHP 5.4.16 and now it is possible to switch from them with adding the desired AddType application MIME Type in .htaccess. Now the problem is that I want to use my PHP with suhosin. Since I have build my...
Top