Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25407 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84955 invoked by uid 1010); 23 Aug 2006 03:00:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84939 invoked from network); 23 Aug 2006 03:00:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2006 03:00:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=iamstever@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.183 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 64.233.166.183 py-out-1112.google.com Linux 2.4/2.6 Received: from [64.233.166.183] ([64.233.166.183:6527] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id 8F/99-27454-120CBE44 for ; Tue, 22 Aug 2006 22:40:34 -0400 Received: by py-out-1112.google.com with SMTP id c39so3113712pyd for ; Tue, 22 Aug 2006 19:40:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ppzebbvr3KnUBnN0JAnrI3FFN550+zhCawaBmgjO2n514uHVd+K9ZexORbZuMaHZO5VuyYRxv/OhHO7Mf2e5nGikmQlZ7Py1YZ/7/mRJAU+p2UcdXYquG73kTJww7ys435TsC5DNHYsA+MHyAje+lGEoTbiNvwiMuoH/pl/0VMA= Received: by 10.35.41.12 with SMTP id t12mr16772424pyj; Tue, 22 Aug 2006 19:40:30 -0700 (PDT) Received: by 10.35.57.20 with HTTP; Tue, 22 Aug 2006 19:40:30 -0700 (PDT) Message-ID: <57792e850608221940n61bdb532i74ef24bc212b2831@mail.gmail.com> Date: Tue, 22 Aug 2006 19:40:30 -0700 To: "Edin Kadribasic" Cc: "Ilia Alshanetsky" , internals@lists.php.net In-Reply-To: <44E4CEC6.8060007@emini.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3BACB070-8FE1-4D72-AF4F-A6A85147733B@prohost.org> <44E4CEC6.8060007@emini.dk> Subject: Re: [PHP-DEV] PHP 5.2.0RC2 Released! From: iamstever@gmail.com (steve) 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 [22-Aug-2006 19:30:56] PHP Warning: PHP Startup: curl: 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 [22-Aug-2006 19:30:57] PHP Warning: PHP Startup: gd: 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 [22-Aug-2006 19:30:57] PHP Warning: PHP Startup: mysql: 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 [22-Aug-2006 19:30:57] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0 [22-Aug-2006 19:30:57] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_zip.dll' - The specified procedure could not be found. in Unknown on line 0 [22-Aug-2006 19:30:57] PHP Warning: PHP Startup: PDO: 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 [22-Aug-2006 19:30:57] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_pdo_sqlite.dll' - The specified module could not be found. in Unknown on line 0 [22-Aug-2006 19:30:58] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_pdo_mysql.dll' - The specified module could not be found. in Unknown on line 0 [22-Aug-2006 19:30:58] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_sqlite.dll' - The specified procedure could not be found. in Unknown on line 0 [22-Aug-2006 19:30:58] PHP Warning: PHP Startup: zlib_filter: 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 [22-Aug-2006 19:30:58] PHP Warning: PHP Startup: gmp: 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 [22-Aug-2006 19:30:58] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_imagick.dll' - The specified module could not be found. in Unknown on line 0 [22-Aug-2006 19:30:58] PHP Warning: Cannot open 'C:\Program Files\wamp\php\browsercap.ini' for reading in Unknown on line 0 [22-Aug-2006 19:31:35] 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 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: curl: 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 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: gd: 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 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: mysql: 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 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_zip.dll' - The specified procedure could not be found. in Unknown on line 0 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: PDO: 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 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_pdo_sqlite.dll' - The specified module could not be found. in Unknown on line 0 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_pdo_mysql.dll' - The specified module could not be found. in Unknown on line 0 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_sqlite.dll' - The specified procedure could not be found. in Unknown on line 0 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: zlib_filter: 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 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: gmp: 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 [22-Aug-2006 19:31:35] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\Program Files\wamp\php\ext\php_imagick.dll' - The specified module could not be found. in Unknown on line 0 [22-Aug-2006 19:31:35] PHP Warning: Cannot open 'C:\Program Files\wamp\php\browsercap.ini' for reading in Unknown on line 0 On 8/17/06, Edin Kadribasic wrote: > The Windows build of PHP 5.2.0RC2 is ready and can be downloaded from: > > http://downloads.php.net/edink/php-5.2.0RC2-Win32.zip > 69d93c99c3aa698ab9301da99767130a > http://downloads.php.net/edink/php-debug-pack-5.2.0RC2-Win32.zip > 0dd32e5d8b0a95e722c1da26b6f3c1b9 > http://downloads.php.net/edink/pecl-5.2.0RC2-Win32.zip > a455c0af05401bfd7392325152a95a36 > > -Edin > > Ilia Alshanetsky wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > The second release candidate of PHP 5.2.0 is now available for testing > > the tar balls can be found here. > > > > http://downloads.php.net/ilia/php-5.2.0RC2.tar.bz2 > > (097b97ccc92003519e1df682bdb855b4) > > http://downloads.php.net/ilia/php-5.2.0RC2.tar.gz > > (69c473021357a8e3b586ce55384b7186) > > > > Windows binaries will follow shortly. > > > > A great deal of work was done since RC1 to stabilize the code, with > > over 50 bug fixes since then. Also, remaining items from the todo such > > as the upgrade of the sqlite lib inside pdo_sqlite and PEAR's phar have > > now been completed. At this time I would like to close 5.2.0 for any > > further feature additions and leave it open for bug fixes only. If all > > goes well the next, and final RC will be in 2 weeks, tentative date > > August 31st with a final a week or two later. I'd like to ask everyone > > to try this release, in particular paying attention to input > > processing, something that has changed a fair bit with the introduction > > of the filter extension. > > > > Ilia Alshanetsky > > 5.2 Release Master > > > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.3 (Darwin) > > > > iD8DBQFE5HodLKekh381/CERAlr+AJ0Uolmtdqsh6uzUlA4pp5RN53NXKACfUkHb > > 2r+8rAqZAsRsjh/PfHG9W7c= > > =zUzc > > -----END PGP SIGNATURE----- > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >