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...
... 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...
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...
... 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...
... 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...
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...
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...
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...
... 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); ...
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 ...
... 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'));...
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 ...
... 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 ...
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...
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...
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"],...
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...
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...
... 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 ...
... 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...
... 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...
Anyone got a decent syntax where you require execute procedure name(?,?,?,?,?,?,?,?, etc for many parameters, parameter list....) Instead of reading them...
... 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...