... How it went? BTW I'd like to see WordPress on Firebird, that would be cool. ;) -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ |...
... Well the api changed and we must implement nextId with sequences PHP Fatal error: Class DatabaseConnection_firebird contains 1 abstract method and must...
I am trying to upload a file to a blob field using PHP. The code (I have come across) is for uploading a file to a table of uploaded files, which is not what I...
Hi Everyone I need some advice! I've been working on Firebird and PHP for the past 8 years. I see a possible need for having compiled versions of PHP /...
... How far does it currently get towards the range of options ADOdb provides? https://sourceforge.net/projects/adodb/ I've used that since I started with PHP...
Hi Lester I will need to look into what adodb provides, but thanks for your feedback, it may be that both projects do the same thing :) But this is what I need...
... ADOdb also has a 'datadict' package which allows us to build and update databases from a single 'description' of the database. A little difficult to master...
Hi Lester The objectives of ADOdb and CDE are very similar. CDE is however only for PHP but does work in an object method however it tends to lean toward ...
... A lot of big projects already use it, but many of them tend to wrap a little further to provide 'objects' such as 'user' or 'wiki page' which are loaded ...
I have just one challenge now. The file import only works if the file is the same folder as the PHP script. How can I make it work regardless of file...
I have just one challenge now. The file import only works if the file is in the same folder as the PHP script. How can I make it work regardless of file...
Hi Sakhi, ... Da: sakhinjoko@... Ogg: Re: [firebird-php] Re: File upload I have just one challenge now. The file import only works if the file is in...
I am running the app on win7x64 Prof. I can browse and select the file but the problem is that the file name excludes the path to the file location when the...
Via rasmus Could we all bookmark http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests and visit it daily from now on? I'd like to see this go to 0 before...
... The interbase bugs HAD been cleared at one point, not sure why they are back again. I'll try and dig out my notes but that was a few years back! On PDO I'm...
... Found it http://tech.dir.groups.yahoo.com/group/firebird-php/message/3088 003.phpt just needs the results fixed ... 006.phpt works OK for me on 2.1.4 but...
I've got a setup working where I can investigate the source code test phpt files ... On the interbase driver I understand the two failures listed, 003 and 006,...
... Anybody actually USING pdo :) Many of the tests can only fail since they are testing particular facets of a database rather than the common functions that...
... On the basis that they may be ... I've updated all the failing tests on http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests so they are skipped. ...
... 003,006 fixed also the rowCount from pdo what is left is the common pdo tests and 007 after that there are lots of compiling warnings and deprecated api...
... https://bugs.php.net/bug.php?id=55663 ... That one is not repeatable on any of the FB setups here. ... Those comes up on most packages on my setup here ;) ...
mariuz I am right in thinking that firebird does not support named parameters in the way that pdo expects them to work? IBObjects provides me with this, but...