php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61385 Outdated copyright notice in php-fpm
Submitted: 2012-03-14 14:04 UTC Modified: 2012-09-10 02:03 UTC
From: barth dot deluy at gmail dot com Assigned: laruence (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: 5.3.10 OS: Gentoo
Private report: No CVE-ID: None
 [2012-03-14 14:04 UTC] barth dot deluy at gmail dot com
Description:
------------
Hi,

The copyright notice in php-fpm -v is outdated.

myserver # php -v
PHP 5.3.10-pl0-gentoo (cli) (built: Mar  3 2012 01:37:55) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

myserver # php-fpm -v
PHP 5.3.10-pl0-gentoo (fpm-fcgi) (built: Mar  3 2012 01:43:53)
Copyright (c) 1997- -->>2009<<-- The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

As php-5.4 as not yet been ported to gentoo, i cannot say if this typo also appears in that version.

Test script:
---------------
php-fpm -v

Expected result:
----------------
myserver # php-fpm -v
PHP 5.3.10-pl0-gentoo (fpm-fcgi) (built: Mar  3 2012 01:43:53)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

Actual result:
--------------
myserver # php-fpm -v
PHP 5.3.10-pl0-gentoo (fpm-fcgi) (built: Mar  3 2012 01:43:53)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-03-28 08:24 UTC] php dot net at doppy dot nl
(Almost) the same on Ubuntu 12.04 beta

# php -v
PHP 5.3.10-1ubuntu2 with Suhosin-Patch (cli) (built: Mar  5 2012 18:27:21) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

# php5-fpm -v
PHP 5.3.10-1ubuntu2 (fpm-fcgi) (built: Mar  5 2012 18:35:06)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
 [2012-09-09 14:44 UTC] reeze dot xia at gmail dot com
Hi laruence
 will  you close this bug? it was fixed in your commit:
d64d9e335147173507d39c759c54320e2c20c9ed
 [2012-09-10 02:03 UTC] aharvey@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 15:01:33 2024 UTC