Displaying 20 results from an estimated 10000 matches similar to: "another PHP4 binding"
2004 Sep 15
1
Objects in PHP4
I've been looking at the PHP4 bindings, wondering why we don't have
"proper" objects.
Digging back through mail and CVS logs, it looks like I updated the
SWIG invocation for PHP from using "-shadow" to using "-noproxy" so
that it worked with newer versions of SWIG. But that's wrong as the
switches have opposite meanings (and what was "-shadow"
2004 Oct 18
1
xapian-bindings compile creates 34mb xapian_wrap.o file?
Questions are threaded into the output:
********************
#./configure --without-python
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking
2014 Feb 24
2
Summer of Code help
Hello Olly,
I read about Xapian and SWIG and the bindings that Xapian has with other
languages.
According to what I've read, I understand that
Xapian is a search engine library written in C/C++. It can be
integrated with web applications which handle large amount of data.
But since the web applications may be written in a variety of languages a
binding is required for the web app to be able
2014 Feb 27
2
Summer of Code help
I think there is a development in the bug #616.
The exception obtained is:
Exception in thread "main" java.lang.IllegalArgumentException: No enum
class org.xapian.TermGenerator$flags with value 0
at org.xapian.TermGenerator$flags.swigToEnum(TermGenerator.java:143)
at org.xapian.TermGenerator.setFlags(TermGenerator.java:71)
at org.xapian.examples.SimpleIndex.main(SimpleIndex.java:54)
2018 Nov 12
0
Fwd: GoXapian
Hi Olly,
I setup the environment for the golang branch and build it without
problem. Cgo complain about the generated cc file and dosent regonize it as
swig generated file... curious. There no more problem with the MSet and
ESet and all class seem to be generated in Go correctly. I will try
tomorrow to manually invoke swig over your .i file and see if the code is
generated properly. The file
2005 Nov 08
2
crash in PHP4 examples
Hi,
I have been experimenting with simpleindex.php in the php4 examples.
However, the command seems to crash on exit:
$ php simpleindex.php h < simpleindex.php
Segmentation fault
I ran it through gdb to get a stack trace (see below). It looks to me as
if the WritableDatabase may be getting deleted twice. Can this be fixed,
or alternatively is there any work around?
I'd have a look at
2013 Jul 10
2
Potential memory leak when assigning MSetItem values
Olly, the process size does stay constant with the results from one query
set, but running other queries will cause it to grow (once). Is it possible
that this is a bug with the SWIG python bindings?
On Fri, Jul 5, 2013 at 6:18 AM, Olly Betts <olly at survex.com> wrote:
> On Wed, Jul 03, 2013 at 03:59:21PM -0400, Jeff Rand wrote:
> > Run the following code and monitor the
2018 Nov 11
2
Fwd: GoXapian
On Mon, Nov 05, 2018 at 09:04:23PM +0000, Olly Betts wrote:
> Dave Courtois wrote:
> > Hi there just a little word to tell you that Xapian 1.4.6 work in
> > Golang 1.9. There is some issue with the MSet ESet, the namespace part
> > of the name is drop by swig. There is also some error with define
> > macro in .i files, but with minor change all work perfectly.
I had a
2020 Feb 21
1
prioritizing aggregated DBs
Olly Betts <olly at survex.com> wrote:
> On Wed, Feb 19, 2020 at 10:23:09AM +0000, Eric Wong wrote:
> > Btw, is there a way to quickly figure out which sub-DB a retrieved
> > document or mset item belongs to?
>
> Yes: https://trac.xapian.org/wiki/FAQ/MultiDatabaseDocumentID
>
> 1.4.12 added a Database::size() method which reports the number of
> shards - for
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian
packages installed.
root@seagrass:/etc/php5/apache# dpkg -l | grep xap
ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l
ii libxapian13 0.9.9-1 Search engine library
ii php4-xapian
2014 Feb 26
2
Test errors on fresh installation
Hi Olly,
I updated my local repo and built it again, but still getting the
error. I took a look at python3/test-suite.log file, but I could not locate
the source of test failure. Please find attached the log file with this
email. I am available on IRC(nick : ankit_agrawal) if that seems a
convenient medium for you to help me out with this issue. Thanks.
Regards,
Ankit Agrawal,
2004 May 11
0
Re: [Xapian-commits] Changes in xapian/xapian-bindings/ xapian/xapian-bindings/guile/ xapian/xapian-bindings/php4/ xapian/xapian-bindings/python/ xapian/xapian-bindings/tcl8/
On Tue, May 11, 2004 at 06:11:36PM +0100, Richard Boulton wrote:
> "xapian-config --cxxflags" assumes that it doesn't need to emit
> -I/usr/include in this situation (presumably on the basis that
> any sane C compiler will already have that on its path).
Worse, passing -I/usr/include causes problems with some versions of GCC
on some platforms as GCC generates
2007 Oct 18
3
Changing php5 with php4 in CentOS 5
Hi,
In our server CentOS 5 is installed. Some of our web pages are compatible
with php4 but in centOS 5 , php5 is installed and we cannot see our pages.
I want to remove php5 and install php4 but i could not find php4 rpm for
CentOS 5. Can anybody help me?
Thanks
Can ?izer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Feb 10
1
php5 rpm to be installed in parallel with php4?
Hi,
I'm looking for a php5 rpm which I can install in parallel with php4. Therefore,
the centosplus rpm is (AFAIK) not usable for me as it replaces php4.
Does centos provide an php5 rpm which does not touch my php4? Is there a
matching srpm on web?
Sorry, if this question is a FAQ. Thanks for your help :)
fs
2020 Feb 19
2
prioritizing aggregated DBs
Olly Betts <olly at survex.com> wrote:
> On Sat, Feb 08, 2020 at 06:04:42PM +0000, Eric Wong wrote:
> > Olly Betts <olly at survex.com> wrote:
> > > On Fri, Feb 07, 2020 at 09:33:08PM +0000, Eric Wong wrote:
> > > > Or would I fiddle with wdf_inc for all ->index_text and ->add_term
> > > > calls on a per-DB basis?
> > >
>
2007 Jun 15
1
TermGenerator in PHP4
(xapian 1.0.1)
Should TermGenerator in the PHP4 bindings be called XapianTermGenerator?
Thanks,
Tim.
2012 Jun 12
1
php4 under Centos6
Hello, is there any way of getting php4 installed on Centos6? I'd like
to install it in an apache/fastcgi environment.
Has anybody got a link to a description/howto describing a clean install?
I failed compiling the original php4 tar ball and failed relocating the
php binary.
Thanks in advance
Regards
Michael
2014 Feb 26
2
Introduction mail
Thanks for replying i was thinking of working on
PHP binding improvement project i thnk it fits my skills.
how should i start help..
On Wed, Feb 26, 2014 at 5:11 PM, Olly Betts <olly at survex.com> wrote:
> On Tue, Feb 25, 2014 at 08:12:40PM +0530, Avinandan Bhattacharjee wrote:
> > Hi my name is Abhinandan Bhattacharjee i am student of Computer Science
> > stream of netaji
2005 Oct 14
1
php4/php5
Hey Guys,
I need to run PHP4/PHP5 from the same physical server.
I have apache + php5 currently.
Im thinking of creating a new apache and php4 from srpms and installing
It all in say /opt/apache_php4 and then running it from its own IP since
The server has two external IP addresses available.
Just wondering if anybody here has needed to do the same in the past and
what did you do to achieve
2007 Jul 03
1
best way to upgrade php4 -> php5 on CentOS?
What is the best way to upgrade PHP4 to PHP5 on CentOS? I see from "rpm -qa"
that I'm running PHP-4.3.9.
Should I uninstall this old PHP4 package and then reinstall PHP5? Or is
there some cool yum upgrade thing I might run?
This is a VMware virtual box for testing, so I'm more concerned about
learning what to do, rather than interrupting anything.
-------------- next part