Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7386 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98981 invoked by uid 1010); 28 Jan 2004 22:29:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98956 invoked from network); 28 Jan 2004 22:29:56 -0000 Received: from unknown (HELO c000.snv.cp.net) (209.228.32.72) by pb1.pair.com with SMTP; 28 Jan 2004 22:29:56 -0000 Received: (cpmta 26627 invoked from network); 28 Jan 2004 14:29:43 -0800 Received: from 209.228.32.67 (HELO mail.valade.com.criticalpath.net) by smtp.valade.com (209.228.32.72) with SMTP; 28 Jan 2004 14:29:43 -0800 X-Sent: 28 Jan 2004 22:29:43 GMT Received: from [172.192.192.247] by mail.valade.com with HTTP; Wed, 28 Jan 2004 14:29:42 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: internals@lists.php.net X-Sent-From: janet@valade.com Date: Wed, 28 Jan 2004 14:29:42 -0800 (PST) X-Mailer: Web Mail 5.6.0-2_sol28 Message-ID: <20040128142942.22554.h003.c000.wm@mail.valade.com.criticalpath.net> Subject: Problems with Windows RC from snaps From: janet@valade.com I downloaded the latest Windows zip of 5 from snaps this morning. It's php-win32-200401281930.zip. When I try to run either php or php-cgi, I get a long string of error messages as follows: PHP Fatal error: Can't inherit abstract function Iterator::current() (previously declared abstract in Iterator) in Unknown on line 0 There is a list of these error messages for several functions, as follows: next() key() hasMore() rewind() current() next() key() hasMore() rewind() current() hasMore() Then it crashes with the message: php.exe has generated errors and will be closed by Windows. You will need to restart the program. Am I doing something wrong? How do I fix this? Janet