On Tue, 22 Aug 2006, steve wrote:

> I can't seem to get these to work. I originally used wamp to install
> on this PC, which puts PHP in C:\Program Files\wamp\php and I dump all
> the pecl libs in C:\Program Files\wamp\php\ext. I renamed the old one
> from php to php512 and put 5.2rc2 as php in the wamp folder. The
> apache (2.0) log shows php 5.2 running, but in the php error log it
> seems to have a mess of a time loading the libs. Some aren't found
> (but they are there) and some have API versioning issues, etc.
> 
> Any ideas?
> 
> in php.ini
> extension_dir = "C:\Program Files\wamp\php\ext\"
> 
> error log:
> 
> [22-Aug-2006 19:30:56] PHP Warning:  PHP Startup: mbstring: Unable to
> initialize module
> Module compiled with module API=20060613, debug=0, thread-safety=1
> PHP    compiled with module API=20050922, debug=0, thread-safety=1
> These options need to match
> in Unknown on line 0

That tells you that you're using extensions from the wrong PHP version 
with your version of PHP.

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to