commited to PHP_4_0_7 branch. could you recheck please.

thanks,
harald.

> -----Original Message-----
> From: Peter Dishman [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, October 05, 2001 11:16 AM
> To: 'Harald Radi'
> Subject: RE: RC3
> 
> 
> Hi,
> 
> I've just tried the latest CVS source (php4-200110050000) and 
> the boolean problem has been fixed but it seems that the 
> other changes that have been made since Release Candidate 3 
> are now causing me problems.
> 
> I'm using the ADODB php wrapper to talk to an Access database 
> using ADO COM objects, which now doesn't work. At the moment 
> I'm getting an error when attempting to open the connection 
> as it claims it can't find the 'Provider'. I've checked in 
> the ADODB source and it's doing the following:
> 
> $dbc->Provider='MSDASQL';     // $dbc is a COM object of 
> ADODB.Connection
> 
> If I echo this line out immediately after, all I get is 
> 'MSDA' the last few letters are missing! This then causes the 
> error mentioned.  Any ideas??
> 
> The project I'm working on also has connections to other COM 
> objects that seem to be working fine, but they don't involve 
> setting parameters in the object, only function calls.
> 
> Cheers
> 
> Pete Dishman
> Software Engineer
> 
> Email: [EMAIL PROTECTED]
> Tel:  +44 (0) 1442 242 242
> Fax: +44 (0) 1442 242 123
> --------------------------------------------- 
> Telephonetics - Making Sound Business Sense - 
> http://www.telephonetics.co.uk/ 
> Disclaimer - Your attention 
> is drawn to the disclaimer at 
> http://www.telephonetics.co.uk/edisc.html > which applies to 
> this email - subjects covered are viruses, order placement / 
> acceptance, confidentiality, security and liability. 
> You may receive an email copy of the disclaimer by sending 
> email to mailto:[EMAIL PROTECTED]
> -------------------------------------- 
> 
> 
> 
> 
> -----Original Message-----
> From: Harald Radi [mailto:[EMAIL PROTECTED]]
> Sent: 04 October 2001 19:26
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: RC3
> 
> 
> hi,
> 
> > This has been the
> > case for all of the 407 release candidates but it worked 
> fine in 406.
> 
> 
> strange. nearly everything changed in conversion.c, but the boolean
> conversion
> is always the same since the beginning.
> 
> > I reported this as a bug (No. 13433) but it's been ignored 
> so far.  It
> 
> > seems quite important though as it makes code that should work not 
> > work.
> 
> i commited a patch to the cvs trunk. i've someone could test this i'll
> commit it to the 4.0.7 branch.
> 
> i mainly changed the ZVAL_BOOL(pval, V_BOOL(vtval)) to 
> if(V_BOOL(vtval))
> {ZVAL_BOOL(pval, 1);} else {ZVAL_BOOL(pval, 0);}
> 
> nothing that should concern anything else ..
> 
> 
> aren't there any predefined constants for true and false in 
> the php/zend
> includes ?
> 
> 
> harald.
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to