On Fri, 2004-05-21 at 21:19, Daniel Convissor wrote:
> Hi Ilia:
>
> > I'd would like to release the RC1 of 4.3.7 this Thursday, so if you have any
> > pending bug fixes please commit them. If you need more time, please let me
> > know.
>
> It would be appreciated if we can get Sybase working. Right now it causes
> PHP to crash. http://bugs.php.net/bug.php?id=28354
I'm able to reproduce - I just added a testcase and will have a look
into it. In the meantime, don't use sybase_free_result($result);
> Worse, it doesn't even compile now...
> Compiling...
> php_sybase_ct.c
> c:\php4build\snap\ext\sybase_ct\php_sybase_ct.c(1136) : error C2198:
> 'convert_scalar_to_number' : too few actual parameters
>
> (from http://snaps.php.net/win32/compile-STABLE.log)
Edin just fixed the PHP5 branch, i MFH'ed the fixed to PHP4.
- Timm