Re: [PHP-DEV] Re: [PHP-QA] 4.0.6

2001-05-02 Thread Adam Trachtenberg
On Wed, 2 May 2001, Andi Gutmans wrote: > The COM problem would have been found IMO if we had released a bigger RC. I think the COM problem would have been found if somebody ran the test suite immediately before releasing 4.0.5 final. I think modifying the RC process to ensure that the last thin

Re: [PHP-DEV] timezones and thread safety

2001-04-17 Thread Adam Trachtenberg
On Tue, 17 Apr 2001, Stephen van Egmond wrote: > I'm a little bit baffled about why you would want to change the time > zone while a system is up and running. Isn't this the kind of thing > you set and forget? I guess that depends upon if you're interested in figuring out what time it is somep

Re: [PHP-DEV] php_odbc.c code question

2001-04-02 Thread Adam Trachtenberg
On Mon, 2 Apr 2001, Dan Kalowsky wrote: > In the current php_odbc.c file the following lines exist: > > #ifndef HAVE_DBMAKER > if ((*pv_onoff)) { > #else > if (pv_onoff && (*pv_onoff)) { > #endif > > these can be found in the odbc_autocommit function does anyone know > why this