Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25408 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36942 invoked by uid 1010); 23 Aug 2006 07:22:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36926 invoked from network); 23 Aug 2006 07:22:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2006 07:22:07 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from [82.94.239.5] ([82.94.239.5:53950] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id B2/FE-27454-C120CE44 for ; Wed, 23 Aug 2006 03:22:06 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id k7N7LuO3002760; Wed, 23 Aug 2006 09:21:57 +0200 Date: Wed, 23 Aug 2006 09:21:32 +0200 (CEST) X-X-Sender: derick@localhost To: steve cc: Edin Kadribasic , Ilia Alshanetsky , internals@lists.php.net In-Reply-To: <57792e850608221940n61bdb532i74ef24bc212b2831@mail.gmail.com> Message-ID: References: <3BACB070-8FE1-4D72-AF4F-A6A85147733B@prohost.org> <44E4CEC6.8060007@emini.dk> <57792e850608221940n61bdb532i74ef24bc212b2831@mail.gmail.com> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHP 5.2.0RC2 Released! From: derick@php.net (Derick Rethans) 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