Displaying 1 result from an estimated 1 matches for "get_declared_class".
Did you mean:
get_declared_classes
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
...pian simple example programs
ii xapian-tools 0.9.9-1 Basic tools for Xapian search engine library
If I use PHP4, things are fine. When I use PHP5, I get "Class 'XapianDatabase' not found" errors.
Upon closer inspection using phpinfo(), get_declared_classes() and get_defined_functions() I find that:
1) phpinfo says the Xapian module is loaded, version 0.9.9
2) The old style flat functions like new_database are there
3) The new style classes (XapianDatabase etc.) are not there
4) There are no functions or classes containing the text "xap"...