[Xapian-tickets] [Xapian] #372: Function naming conventions in php binding

Xapian nobody at xapian.org
Sat May 16 12:22:20 BST 2009


#372: Function naming conventions in php binding
-----------------------------+----------------------------------------------
 Reporter:  ijansch          |        Owner:  olly   
     Type:  defect           |       Status:  closed 
 Priority:  normal           |    Milestone:         
Component:  Xapian-bindings  |      Version:         
 Severity:  normal           |   Resolution:  wontfix
 Keywords:                   |    Blockedby:         
 Platform:  Linux            |     Blocking:         
-----------------------------+----------------------------------------------
Changes (by olly):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 Function names are case insensitive in PHP (e.g. try {{{php -r 'pRiNT
 "hello";'}}} so forcing them to lowercase wouldn't help avoid a collision.

 These functions are purely an implementation detail for how SWIG
 implements PHP5 class wrappers.  The risk of a clash seems to be purely
 theoretical as far as I can see, so sorry, but I'm going to mark this as
 "wontfix".  If there ever was an issue, we could patch SWIG to add a
 prefix and not break any code using the bindings.

-- 
Ticket URL: <http://trac.xapian.org/ticket/372#comment:1>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list