Re: [PHP-DEV] Bug in interbase.c "invalid BLOB ID"

2008-12-12 Thread Benjamin Schwarze
Last question: Is there something to do for me, or is everything clear and i can wait for the next release? marius popa schrieb: On Sat, Dec 6, 2008 at 5:54 PM, Benjamin Schwarze wrote: I dont understand your comment clearly. Have you tested the current official code or my patch? I have

Re: [PHP-DEV] Bug in interbase.c "invalid BLOB ID"

2008-12-06 Thread Benjamin Schwarze
I dont understand your comment clearly. Have you tested the current official code or my patch? marius popa schrieb: On Fri, Nov 28, 2008 at 5:56 PM, Benjamin Schwarze <[EMAIL PROTECTED]> wrote: There is already a bug report: http://bugs.php.net/42089 I saw that someone commented to t

Re: [PHP-DEV] Bug in interbase.c "invalid BLOB ID"

2008-11-28 Thread Benjamin Schwarze
There is already a bug report: http://bugs.php.net/42089 My last comment contains the patch. And sorry for the false title of this thread. In real it is the file ibase_blobs.c. :) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug in interbase.c "invalid BLOB ID"

2008-11-27 Thread Benjamin Schwarze
Hi! As some other users recognized, there is a bug in the implementation of the function "_php_ibase_quad_to_string". (imho since version 5.2.1) The line "spprintf(&result, BLOB_ID_LEN+1, "0x%0*" LL_MASK "x", 16, *(ISC_UINT64*)(void *) &qd);" doesnt work as estimated. The result stored insid