Skip to search.
firebird-php · Firebird apps using PHP

Group Information

  • Members: 673
  • Category: Databases
  • Founded: Jun 23, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 64 - 93 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64 Philippe Makowski
makowski@... Send Email
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@... Send Email 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...
66 Lester Caine
lscesuk Offline Send Email
Aug 5, 2003
2:32 pm
... 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...
67 Thomas Beneken
thomas_beneken Offline Send Email
Aug 5, 2003
2:53 pm
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@... Send Email
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 ...
69 Scott Taylor
skotaylor Offline Send Email
Aug 5, 2003
3:52 pm
... 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@... Send Email
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...
71 Scott Taylor
skotaylor Offline Send Email
Aug 5, 2003
5:57 pm
... OK, I added the line: extension=interbase.so in the ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; section, just like the example...
72 Milan Babuskov
albis@... Send Email
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 -...
73 Scott Taylor
skotaylor Offline Send Email
Aug 5, 2003
6:34 pm
... 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...
74 Scott Taylor
skotaylor Offline Send Email
Aug 5, 2003
6:44 pm
... Thanks. I got it now, just having trouble staying connected with ibWebAdmin0.91 now. Scott....
75 Milan Babuskov
albis@... Send Email
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...
76 Scott Taylor
skotaylor Offline Send Email
Aug 5, 2003
7:43 pm
... Good idea. It appears an Apache child process is seg faulting. PHP I'm guessing. :(...
77 Scott Taylor
skotaylor Offline Send Email
Aug 5, 2003
7:54 pm
... 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....
78 lutz009 Offline Send Email Aug 5, 2003
11:25 pm
... 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...
79 evanmorris777 Offline Send Email Aug 6, 2003
6:08 am
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...
80 Lester Caine
lscesuk Offline Send Email
Aug 6, 2003
8:39 am
... 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@... Send Email
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@... Send Email
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@... Send Email
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...
84 Scott Taylor
skotaylor Offline Send Email
Aug 6, 2003
2:24 pm
... Hi Lester, That's great information, but really, we were discussing how to get PHP and Firebird working together. However, once that is working,...
85 Scott Taylor
skotaylor Offline Send Email
Aug 6, 2003
2:28 pm
... 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@... Send Email
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...
87 Scott Taylor
skotaylor Offline Send Email
Aug 6, 2003
2:50 pm
... <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...
88 Scott Taylor
skotaylor Offline Send Email
Aug 6, 2003
3:03 pm
... 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@... Send Email
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 -- ...
90 Scott Taylor
skotaylor Offline Send Email
Aug 6, 2003
3:35 pm
... 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...
91 Scott Taylor
skotaylor Offline Send Email
Aug 6, 2003
3:45 pm
... 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@... Send Email
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 ...
93 Lester Caine
lscesuk Offline Send Email
Aug 6, 2003
3:58 pm
... 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...
Messages 64 - 93 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help