search for: php_xapian

Displaying 3 results from an estimated 3 matches for "php_xapian".

2007 Jun 13
1
Resource version in php_xapian.dll (windows)
(following my mail in xapian-discuss on 11.06) I revisited my resource file and came up with a much simpler solution. I'm now using the new version.h file (no need to duplicate version strings) and add php-src to the include path given to rc.exe so I can get the precise php version. On my windows, the resulting dll appears as "Xapian 1.0.1 bindings for PHP 5.2.2" Here is what I
2007 Aug 21
1
PHP extension
Hi All Is there any reason why someone could not build a regular PHP extension (not using SWIG) for Xapian? Same as mnoGoSearch has. The extension itself would be released under the PHP license. Is there anything on either side of the pond that would prevent this from being legal? Alec
2009 Aug 17
1
Xapian DatabaseError
...lipse) as PHP script it work correctly, but when i run the code as php page I receive the error message: DatabaseOpeningError: Couldn't detect type of database. The code is the same but runned in two different modality didn't work. To test my page in local I use EasyPhp, I've loaded the php_xapian.dll extension and the problem remains. Why? all the file and dir: search.php, search_function.inc, xapian_db are in the same dir 1) This is the code of search page if(isset($_GET['query'])){ $query = $_GET['query']; require_once 'search_function.inc'; simpleSearc...