Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65841 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76745 invoked from network); 14 Feb 2013 17:00:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 17:00:35 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.177 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.214.177 mail-ob0-f177.google.com Received: from [209.85.214.177] ([209.85.214.177:57403] helo=mail-ob0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/73-58622-2381D115 for ; Thu, 14 Feb 2013 12:00:34 -0500 Received: by mail-ob0-f177.google.com with SMTP id wc18so2691692obb.36 for ; Thu, 14 Feb 2013 09:00:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DjHAvjltrmn0Y1Bch3/nPT/l5XRLC9QCD2BWfUGxA2A=; b=Y4wzKxiBhiYs++8N/Gk8GrFq9p7eErZ+ts8adPR93uFGEjdPhYEJknr+FRn/ACsQ2L i3HUKdDr2ysEaBCIMlSy+pCylGQ1PNz17x10y6HBzlqycdEhRrp02tcHANGAZ5znFd7j kQp3lqsjfKS9FOZ8FwB8ZzMruRSAwnNYho9oxavOE3t++PHPnXGT+CytSriYTpxH4UFM cYT0KH2KTYIVHsH7MW0tGDKmfFjsC5nljiyp0dUq0nT14CS3FOShmypFXwD2FwGj4TiW RRYy6Z6E9deaFXoDddgXiaBiiCqeAnRrYEls0g/mSK/FjHwKkuhiS81hUKa/9OyrKOaw cbsg== MIME-Version: 1.0 X-Received: by 10.60.170.20 with SMTP id ai20mr5649883oec.33.1360861232464; Thu, 14 Feb 2013 09:00:32 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.76.163.42 with HTTP; Thu, 14 Feb 2013 09:00:32 -0800 (PST) In-Reply-To: <511CF9A9.4030205@hoa-project.net> References: <511CEEB1.7040303@hoa-project.net> <511CF6D2.5050108@hoa-project.net> <511CF9A9.4030205@hoa-project.net> Date: Thu, 14 Feb 2013 18:00:32 +0100 X-Google-Sender-Auth: 7ZxBcua2-PMc1XOSftyPKpgAgro Message-ID: To: ivan.enderlin@hoa-project.net Cc: PHP Development Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] File system watcher/monitoring From: patrickallaert@php.net (Patrick ALLAERT) 2013/2/14 Ivan Enderlin @ Hoa : > I have written: =E2=80=9COn Linux, we have inotify (available in PHP thro= ugh > pecl/inotify)=E2=80=9D, so yup, I know for inotify :-). I propose to gath= er all > these API and give a proper one to the end-user. If you are doing so, I would suggest you to create this as a C library, that way you could bring that feature to any applications/languages and you would only have to create a bridge as a PECL extension.