Hi Daniela, sorry, it takes a little time, but i had some problems:) i had an older PHP Version and this installed with phpdev5 .. so i had to make a new...
Hello. Has someone any experience with accessing array fileds with php? I'd appreciate it if someone could send me an example source code. I need to insert...
hi, i tried something to visualize a jpg, stored as a blob-type in firebird. this is the fastest way i found (no creating of any files on the webserver): ...
I can do some specific things, and I need to php_interbase.dll. bu I'dont know what can i find it. ... Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per...
... It's in the FULL php download, in the extensions directory. The smaller downloads only have the mysql stuff. -- Lester Caine ... L.S.Caine Electronic...
Hello, Im trying to compile firebird 1.5 with php 4.3.2 for a few days now. It just wont work. I fixed some errors but still it doesnt work. When i try to...
try --with-interbase=shared,/usr/local/firebird shared is for use interbase like a module, you can delete it. The path is where you have installed firebird ...
Hi all, for all who want to compile php with interbase-support on linux and having difficulties i just want to mention, that the latest lampp-Paket from ...
64
Philippe Makowski
makowski@...
Aug 5, 2003 9:57 am
Hello, I found the site : http://www.open-database.de/index.php it might be helpfull -- Philippe Makowski Firebird serveur SQL open-source en français...
65
evan@...
Aug 5, 2003 2:24 pm
Hi I am new to the list, having seen the address on another list. I have the following problem: I have PHP working on a SuSE box under Apache, and I have...
... Simply enable php_interbase module in php.ini. No problems working to another machine, just make sure that the server name is correct in the connection...
Hi Evan, I'm new to the list and PHP and Firebird too. And I run Firebird with Windows (shame on me). The thing is: there are extensions to PHP. The only thing...
68
Philippe Makowski
makowski@...
Aug 5, 2003 3:36 pm
Any one have a rmp or something else whith an compiled interbase.so so I can enabled Firebird 1.5 acess on my PHP 4.3.1 Mdk 9.1 machine ? -- Philippe Makowski ...
... How so? I see many other database sections in this file but nothing for Firebird or Interbase. So you have the actual lines needed to do this? Cheers. ...
70
Milan Babuskov
albis@...
Aug 5, 2003 4:19 pm
... Just search php.ini file, you should have a line like this: ;extension=php_interbase.dll Just remove the semi-colon (on Windows). For Linux, change it to...
... OK, I added the line: extension=interbase.so in the ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; section, just like the example...
72
Milan Babuskov
albis@...
Aug 5, 2003 6:31 pm
... You have to build it from PHP source. There are many ways to do it, here's how I do: - unpack php sources - go to ext/interbase directory - phpize -...
... OK, I found it, have to compile PHP regardless, just don't install it. So the complete answer (Linux RPM world) would be: Get the PHP source from...
... Thanks. I got it now, just having trouble staying connected with ibWebAdmin0.91 now. Scott....
75
Milan Babuskov
albis@...
Aug 5, 2003 7:12 pm
... Have you set up ibWebAdmin's configuration file? I suggest you try to write a small php script to connect, select some data, display it on screen and bail...
... Ahyup, my bad. Grabbed the wrong version of PHP4 the first time. Helps to run modules compiled for the version you are running. =P Cheers, Scott....
... if there are segfaults reported in the apache error_log this is a php bug for sure. Which php version and which version of the interbase module you are...
Bugger. I *really* didn't want to have to recompile things :-) But, having accepted that I have to, my second question remains. How do you compile it when the...
... It's no different to the normal connection string? BUT you do need a copy of Firebird installed on the server so that ibWebAdmin can access the command...
81
Milan Babuskov
albis@...
Aug 6, 2003 1:25 pm
... You can't. You must have at least FB client on the machine, so that Firebird client library is found. However, I haven't found client-only instalation on...
82
Milan Babuskov
albis@...
Aug 6, 2003 1:28 pm
... When I enable new module in php.ini, I always go to the console and type: php It reports error if any, or just wait for input if everything is ok. This...
83
Philippe Makowski
makowski@...
Aug 6, 2003 2:21 pm
I'm trying (Firebird 1.5 RC4 PHP 4.3.1 Mdk 9.1.) Get the PHP source from http://www.php.net/downloads.php untar it: tar xvfz php-*.tar.gz cd to the untared...
... Hi Lester, That's great information, but really, we were discussing how to get PHP and Firebird working together. However, once that is working,...