[Xapian-tickets] [Xapian] #691: drupal xapian-binding for php gives problems
Xapian
nobody at xapian.org
Mon Oct 26 23:09:40 GMT 2015
#691: drupal xapian-binding for php gives problems
-----------------------------------+---------------------------
Reporter: ictzara | Owner: olly
Type: defect | Status: new
Priority: normal | Milestone:
Component: Xapian-bindings (PHP) | Version: 1.2.21
Severity: normal | Resolution:
Keywords: bindings php drupal | Blocked By:
Blocking: | Operating System: Linux
-----------------------------------+---------------------------
Changes (by olly):
* milestone: 1.2.22 =>
Comment:
Please don't set a milestone for a ticket unless you're promising to
you'll implement a fix in time for a particular release.
Those compile warnings are harmless - that function ends by calling a PHP
API function which doesn't return, so we never reach the missing return
statement.
The `No matching function for overloaded [...]` error means that drupal is
passing an unexpected number of parameters and/or combination of parameter
types.
This method expects to be passed either a string, or a string then an
integer, and both of those cases work in a quick test. So this doesn't
appear to be a regression is Xapian - instead it looks like something up
with drupal's xapian integration code, perhaps in combination with your
data.
You probably want to report this to whoever maintains drupal's xapian
integration.
--
Ticket URL: <http://trac.xapian.org/ticket/691#comment:3>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list