Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25911 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33921 invoked by uid 1010); 2 Oct 2006 20:31:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33906 invoked from network); 2 Oct 2006 20:31:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2006 20:31:56 -0000 Authentication-Results: pb1.pair.com header.from=ceo@l-i-e.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ceo@l-i-e.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain l-i-e.com from 67.139.134.202 cause and error) X-PHP-List-Original-Sender: ceo@l-i-e.com X-Host-Fingerprint: 67.139.134.202 o2.hostbaby.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from [67.139.134.202] ([67.139.134.202:4357] helo=o2.hostbaby.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/DA-59377-93771254 for ; Mon, 02 Oct 2006 16:31:54 -0400 Received: (qmail 63302 invoked by uid 98); 2 Oct 2006 20:31:54 -0000 Received: from 127.0.0.1 by o2.hostbaby.com (envelope-from , uid 1013) with qmail-scanner-1.25 (clamdscan: 0.88.4/1965. Clear:RC:1(127.0.0.1):. Processed in 0.069399 secs); 02 Oct 2006 20:31:54 -0000 X-Qmail-Scanner-Mail-From: ceo@l-i-e.com via o2.hostbaby.com X-Qmail-Scanner: 1.25 (Clear:RC:1(127.0.0.1):. Processed in 0.069399 secs) Received: from unknown (HELO l-i-e.com) (127.0.0.1) by localhost with SMTP; 2 Oct 2006 20:31:54 -0000 Received: from 208.195.234.254 (SquirrelMail authenticated user ceo@l-i-e.com) by www.l-i-e.com with HTTP; Mon, 2 Oct 2006 15:31:54 -0500 (CDT) Message-ID: <44814.208.195.234.254.1159821114.squirrel@www.l-i-e.com> In-Reply-To: <45211B28.8090007@onevision.com> References: <57.D8.08641.D099A154@pb1.pair.com> <7F.60.15221.0BC6D154@pb1.pair.com> <45211B28.8090007@onevision.com> Date: Mon, 2 Oct 2006 15:31:54 -0500 (CDT) To: "Roland Schwingel" Cc: internals@lists.php.net, polita@php.net Reply-To: ceo@l-i-e.com User-Agent: Hostbaby Webmail MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension From: ceo@l-i-e.com ("Richard Lynch") On Mon, October 2, 2006 8:59 am, Roland Schwingel wrote: > I love cron, but I am mainly (85%) on windows with my apps and > want to have a simple and easy setup and not a bunch of > applications/services to install. There is just the apache service > bringing in php and my pecl. All other solutions I know are much more > voluminous and have more errorpoints. Last I checked, Windows has this "at" command, the underpinnings of which are remarkably similar (read: stolen from) the Un*x "at" command upon which "cron" (and Windows "Scheduled Tasks") are built. So you could probably use "at" on all systems reliably, with minor (or no) tweaks to anything. If not, I'm betting that you could bundle an opensource "cron" into your distribution process a heck of a lot faster and more reliably than hacking up a bogus cron-like substance within PHP... YMMV -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So?