ID: 22482 Updated by: [EMAIL PROTECTED] Reported By: submissions at spherious dot com -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Linux 7.2, Zend 2.1 PHP Version: 4.3.1 New Comment:
Loading old modules with new PHP versions is not bug but configuration error by you. Please check WHAT php.ini file is actually used and what in THAT file is said for being the extension path and what extensions are loaded. And it doesn't work vice-versa either, (loading new modules with old PHP versions) so check that you're really loading the new PHP version. Previous Comments: ------------------------------------------------------------------------ [2003-03-03 20:27:47] submissions at spherious dot com I think it is a bug, because as far as I can see, there is no configure error. The php.ini references the direcotry containing the new ext files that are created when php is compiled, make and make intalled, so there is no error in configuration. I have also tried deleting everything in /usr/lib/php4 and then recompiling. It creates the new files there as it should, but still does not solve the problem. I will try installing with just --prefix=/usr/local/php tonight. I expect that will not cause an error, as no extensions will be used. If that is the case, unfortunately, that still won't solve the problem. ------------------------------------------------------------------------ [2003-03-03 19:57:26] [EMAIL PROTECTED] Check what php.ini is loaded and what extensions are loaded by it..this is not really bug but just install/configure error. ------------------------------------------------------------------------ [2003-03-02 19:29:17] [EMAIL PROTECTED] Do you have redhat's RPMs installed ? If you install it with just a --prefix=/usr/local/php, does it still print out the error? ------------------------------------------------------------------------ [2003-03-02 09:46:50] submissions at spherious dot com Ok, I think the error is extension related, but I don't know in what way. I deleted all in /usr/lib/php4 then recompiled php4.3.1, but the error still occurs, so it is not linking to old files. If I link it to something else, the error does not occur, but of course this would mean the extensions aren't loaded. ------------------------------------------------------------------------ [2003-02-28 21:37:38] [EMAIL PROTECTED] You can find out that from the configuration line used. The change your extension_dir configuration option to point to that directory. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/22482 -- Edit this bug report at http://bugs.php.net/?id=22482&edit=1