php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75365 Enchant still reports version 1.1.0
Submitted: 2017-10-12 13:55 UTC Modified: 2017-10-15 11:44 UTC
From: cmb@php.net Assigned: cmb (profile)
Status: Closed Package: Enchant related
PHP Version: 7.0.24 OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cmb@php.net
New email:
PHP Version: OS:

 

 [2017-10-12 13:55 UTC] cmb@php.net
Description:
------------
In the PHP info ext/enchant still reports version 1.1.0, even though that has
been the latest PECL/enchant version (released 2009). To somewhat alleviate
this, there is also a revision which is, however, a not really meaningful hash.
Since the extension is bundled, it appears to be more correct to use
PHP_VERSION, and to remove the revision hash.



Test script:
---------------
php -i | grep -A 3 "enchant support"


Expected result:
----------------
enchant support => enabled
Version => 7.0.26-dev
Libenchant Version => 1.5.x


Actual result:
--------------
enchant support => enabled
Version => 1.1.0
Libenchant Version => 1.5.x
Revision => $Id: 77f6840161c5b8604f9815ffce7708199b620f50 $


Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-13 15:12 UTC] andrew dot nester dot dev at gmail dot com
Thanks! I've sent PR fixing this
 [2017-10-15 11:41 UTC] cmb@php.net
Automatic comment on behalf of cmbecker69@gmx.de
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fb0902143291c8b605997a6b2a8f8717289a44d1
Log: Fixed bug #75365 (Enchant still reports version 1.1.0)
 [2017-10-15 11:41 UTC] cmb@php.net
-Status: Open +Status: Closed
 [2017-10-15 11:44 UTC] cmb@php.net
-Assigned To: +Assigned To: cmb
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 14:01:29 2024 UTC