Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34266 invoked by uid 1010); 7 Sep 2007 06:13:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34251 invoked from network); 7 Sep 2007 06:13:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2007 06:13:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=softvirus@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=softvirus@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: softvirus@gmail.com X-Host-Fingerprint: 209.85.146.176 wa-out-1112.google.com Received: from [209.85.146.176] ([209.85.146.176:33571] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/B2-14206-C0CE0E64 for ; Fri, 07 Sep 2007 02:13:33 -0400 Received: by wa-out-1112.google.com with SMTP id l24so445673waf for ; Thu, 06 Sep 2007 23:13:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=yCvhNJ/qLJ+pENM/KjZXKWnta51GDJwKsnHGZpeGzLs=; b=E12SdPNs9YcuiiSEq+Q3gmgnAH/IdqmDHAEI3pJ/eiQFYrBk/WeXT0xbCmo1F3F55jlS7tFGkcxr732csUpoZ6WnurD0xAp3vCLenh+YuzrzeXOZFDFjN4MEDPiV0NcqYc1t6jqv2IC+AHdV143EeJatR6cWCSJQY4nUkd9sN7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=suzqSjliOKtt5cm+Oc1uPpOpgzbRvts0Tmw3eB/168SRhrdtsl05EBRn1w0w1d48kL324egbONuEmklRSoJeEVC8ACfgmaPldydwT5unQ7oe45SRV+tavF2rY62Jct3peF8PADtIVSldeMi0FMNQuBNgvxBseYgRTsZbTXza2ns= Received: by 10.115.78.1 with SMTP id f1mr598039wal.1189145609988; Thu, 06 Sep 2007 23:13:29 -0700 (PDT) Received: by 10.114.13.18 with HTTP; Thu, 6 Sep 2007 23:13:29 -0700 (PDT) Message-ID: <5e2913440709062313o49a7dd89q96383eb2730239aa@mail.gmail.com> Date: Fri, 7 Sep 2007 11:43:29 +0530 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35570_15809980.1189145609968" Subject: Snaps drivers show wrong build date From: softvirus@gmail.com (Raghubansh) ------=_Part_35570_15809980.1189145609968 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I have downloaded php5 and php6 drivers for windows a while ago. Drivers are named correctly ( with current date ) but when executed "php -v" found that build dates indicates 1st Sep 2007. Driver file name : php5.2-win32-200709011630.zip C:\workdir>php -v PHP 5.2.5-dev (cli) (built: Sep 1 2007 12:04:37) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies Driver file name: php6.0-win32-200709011430.zip C:\workdir>php -v PHP 6.0.0-dev (cli) (built: Sep 1 2007 10:05:06) Copyright (c) 1997-2007 The PHP Group Zend Engine v3.0.0-dev, Copyright (c) 1998-2007 Zend Technologies with Regards, Raghubansh ------=_Part_35570_15809980.1189145609968--