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,...
... Firebird 1.5 doesn't install in /opt/interbase. change that to where Firebird is installed, /usr/local/firebird I think (not sure right now, I'm not using...
86
Philippe Makowski
makowski@...
Aug 6, 2003 2:44 pm
... You're right it's a typo the problem is not here, I'm using ./configure --with-interbase=shared,/usr/local/firebird -- Philippe Makowski Firebird serveur...
... <snip> ... Bummer dewd! There is something wrong with your PHP install then. Maybe to do with MySQL not installed (guess). Might be better to ask at a...
... Strange how that link does not come up when you enter PHP in the knowledge base search at the ibphoenix site. Nice article Lester, perhaps a quick,...
89
Philippe Makowski
makowski@...
Aug 6, 2003 3:09 pm
... I got it ! :-))) I simply did a make -i and that's it, I got an interbase.so and an interbase module working Now I'm going to install IbWebAdmin -- ...
... Way to go. ... I guess ignoring errors is OK at this point, personally, I hate errors in anything and go that extra step to clean it up. ... Be sure to...
... BTW, as Milan pointed out: "When I enable new module in php.ini, I always go to the console and type: php" This is a good idea. I'm no PHP expert, by far,...
92
Philippe Makowski
makowski@...
Aug 6, 2003 3:50 pm
... the tests are working (I can connect without problem to security.fdb) ... It will be with PHP5 mysql will be an optional module -- Philippe Makowski ...
... ibWebAdmin had been mentioned, but the main point was that PHP can access Firebird on any machine. ... I've just finished rebuilding the linux machine...