After using the concurrentmodphp USEFLAG for running both modphp5, modphp4 parallel in one apache2 instance, I realized that sourceguardian's ixed extension (http://www.sourceguardian.com/ixeds/ixed4.lin.x86-64.tar.gz) isn't able to load neither in php-5.2.2-r1 or php-4.4.7 (also tried php-4.4.6). The problem I find in the logs: "PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ixed.5.2.lin' in Unknown on line 0" Without the concurrentmodphp USEFLAG, everything works nicely. I know that concurrentmodphp is experimental... Reproducible: Always Steps to Reproduce: 1. include concurrentmodphp in /etc/make.conf 2. recompile both php4, php5 3. load the ixed extension (http://www.sourceguardian.com/ixeds/ixed4.lin.x86-64.tar.gz) 4. whatch the error.log of apache2 The log shouldn't write what it writes. I should have a function called sg_load() at least.
(In reply to comment #0) Sorry, sourceguardian is not in the tree, nothing we could fix there. If you can convince upstream that this Gentoo-only feature is a valid one, they might help you.