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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 54 - 84 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54 Gerhard Knapp
prom_prometheus Offline Send Email
Jul 1, 2003
3:03 pm
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...
55 Martin
mikymichaels Offline Send Email
Jul 2, 2003
8:01 am
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...
56 Gerhard Knapp
prom_prometheus Offline Send Email
Jul 2, 2003
10:00 pm
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): ...
57 ahmet celebigil
celebigil_ahmet Offline Send Email
Jul 5, 2003
12:41 pm
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...
58 Lester Caine
lscesuk Offline Send Email
Jul 5, 2003
9:32 pm
... 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...
59 lentje2003 Offline Send Email Jul 7, 2003
7:10 pm
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...
60 lentje2003 Offline Send Email Jul 8, 2003
3:44 pm
I tryed some few things.. i added -lcrypt in LDFLAGS Then it worked.... but when i tryed to do 'make' i got this errors: ...
61 rodries2 Offline Send Email Jul 9, 2003
2:01 pm
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 ...
63 karlsteinam Offline Send Email Jul 11, 2003
7:23 pm
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@... 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,...
Messages 54 - 84 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