[PHP-DEV] php-4.3.2RC1 interbase/firebird config.m4 problem

2003-03-15 Thread Daniela Mariaschi
Let's spend few words about Firebird first. Firebird it's a fork of Interbase 6.0 source code, and its development is managed by a team of independent developers, not from Borland itself. Only Interbase 6.0 has been released as open source code instead Firebird is an open source project

[PHP-DEV] Interbase blob stream broken!

2002-09-30 Thread Daniela Mariaschi
Testing for bug #18964 (a win32 related bug in PHP 4.2.0 ) I saw that InterBase module in version 4.3 works with new features of PHP stream, and I found out that now ANY calls to ibase_blob_import() fails on Linux too. I 've tried with older version of PHP (4.1.2/4.2.x) and there are no

[PHP-DEV] Re: Bug #17184: Interbase 5.1.1.682 compilation

2002-05-14 Thread Daniela Mariaschi
Hi, Some functions added in interbase module raise compiler error. these functions require IB 6 or later cause they work together with the new IB6 API. It seems as in the code there is no control on the IB version installed, and the compiler is always looking for new Api . People who are

[PHP-DEV] Interbase bug #15419 - #15992 (proposal)

2002-04-02 Thread Daniela Mariaschi
EXTENSION: interbase PRIMARY MAINTAINER: Jouni Ahto MAINTENANCE: Odd Fixes STATUS: Working Hello Jouni , Following up from bug #15419 and #15992 I finally :) found a (good ?) solution to avoid segmentation fault so, I would like to let you know about the

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/interbase interbase.c

2002-03-21 Thread Daniela Mariaschi
as a negative number). can you have a look at it? Derick On Tue, 19 Mar 2002, Daniela Mariaschi wrote: daniela Tue Mar 19 10:29:18 2002 EDT Modified files: /php4/ext/interbase interbase.c Log: fixed floating number incorrectly rendered

[PHP-DEV] number fix on interbase.c

2002-03-19 Thread Daniela Mariaschi
Hey, Using latest.tar.gz I found out that DECIMAL/NUMERIC values don' t display correctly because of this instruciton: number /= - 10 * scale; I correct it and already committed on CVS cause it was a really serious bug . Any objection? Daniela -- PHP Development Mailing List

[PHP-DEV] stream and interbase don't compile

2002-03-16 Thread Daniela Mariaschi
Hey Wez could you please check the interbase module ? I receive this error with today CVS source and latest.tar.gz too : /php4/ext/interbase/interbase.c: In function `zif_ibase_blob_import': /php4/ext/interbase/interbase.c:2919: too many arguments to function `php_stream_read' make: ***

[PHP-DEV] interbase.c new function

2002-03-13 Thread Daniela Mariaschi
In response to bug #15602 (for which I already submitted a patch for NULL fields last week), I have developed a new function for the Interbase module, ibase_fetch_assoc that returns a row from a query result as a hash. I am attaching the patches to this message. As a side note, I have a few

[PHP-DEV] interbase.c new function (patch files)

2002-03-13 Thread Daniela Mariaschi
forgot the attachments. Daniela patch_interbase.c Description: Binary data patch_interbase.h Description: Binary data -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: daniela

2002-03-13 Thread Daniela Mariaschi
Committing bug fixes and additions to the interbase module without resorting to the kind people at php-dev every time. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Interbase module patch

2002-03-01 Thread Daniela Mariaschi
of the number of NULL fields in each row Daniela Mariaschi Index: interbasec === RCS file: /repository/php4/ext/interbase/interbasec,v retrieving revision 175 diff -r175 interbasec 2109c2109 break