On Mon, Mar 03, 2014 at 12:44:33PM +0530, Avinandan Bhattacharjee
wrote:> hi i wanted to work on the php binding project i have read the references
> please guide after that what i need to do if i need to fix some bugs
> please refer me which bugs i should try first.
I'd suggest you try to wrap a Xapian class by hand using the PHP/Zend
API described in the first link in the resources.
That should give you a better understanding of that API, and of Xapian's
API. And once you have a hand wrapped class, you have a target to try
to make SWIG's PHP backend generate.
Cheers,
Olly