Displaying 8 results from an estimated 8 matches for "php8".
Did you mean:
php
2023 Mar 30
1
Having trouble with php8 bindings
Hello
It appears that I can't use anything in PHP8.2 if the PHP file from
which I want to access xapian contains a namespace declaration,
because the PHP functions themselves cannot be found.
(xapian 1.4.22, php8.2, debian bullseye. xapian.so is confirmed to be
loaded after manually compiling 1.4.22 packages for libxapian, and
compiling the bindi...
2023 Feb 23
1
Installing for php8
Hi,
I am trying to follow the instructions here:
https://xapian.org/docs/bindings/php/
It doesn't seem to say how to actually download the files. Can anybody
clear that up for me? Thanks.
--
John .G. Heim
jheim at math.wisc.edu
2023 Mar 30
1
Having trouble with php8 bindings
On Thu, Mar 30, 2023 at 04:42:41AM +0100, John Handelaar wrote:
> It appears that I can't use anything in PHP8.2 if the PHP file from
> which I want to access xapian contains a namespace declaration,
> because the PHP functions themselves cannot be found.
You need to tell PHP to look in the root namespace, e.g.:
$test = new \XapianWritableDatabase('searchdb');
Another option is to impor...
2023 Mar 30
1
Having trouble with php8 bindings
On Thu, 30 Mar 2023 at 04:58, Olly Betts <olly at survex.com> wrote:
>
> Another option is to import the things you want with `use` and then
> you can just use `XapianWritableDatabase` without to prefix it with
> `\`. To do that add this after your `namespace literallyanynamespace;`
> line:
>
> use \XapianWritableDatabase;
Thank you very much.
This then (because
2023 Mar 30
1
Having trouble with php8 bindings
On Thu, Mar 30, 2023 at 05:16:16AM +0100, John Handelaar wrote:
> This then (because of course) led to some more things needing tidying
> up and I've run into something I can't work out while trying to update
> previously-worked-in-php7 code in the actual file I'm trying to update
>
> $this->queryparser->set_default_op(Query_OP_AND);
>
> ...leads to
2024 Dec 04
1
Need help with Xapian
Hi all,
We have been using Xapian 1.2.24 in our project for 10 years.
Our project is in PHP 5.6 and we are upgrading to PHP 7.0
The Xapian is not supporting. We tried to upgrade to Xapian 1.2.25 but still no luck.
Any help would be appricated.
Regards,
Nandu M
Disclaimer: This e-mail and any attachment to it, is intended for the exclusive and confidential use of the addressee only. It may
2024 Dec 20
1
Need help with Xapian
...18, 2024 at 10:17:31AM +0000, Nandu Mayani wrote:
> The idea is to move to PHP 8 in future. As it is huge project, we want
> to upgrade to PHP 7 and Xapian 1.4.21
> But we are unable to install Xapian 1.4.21 in php 7.
>
> Could you please suggest?
I would suggest going straight to PHP8 (especially if you're struggling
to get PHP7 bindings installed).
If you're determined to try to move to PHP7 first, then please bear in
mind you are asking volunteers to help you here, and you are asking for
help with old versions of things, so being really vague (like just
saying "w...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking