... Yep - PHP5.2.5 seems to have sorted the bugs that had crept into PHP although I suspect there is STILL a problem with the 64bit builds of PHP on Linux :( ...
Do they exist? Do they make you money (or in the case of Firebird meaningfully extend your community)? Would you be unhappy if support would be dropped in PHP...
On Sun, Jun 15, 2008 at 2:48 PM, Anderson Farias <peixedragao@...> ... yes we should act and create the php maintainers team I will write an leter and...
Hi, Currently I use PHP-FB in a Fedora server for intranet, it need recompiling the PHP source to include the ibase driver. Ubuntu 7/8.04 has it all, but can't...
... I have some inside information. Don't you love people not getting the whole story ... At present the PHP team can't even BUILD a windows version of PHP5.3...
if you want to build minimal an php+firebird extension only setup here is how to do it without xml/mysql/sqlite and all that stuff that you might not need it ...
... This still uses Apache headers. If you really want a minimal PHP for firebird/interbase ext. it would be better to remove --with-apxs2 and use --enable-cli...
wget http://snaps.php.net/php5.3-200806191430.tar.bz2 tar -jxvf php5.3-200806191430.tar.bz2 cd php5.3-200806191430 ./configure --disable-all --with-interbase...
wget http://snaps.php.net/php6.0-200806191430.tar.bz2 tar -jxvf php6.0-200806191430.tar.bz2 cd php6.0-200806191430 ./configure --disable-all --with-interbase...
... wrote ... I am trying to get PHP working with a Firebird Database on Centos 5 which installs PHP-5.1.6. From the FAQ Milan referenced: 1. install php-devel...
... Is Firebird installed in /opt/firebird? Some distributions have their own 'rules' on where programs are installed, so firebird may be somewhere else. I've...
http://bugs.php.net/bug.php?id=45373 Has popped up, and yep - it crashes Apache/PHP Not enough parameters flag OK but no extra ones. The 'returning' is not...
[lester] Is Firebird installed in /opt/firebird? [/lester] CentOS usually install firebird in this directory /opt and I always use a rpm package and have no...
Hi, ... I've recently done that on CentOS 5 without problem. I've installed FB 1.5 SS NPTL rpm package. And I've upgraded PHP to 5.2.6 using YUM before going ...
... yes i saw in this bug too that parameter counting is wrong https://bugs.edge.launchpad.net/ubuntu/+source/php-interbase/+bug/224892 ... -- developer...
On Tue, Jul 1, 2008 at 4:59 PM, Anderson Farias ... Also try to install the firebird devel rpm at least that complaining i got on ubuntu when i try to build...
... Not another bug list to check :) The fact that it has taken a couple of months to get flagged to the php bug list is a problem. How many other problems are...
[Reply] HI all, Just a quick not to let you know I got it going - still sorting out another very urgent system issue ( not Firebird related ), but I will come...
... marius - you need to be a little more specific ;) PHP5.2.x, PHP5.3.0 or PHP6 snapshot ? I think those changes apply to PHP5.3.0 and are required to match...
... At this time in the morning :) -- Lester Caine - G8HFL ... Contact - http://lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services -...
... That means I have to get dressed :) ... Actually I still don't believe this as it does not flag the 32/64 bit build problems, and I know that these tests...
... What exception would you expect to be returned? If there is a problem with the query, then the FUNCTION returns with an error code. It does not 'throw an...
... I am aware that I can handle the error which the functions, but I would prefer dealing with exceptions. As far as I understood, the ibase_* functions do...