Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51950 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2791 invoked from network); 20 Apr 2011 14:18:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2011 14:18:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=dave@dmi.me.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dave@dmi.me.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain dmi.me.uk designates 77.68.52.130 as permitted sender) X-PHP-List-Original-Sender: dave@dmi.me.uk X-Host-Fingerprint: 77.68.52.130 server77-68-52-130.live-servers.net Received: from [77.68.52.130] ([77.68.52.130:44851] helo=scaramanga.siterage.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/42-24878-12BEEAD4 for ; Wed, 20 Apr 2011 10:18:09 -0400 Received: from localhost (scaramanga.siterage.net [127.0.0.1]) by scanner.scaramanga.siterage.net (SiteRage Mail Server) with ESMTP id 6FD6D293F7; Wed, 20 Apr 2011 15:18:06 +0100 (BST) X-Spam-Flag: NO X-Spam-Score: -3 X-Spam-Level: X-Spam-Status: No, score=-3 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] autolearn=ham Received: from scaramanga.siterage.net ([127.0.0.1]) by localhost (scaramanga.siterage.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GplfCRTk8GSa; Wed, 20 Apr 2011 15:18:06 +0100 (BST) Received: from [10.0.0.111] (83-244-232-180.cust-83.exponential-e.net [83.244.232.180]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by scaramanga.siterage.net (SiteRage Mail Server) with ESMTPSA id 20692A9F6; Wed, 20 Apr 2011 15:18:06 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dmi.me.uk; s=scara-dkim; t=1303309086; bh=xG5LHeN18p5KWKKlnP25TgYP2sRYpKE2b2o1nJixh6E=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=dkaIOknM9AEad3569rwLS4emHsUILSk4sCwwMCjVcLR3mfLp1NFQ9moJDs5UfrER2 QW35TkzWRlTAI72E9bJ6P7ziCpC88erNe1cS5m2y7iG5YYEsRDainC0PdtHkiLVq3v KtYzW/TndFXQ9Xea3J2h2TgZbDKsowQrckEndKEQ= Message-ID: <4DAEEB1D.507@dmi.me.uk> Date: Wed, 20 Apr 2011 15:18:05 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110401 Lightning/1.0b3pre Thunderbird/3.1.9 MIME-Version: 1.0 To: Michael Morris CC: internals@lists.php.net References: <4D704BA5.5080402@oracle.com> <14.AE.01409.86D7DAD4@pb1.pair.com> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: built-in web server in CLI. From: dave@dmi.me.uk (Dave Ingram) On 04/19/11 15:44, Michael Morris wrote: > watch ($var) -> $var is sent to the console on the line this statement is > made with the statment "now watching 'var'.. init value "x", and then each > time it changes it is updated in the console. Just my 0.02 as a user, but it strikes me that watch() could be a handy addition that would be difficult and/or extremely painful to do in userland. Dave