... Well it might be if it did not use PDO ;) I think that there needs to be some agreement in the PHP camp as to just what PDO is supposed to be. People are...
... PDO::ATTR_STRINGIFY_FETCHES => true will apparently return blobs as strings rather than streams, but I've not had time to try yet :( ... I think if PDO...
Well, I've been at PHP-GTK for some days now. I've found that Glade support is lagging in PHP-GTK and this is also showing up in the documentation (mostly...
Here's an update to my exploration with php, php-gtk, adodb and firebird: Basically I got drawn into using Firebird as a backend because of a particular...
... Take a look at wxPython as well, if you want native applications on Windows and MacOS X. -- Milan Babuskov ================================== The easiest...
Hi Milan, Yes, I've had a look at wxPython. However, I am planning to move away from Windows (my primary platform at the moment) to Linux (Ubuntu) in the...
One of the victims of the firebird site crash was the wiki database which has not been backed up. If people have copies of what they had submitted then if they...
... That would be a much more practical default than the current setup, but I am seeing many more 'subtle' problems with problems with things like numbers and ...
if you are looking for default values in php.ini look no more http://www.php.net/manual/en/ibase.configuration.php the are removed from the default php.ini so...
... Marius - I do think it was about time that the 'ini' file was tidied up and broken up. The Linux installations which add self contained .ini for each ...
Hi all. I´m looking for a PHP Framework, Firebird-friendly, to develop corporate apps. I´ve found a similar question in this group, but it´s from 2007, and...
... It depends on which one you found ... ... I have been working with bitweaver since moving from tikiwiki some years ago now. Part of the reason for the move...
Hi There I'm sure I can help you with this regard, we'd have to do a tutorial session on Skype preferrably as I'm still busy with the documentation on the...
Hi Everyone I've given up writing lengthy tutorials for making Firebird work on windows and Linux. What I've found that works really well is the latest WAMP...
... well cakephp is quite stable with firebird support by default I have tested and is worth using it also seems that zend is quite good but i didn't tested it...
I am trying to find php_interbase.dll version 5.3 but not able to find it. It's not any longer in the .zip package from php for Windows. Anyone has a clue? ...
Sorry for the first post. I found that there is indeed a "problem" on Windows with this version. Now my problem is that I cannot go back to version 5.2 as I...
... You obviously have not been following the saga of PHP and windows ;) Every single package used with PHP5.3 has to be compiled with VC9 (for IIS) or VC6...
I use this for PHP 5.3.1 Good luck Clizio ... -- Clizio Merli *Architettura di Sistema Sistemi Distribuiti Firma Digitale * www.clizio.com ISACA Member EUCIP...
... Can't attatch to posts Clizio - if you have a 5.3.1 build, drop a copy in the files area http://tech.groups.yahoo.com/group/firebird-php/files/ -- Lester...
You can download it from http://www.clizio.com/download/php_interbase.zip Bye Clizio ... -- Clizio Merli *Architettura di Sistema Sistemi Distribuiti Firma...
Hello, I'm using PHP 5.2.12 (5.3 isn't available yet for Gentoo Linux). Accessing Firebird using the "ibase_..." functions works very well. But now, I...
Matthias Hanft
mh@...
Mar 8, 2010 8:59 pm
3212
... PDO needs a lot more love for every driver. It was badly designed from day one, and no one is bothering to fix it! The MySQL guys are just working on their...
... make abstract class or interface and make two different classes realising that interface for firebird and MySQL so you will need only one switch to decide...
... Ok, that's a clear and definite answer. Thank you! I'll stop any PDO efforts immediately :-) (This morning, after the first start of the browser, I...