similar to: Need help with Xapian

Displaying 20 results from an estimated 200 matches similar to: "Need help with Xapian"

2024 Dec 20
1
Need help with Xapian
On Wed, Dec 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
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 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
2020 Nov 11
2
./configure --with-php7 fails silently
Apparently there is a php 7.4 configuration missing.? This is bindings 1.4.17 running on a Mint 20 system. I see this in the config output: cpython-38.opt-1.pyc checking for php-config7.3... no checking for php-config7.2... no checking for php-config7.1... no checking for php-config7.0... no checking for php-config... no It didn't look for 7.4. Thanks, Jim.
2017 Feb 17
2
GSOC 2017 Project: Improving Xapian's PHP Bindings
Hello, My name is Nihal. I am a 4th year, CSE undergraduate student at National Institute of Technology Surathkal (NITK). I am proficient in C/C++/Java/PHP languages. Looking through GSOC organizations and projects. I came across Xapian. I have looked through the project list for GSOC'17. Improving Xapian's PHP Bindings project looked right for me. I have been reading up on the resources
2017 Oct 27
2
Draft review request (php7 on CentOS) [Was: Documentation proposal]
?A wiki article about how to use php7.x on CentOS 7 has been written by ?Thibaut Perrin. His draft can be found in the Scratch section of: https://wiki.centos.org/ThibautPerrin ?Feedback welcome. Akemi? On Wed, Oct 25, 2017 at 2:20 PM, Thibaut Perrin <thibaut.perrin at gmail.com> wrote: > Hi, > > No problem, everyone has a life, I understand that ;) > > I've put the
2020 May 25
2
Asterisk : CDR Analyzer Updated
Everybody, I've been using the old Asterisk CDR Areski GUI CDR-Stats for at least a dozen years, it was easy to configure and didn't requite installing 'connectors' on anything or adding tables on the DB server. It's based off of PHP5 and the only reason I still keep around a Debian 7 system, since it won't work with the newer PHP7. A friend of mine is learning PHP7
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
2017 Nov 03
2
Draft review request (php7 on CentOS) [Was: Documentation proposal]
Hi all, How long should we wait to decide if we should publish it elsewhere ? Thanks, Thibaut On 27 October 2017 at 16:05, [-=X.L.O.R.D=-] <xlord.sl at gmail.com> wrote: > Akemi, > > Thank for info, seems many developer are using ?centos-release-scl? these > days, that makes life easier, however, it is little to governance the > ?software source collection? if they are
2020 Feb 27
9
Samba AD - Different IP than the existing one assigned
Hi, I want to use samba as AD. everything seemed to be ok so far with the install and the config. STATUS=daemon 'smbd' finished starting up and ready to serve connections Feb 27 10:34:03 ip-1XX winbindd[22083]: [2020/02/27 10:34:03.002858, 0] ../lib/util/become_daemon.c:124(daemon_ready) Feb 27 10:34:03 ip-1XX winbindd[22083]: STATUS=daemon 'winbindd' finished starting up and
2017 Mar 31
2
PHP7 bindings released
Hi, I just pushed on github my code for php7 bindings for xapian 1.4 They are based on the excellent PHP-CPP project. Bindings are not complete for now but may be good enough if you doesn't need special weighting nor geo features. You can find them here. https://github.com/pa-m/php7-xapian feel free to use it and propose merge-requests. I have recent node-js binding in my kitchen too,
2003 Feb 24
5
-bash: /bin/rm: Argument list too long
Folks: Is there a limit to the number of arguments that can be passed to fileutils programs such as mv or rm ? If yes, is it filesystem dependant/kernel config dependant/fileutils version dependant? Can this maximum limit be tuned/controlled ? I googled on it a bit, but couldn't find anything much more relevant than a message in the OS-X forum.
2016 Mar 11
2
bindings for php 7
Picking up on this old thread: https://lists.xapian.org/pipermail/xapian-discuss/2015-June/009206.html >> On Thu, Jun 18, 2015 at 02:47:29PM +0200, Pascal MASSCHELIER wrote: >> PHP 7 is expected in a few month and nightly builds are already >> available. >> >> Do you plan to include bindings for PHP 7 in next release ? > I patched the configure script to
2017 Apr 03
2
PHP7 bindings released
Hi, I didn't notice php7 bindings were included since 1.4.2. That's good. But I have some problems with these, I compiled xapian-bindings 1.4.3 in a debian 9 container, but had no luck with it: php -r 'require "/usr/share/php/xapian.php";var_export(Xapian::version_string());' '1.4.3'Segmentation fault (core dumped) Regards, Pascal Bonne journée Pascal
2018 Apr 05
1
Centos 7 LAPP setup PHP 5 vs 7
Another questions regarding my new server setup. As with the Postgresql setup, different pages describing setting up a Centos LAPP server have differing opinions about PHP versions. The default distro's appear to still be installing PHP5 while some sites instruct on how to install PHP7. I am porting my old server which must be 10 years old, running Fedora 9 and PHP5 onto the new server,
2019 Dec 09
4
PHP handler for .html files - C7
Morning all, I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and .html files were handled by PHP in addition to the normal .php files. This was done with the simple change to: AddHandler php5-script .php .htm .html AddType text/html .php .htm .html in /etc/httpd/conf.d/php.inc. I did the same on my first
2017 Oct 24
2
Documentation proposal
Hi everyone, ThibautPerrin here, I would like to propose a How-To to use php7.x on CentOS 7, using the SCL, as most of the articles you can find on the web offer to do this using third party repositories, which might not be the most appropriate thing to do :) The location would probably be in the How-Tos I'm guessing, unless somebody has a better location to offer ? I already wrote the
2017 Oct 25
2
Documentation proposal
That would be perfect :) On 25 October 2017 at 02:34, Akemi Yagi <amyagi at gmail.com> wrote: > On Tue, Oct 24, 2017 at 2:53 PM, Thibaut Perrin <thibaut.perrin at gmail.com> > wrote: > >> Hi everyone, >> >> ThibautPerrin here, I would like to propose a How-To to use php7.x on >> CentOS 7, using the SCL, as most of the articles you can find on the web
2016 May 22
2
Upcoming OwnCloud changes
Just a FYI folks ... I am running OwnCloud 9.0.2 on CentOS 6.7 and php-7.0 with no issues. I installed the Webtatic repo which has several versions of PHP available for CentOS 6 and 7. I then used the official OwnCloud ce:stable repo to add the cloud software. In a leap of faith, and because this CentOS VM doesn't run anything other than OwnCloud, I used the 'php70w' PHP repo
2017 Nov 09
2
Draft review request (php7 on CentOS) [Was: Documentation proposal]
Hi Le 03/11/2017 ? 17:38, Akemi Yagi a ?crit?: > ?It's been a week, so I set up a place for you in HowTo: > > ?https://wiki.centos.org/HowTos/php7 Thanks for having worked on this And sorry for very late comment (I have missed this discussion) The solution described in this howto also works on CentOS 6 using the backported mod_proxy_fcgi available in EPEL. BTW, the ProxyPass way