Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37832 invoked from network); 26 Mar 2009 18:36:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2009 18:36:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=ionut.g.stan@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ionut.g.stan@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.134.184 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ionut.g.stan@gmail.com X-Host-Fingerprint: 209.85.134.184 mu-out-0910.google.com Received: from [209.85.134.184] ([209.85.134.184:63206] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/DB-30978-43BCBC94 for ; Thu, 26 Mar 2009 13:36:37 -0500 Received: by mu-out-0910.google.com with SMTP id w9so302494mue.3 for ; Thu, 26 Mar 2009 11:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=BdXE/X3ngdeBFVijGyEEU6xJJ6p1CRZSUi3Ivb8HiSM=; b=khEE2xyvwrzUzhBrrFVM6BKb0y2rOemMiMV7tDXa9r2vPVr4vAXAWfEG5F08mGOADv bH9IRxjrveLpA3WJxXprQK3kA0w/IS/s+FGJzC5QzzpwWiTyuB2ejKvLZ4en/xiiJFLW 8Ahz76bNRZgYVr5rft52l3GbZd5EyH6XcdUGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=EUbPY1YCiaBoe+Uhoeyw790b8xJWHAx5PfST/CT0tcQjbm10PCX8Ti4++kxt9OHFGS CO237xuREGWX+Cng2rgi41jd2/GsfFw4bQCXAHtK1tHLq4QAgrRfro2okWRAc8KAmwob jQYv4R2Iz9ZtcWfagmgZ0pkEOgsT1AbqV3ULs= Received: by 10.103.49.12 with SMTP id b12mr4591muk.98.1238092593129; Thu, 26 Mar 2009 11:36:33 -0700 (PDT) Received: from ?10.0.0.187? (mail.cmbtravel.ro [84.234.105.22]) by mx.google.com with ESMTPS id s11sm1252604mue.47.2009.03.26.11.36.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Mar 2009 11:36:32 -0700 (PDT) Message-ID: <49CBCACF.1060407@gmail.com> Date: Thu, 26 Mar 2009 20:34:55 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: 'PHP Internals' Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Minor problems with PHP 5.3.0 RC1 on Windows From: ionut.g.stan@gmail.com ("Ionut G. Stan") Problems with PHP 5.3.0 RC1 VC6 x86 thread safe (and most probably with the other versions too): - php.ini-development and php.ini-production parse error on line 581 - php_mcrypt.dll not present as a file in ./ext - php_mhash.dll, php_msql.dll and php_pspell.dll are present as an option in php.ini although it is said they are removed - php_enchant.dll not present nor as an option in php.ini, nor as a file in ./ext and I cannot see it in the php -m output - php_phar.dll present as an option in php.ini but there is no need (causes confusion) - php_pdo.dll present as an option in php.ini but there is no need (causes confusion) Cheers -- Ionut G. Stan I'm under construction |http://igstan.blogspot.com/