#35 closed defect (released)
phpinfo could show Xapian library version
Reported by: | Francis Irving | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Xapian-bindings | Version: | 0.8.0 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Linux |
Description
In the Xapian section of the output from phpinfo(), it would be useful if it showed the Xapian version number. This would be in the same way that the xslt section shows the sablotron version, and xml shows the expat version. Otherwise, there's no positive feedback that I've really updated the Xapian bindings.
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Status: | new → assigned |
---|
It should indeed.
The xapian-bindings and xapian-core versions ought to match - if they don't you're lucky if it will even build, though there's no explicit check currently.
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should be fixed in CVS, though I'm not able to test it easily so it would be appreciated if you could. CVS snapshots can be found here:
http://www.oligarchy.co.uk/xapian/HEAD/
I've also added a check to make sure that the xapian-core and xapian-bindings versions agree.
Thinking about this... It needs to show two versions. The version of xapian-bindings. And also the version of the Xapian C++ library which it has dynamically linked to.