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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 352 - 382 of 3717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
352 Valentin Voev
voev Offline Send Email
Jan 4, 2004
3:17 pm
Happy New Year! I have a problem with Firebird 1.03 SS stability on RedHat 7.2, PHP 4.3.4 (compiled with interbase shared support) and Apache 1.3. The server...
353 Milan Babuskov
mbabuskov Offline Send Email
Jan 5, 2004
3:25 pm
... Perhaps you're using some UDFs that crash the server on Linux? -- Milan Babuskov http://fbexport.sourceforge.net...
354 Valentin Voev
voev Offline Send Email
Jan 6, 2004
12:19 pm
... Hi Milan, Actually I'm using one UDF (ib_uppercase), but I think the code is clear... unit my_ib_udf_m; interface uses ib_util; function...
355 Milan Babuskov
mbabuskov Offline Send Email
Jan 6, 2004
3:12 pm
... This looks like a Delphi UDF. How do you use it on Linux? Kylix perhaps? I'm almost definetly sure that somewhere here lies the problem, perhaps you could...
356 Valentin Voev
voev Offline Send Email
Jan 6, 2004
4:26 pm
Thank you Milan for the time you try to help me! ... perhaps? Yes comiled with Kylix3. So, maybe you are right about this UDF, but I'm sure in one, that this...
357 Milan Babuskov
mbabuskov Offline Send Email
Jan 6, 2004
5:07 pm
... I don't think it "eats" memory, I think it crashes if it gets some invalid data as input. Since you're using SuperServer, the entire server goes down with...
358 Valentin Voev
voev Offline Send Email
Jan 6, 2004
5:24 pm
Thank you very much for the help again!...
359 Helen Borrie
helebor Offline Send Email
Jan 6, 2004
9:37 pm
... Linux SS is only one process. What you see on Linux with ps are *threads*. Windows only shows you the process. btw, documentation is wrong when it says...
360 web-kane@...
askfirebird Offline Send Email
Jan 14, 2004
10:27 pm
Hello everybody! I'm working with Firebird 1.03 on Windows XP. How could I start and shutdown Firebird from the Command line? In the manual I have found...
361 next74 Offline Send Email Jan 16, 2004
6:07 am
Hi! Someone running Firebird 1.5 with php on FreeBSD??? I can compile all, firebird works fine local and remote. But when a php page that makes db connection...
362 Chris Knight
stryqx Offline Send Email
Jan 16, 2004
7:29 am
Howdy, In /etc/group, add the www user to the firebird group. Or chmod 444 /usr/local/firebird/*.conf. I'll be submitting a PR shortly to fix this problem. The...
363 Jean Lopes - TSA
baby1970br Offline Send Email
Jan 16, 2004
11:39 am
I had a database with jpg images stored in a sub-type 0 blob filed. I tryed to display this images using the follow script: . . . $data =...
364 Milan Babuskov
mbabuskov Offline Send Email
Jan 16, 2004
12:01 pm
... Quoted post from this list (25.06.2003.) $sst = "SELECT image, image_type FROM images_tbl WHERE images_id=123"; $result = ibase_query($sst, $f); ...
365 Jean Lopes - TSA
baby1970br Offline Send Email
Jan 16, 2004
4:43 pm
thaks for your answer, but in my case i can´t make the image apears. The browser only shows a long sequence of strange characters. i´d try some many ...
366 Milan Babuskov
mbabuskov Offline Send Email
Jan 16, 2004
5:00 pm
... Does it work when you load image from local file and dump it? Something like this: $fp = fopen('some.jpg', 'r'); $image = fread($fp, filesize('some.jpg'));...
367 Valentin Voev
voev Offline Send Email
Jan 16, 2004
7:42 pm
The problem seems to me was in PHP 4.3.4 The site works fine with PHP 4.3.5 RC2-dev now :)...
368 Jean Lopes - TSA
baby1970br Offline Send Email
Jan 16, 2004
7:49 pm
for all participants, Sorry for the cross-posting, but this is a very interesting tip. Para tos os particiantes, desculpe pelo cross-posting mas é uma dica ...
369 Milan Babuskov
mbabuskov Offline Send Email
Jan 16, 2004
7:58 pm
... Perhaps your config_connect.php has a newline after ?> at the end of script, or it outputs something, so headers are already sent. -- Milan Babuskov ...
370 Hamacker
sirhamacker Offline Send Email
Jan 19, 2004
2:08 pm
Hi All, The best php manual is : http://br2.php.net/manual/pt_BR/ref.ibase.php or others mirrors in english, portuguese, french,... but there are not examples...
371 Jean Lopes - TSA
baby1970br Offline Send Email
Jan 19, 2004
4:01 pm
Hi "Sir Glad" Hamacker, how long ? Its a good idea. After I refinate my script I will put it in thie PHP Manual. The Ibase functions are poorly descripted and...
372 Alan McDonald
metaalan Offline Send Email
Jan 20, 2004
11:41 am
How do you assign null values to parameters in this context $sth = ibase_query($dbh, "SELECT INS_OK FROM MEMBERS_I(?, ?, ?)", @$HTTP_POST_VARS["mobile_ext"],...
373 Alan McDonald
metaalan Offline Send Email
Jan 20, 2004
11:56 am
sorry - wrong function Alan ... From: Alan McDonald [mailto:alan@...] Sent: Tuesday, January 20, 2004 10:38 PM To: firebird-php@yahoogroups.com ...
374 Gerhard Knapp
prom_prometheus Offline Send Email
Jan 21, 2004
6:40 pm
only a test ... sorry...
375 Lester Caine
lscesuk Offline Send Email
Jan 21, 2004
10:13 pm
If anybody is interested. I have the latest version of phpeclipse running and debugging my code. Found a few things that PHPEdit and debugger were not...
376 Alan McDonald
metaalan Offline Send Email
Jan 22, 2004
3:14 am
I'm have a little problem with this function. IF I force an exception with a query,and use $success = @ibase_query( etc... I get a silent error and I get a...
377 Lester Caine
lscesuk Offline Send Email
Jan 23, 2004
7:45 am
... I don't see any replies yet :) Personally I use ADOdb, so all this gets wrapped internally, but having just looked at the code, the ibase_errmsg() is ...
378 Alan McDonald
metaalan Offline Send Email
Jan 23, 2004
9:57 am
... a ... I don't see any replies yet :) Personally I use ADOdb, so all this gets wrapped internally, but having just looked at the code, the ibase_errmsg() is...
379 Lester Caine
lscesuk Offline Send Email
Jan 23, 2004
3:27 pm
... It's just in the Firebird directory ( 1.5RC7 at moment ) - I THINK that the interface supplies the text, I don't think you need to be able to see the file...
381 Alan McDonald
metaalan Offline Send Email
Jan 29, 2004
2:53 am
Anyone got a decent syntax where you require execute procedure name(?,?,?,?,?,?,?,?, etc for many parameters, parameter list....) Instead of reading them...
382 Milan Babuskov
mbabuskov Offline Send Email
Jan 29, 2004
8:18 am
... I'm not 100% sure what you want to do. It's either ibase_query("execute procedure name(?,?,?)", $param1, $param2, $param3...) or If you wish to create the...
Messages 352 - 382 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