Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7385 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65911 invoked by uid 1010); 28 Jan 2004 22:16:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65863 invoked from network); 28 Jan 2004 22:16:10 -0000 Received: from unknown (HELO stella.fastforwardnetwork.com) (209.51.153.50) by pb1.pair.com with SMTP; 28 Jan 2004 22:16:10 -0000 Received: (qmail 22780 invoked from network); 28 Jan 2004 23:21:49 -0000 Received: from p50835138.dip.t-dialin.net (HELO hristov.com) (@80.131.81.56) by d.goto.bg with SMTP; 28 Jan 2004 23:21:49 -0000 Message-ID: <40183212.6040003@hristov.com> Date: Wed, 28 Jan 2004 23:05:06 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20031230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: janet@valade.com CC: internals@lists.php.net References: <20040128141339.17671.h003.c000.wm@mail.valade.com.criticalpath.net> In-Reply-To: <20040128141339.17671.h003.c000.wm@mail.valade.com.criticalpath.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Problems with Windows RC from snaps From: php@hristov.com (Andrey Hristov) This is known issue and the problem was introduced this morning. A snapshot from yesterday will work. regards, Andrey janet@valade.com wrote: > 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 >