Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8554 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25195 invoked by uid 1010); 17 Mar 2004 10:57:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25146 invoked from network); 17 Mar 2004 10:57:55 -0000 Received: from unknown (HELO trinity.webmaking.ms) (213.131.251.60) by pb1.pair.com with SMTP; 17 Mar 2004 10:57:55 -0000 Received: (qmail 5173 invoked from network); 17 Mar 2004 10:57:38 -0000 Received: from unknown (HELO laptop) (217.230.64.240) by trinity.webmaking.ms with SMTP; 17 Mar 2004 10:57:38 -0000 To: "'Andi Gutmans'" , , Date: Wed, 17 Mar 2004 11:57:51 +0100 Message-ID: <004801c40c0e$b1d50660$2801010a@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <5.1.0.14.2.20040315080605.01732e80@127.0.0.1> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: [PHP-DEV] RC1 of RC1 From: php-cvs@lists.gutweiler.net ("Clemens Gutweiler") References: <5.1.0.14.2.20040315080605.01732e80@127.0.0.1> Hi, > From: Andi Gutmans [mailto:andi@zend.com] > I rolled RC1 of RC1 (didn't change the version from -dev on > purpose because > RC1RC1 is kind of odd and I didn't want it to confuse people :). > I will roll RC1 on the 17th so if there are "serious" show > stoppers speak up. wakeup( 'monday' ); ?> Shouldn't this throw an fatal error because wakeup isn't complete implemented? Current HEAD: $ /usr/local/php-5-fastcgi-200303171147/bin/php -f /web/finalconstruct.php wake up on monday Clemens