Snaps drivers show wrong build date

php.internals

SoftVirus

19 years ago
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

Alexey Zakhlestin

19 years ago
20070901 is exactly Sep 1 2007 isn't it? On 9/7/07, Raghubansh <softvirus@gmail.com> wrote:
> 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 >
-- Alexey Zakhlestin http://blog.milkfarmsoft.com/

Pierre Joye

19 years ago
On 9/7/07, Raghubansh <softvirus@gmail.com> wrote:
> 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
meaning 2007-09-01 16:30
> 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
same here. But the problem is that snaps are broken since 4 days. I did not have the time to test locally but it looks like a config issue (many headers file are missing or have not been found). Thanks for the head up! --Pierre