I'm trying to figure out all the configuration aspects for the following: I have a Firebird Database running on an XP machine. I have Apache/PHP/MySQL running...
... It should be as simple as adding the php_interbase module to your PHP configuration, but you also need an OS X firebird client to make the actual...
Anybody actually using events in PHP? I still use my own messaging system so don't need them, but the question has been asked as to if they work. -- Lester...
do you mean within the context of a page? of a script? either way are you thinking of registering interest at the event at the top of the page/script and...
Hi http://www.abbanis.com On Businesses For Sale page I would like the public to be able to browse that page and to say double-click on a row, or in another...
... You are thinking down the same line as me ;) PaulB has had a 'complaint' about Firebird and PHP, and asked for my comments, which were basically - "You...
... Don't know about Fusion and Dreamweaver - they cost money so I don't use them ;) There are many ways of doing this, but basically you need to end up with a...
There's no sense in that - a simple query would have the same result. no need for event overhead. As for "pushing" pages - the clietn needs to be "registered"...
... I think I have found a better example, but again I have not fully thought it through. I'm with you on the simple query method, but I'm still trying to...
Hi http://www.abbanis.com On Businesses For Sale page I would like the public to be able to browse that page and to say double-click on a row, or in another...
1269
Jochem Maas
jochem@...
May 7, 2005 9:54 am
... I would suggest possibly trying out the XhttpRequest Object with which you can fire off HTTP requests with javascript in the background of your page (i.e....
Has anyone tried firebird in php5 in linux? The same worked in windows with out any problem but could not find compatible interbase extension for php5.0 in...
... Anjesh I think we are all in the same boat :( Pressure of other work means I am still running PHP5 on windows, but we do need to put some effort into...
If you were running FreeBSD (another open-source unix), just do the following: `cd /usr/ports/databases/php5-interbase` `make install` Under Linux, just build...
1273
Cesar L. Meloni
cesar@...
May 9, 2005 2:44 am
Yes... Im run Slack9.1, Slack10.0, Slack10.1 and RedHat9 whith Apache2.0.53, PHP5.0.4 and FB1.5.2... You see: http://www.interwan.com.ar/phpinfo.php For...
thanks to all of you Finally things get working I got hold of XAMPP, which contains package for linux with latest php, apache and with interbase/firebird...
1275
Jochem Maas
jochem@...
May 10, 2005 9:11 am
... WTF - I have been running firebird with php5 on Linux since 11/2003. (i.e. around the time Ard got his improved ibase/firebird extension up and running.......
... Apparently not really correct, as all benchmarked queries contain count() :-) Frank -- "Fascinating creatures, phoenixes, they can carry immensely heavy...
the same tutorial can be applied to firebird with small changes :) http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0505furlong/index.html -- ...
... Take care - PDO_Firebird has not been kept up to date, and you will still require the php_interbase as well since only a limited subset of functions are...
1279
Jochem Maas
jochem@...
May 19, 2005 2:49 pm
... AFAICR this is the case for all PDO extensions (you still require the 'core'/'base' extension. ... Ard has repeatedly given me the impression that he is...
(bt bouncing yahoo email connections - so via web ;) ) ... It just takes a different approach to 'abstraction' of some of the functionality - and produces...
I have a web application that is based on a Firebird 1.5 database. Various pages contain grids of rows and columns taken from the database. At the top of some...
... I'll leave fb-s to answer the SP questions. As for PHP, simply take a look at some of the existing applications. In my case Tikipro provides all of the...
1283
Jochem Maas
jochem@...
May 20, 2005 7:47 am
... well lets agree to differ on this point, I really feel that PDO is not about abstraction in this sense. PDO (conceptually) makes abstraction more straight...
... Agree with you there, but there are some 'holes' that will need addressing sooner rather than later. ... 1/ pdo_firebird is being shipped and does not...
1285
Jochem Maas
jochem@...
May 20, 2005 8:44 am
... ok - you make some good points. I do think we can help by trying to guide/subdue peoples expectations a little - we in the IT business have a habit of...
Anybody else having trouble with the php newsgroups, or is it just me? I've been getting 'connection was refused' since Friday, but have no problem the...
Anybody got a way of accessing the path to the firebird directory from PHP? I am trying to tidy up the installer on Tikipro and have a single niggle. I need to...
... This seems like a good reason for installing the FIREBIRD environment variable. From the online manual: getenv -- Gets the value of an environment variable...