Re: [sword-devel] PHP bindings

2024-01-30 Thread Patrick Stephan
I attempted to compile the bindings for PHP as well a while ago, but, if I remember correctly, these bindings were made for PHP 4 and are not compatible with modern PHP. So I started messing around and built a mostly working PHP extension for PHP 8.x. I am not very knowledgeable about C, C++, o

Re: [sword-devel] PHP bindings

2024-01-30 Thread Matěj Cepl
On Tue Jan 30, 2024 at 10:33 AM CET, Aim for NaN wrote: > This errors out, saying that std_list.i cannot be found for templates.i Yes, it seems to be missing in swig templates for PHP (if that’s the problem … I am one of few happy programmers who know absolutely nothing about PHP), but how difficu

Re: [sword-devel] php bindings

2007-02-25 Thread Brent Kirkley
Hey, that 'Bible Tool' is pretty cool, I didn't see any way to jump to a specific point in the bible though just word searches. If I wanted to tell a newbie to start reading the book of Mark or from Mark 1-3 or something .. is there another interface that I missed? This is much closer to what I

Re: [sword-devel] php bindings

2007-02-25 Thread Troy A. Griffitts
Brent, Have you seen our web-based software: http://crosswire.org/study Brent Kirkley wrote: > Yeah, I see what your saying. However at Sun when we are rebuilding > software, at a certain point we look at completely rebuilding from the > ground up with an entire new standard ..

Re: [sword-devel] php bindings

2007-02-25 Thread Brent Kirkley
Yeah, I see what your saying. However at Sun when we are rebuilding software, at a certain point we look at completely rebuilding from the ground up with an entire new standard .. we do this just to shed the weight and work arounds of the older architecture. So where I was going with was if the

Re: [sword-devel] php bindings

2007-02-25 Thread Jonathan Morgan
On 2/24/07, Brent Kirkley <[EMAIL PROTECTED]> wrote: > > I'm interested in participating in a php version of the sword software. > According to the Osis docs the bible texts aren't too var removed from > regular xml docs so parsing them out shouldn't be that bad. Also, I was > thinking.. instead o

Re: [sword-devel] php bindings

2007-02-24 Thread Brent Kirkley
I'm interested in participating in a php version of the sword software. According to the Osis docs the bible texts aren't too var removed from regular xml docs so parsing them out shouldn't be that bad. Also, I was thinking.. instead of trying to incorporate all of these C libs into the php buil

Re: [sword-devel] php bindings

2007-02-07 Thread Brian Smith
Thanks Jason, I think I am going to try to find someone to help me parse data into a MySQL database, so I can just use it that way, rather than trying to interface with the core software libs. If I can just get some core data searchable, then that's all I really need. Brian On 2/7/07, Jason Tur

Re: [sword-devel] php bindings

2007-02-07 Thread Jason Turner
Technically it is possible to build a PHP library with the SWIG bindings which are already part of the source tree. However, I have only attempted it once or twice without much luck. If you are savvy with the PHP module build system you might be able to get it to work. Otherwise, I don't think I wo