On Fri, May 19, 2006 12:43 pm, D. Dante Lorenso wrote: > Robert Samuel White wrote: >> When I ran the command: >> pecl install zip-1.3.1 >> It intalled the zip.so file to: >> /usr/local/lib/php/extensions/no-debug-non-zts-20050922/zip.so
> In summary: Change your php.ini file to match the > 'no-debug-non-zts-20050922' default directory and your problems will > go > away. Or, if you are CERTAIN that the version, debug, and zts settings for the two compilations are the same, just copy the .so file into your extensions directory. PHP is trying to keep you from shooting yourself in the foot by compiling an extension for one version, and dumping it will-he nill-he into some incompatible extensions directory. For those users with multiple installs of PHP, this is crucial, as you might imagine. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php