Re: [PHP-CVS] cvs: php-src /ext/odbc php_odbc.c

2009-05-14 Thread Felipe Pena
Hello, Em Qui, 2009-05-14 às 11:55 +0200, Johannes Schlüter escreveu: > Hi, > > On Thu, 2009-05-14 at 01:25 +, Felipe Pena wrote: > > felipe Thu May 14 01:25:17 2009 UTC > > > > Modified files: > > /php-src/ext/odbc php_odbc.c > > Log: > > - Fixed

Re: [PHP-CVS] cvs: php-src /ext/odbc php_odbc.c

2009-05-14 Thread Johannes Schlüter
Hi, On Thu, 2009-05-14 at 01:25 +, Felipe Pena wrote: > felipeThu May 14 01:25:17 2009 UTC > > Modified files: > /php-src/ext/odbc php_odbc.c > Log: > - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC > driver) > @@ -3122,6 +3

Re: [PHP-CVS] cvs: php-src /ext/odbc php_odbc.c

2005-07-02 Thread Andi Gutmans
What bug # is this? You're sure it's correct? At 10:48 PM 7/2/2005 +, Edin Kadribasic wrote: edink Sat Jul 2 18:48:09 2005 EDT Modified files: /php-src/ext/odbc php_odbc.c Log: Don't crash on exit by destroying the same hash twice http://cvs.php.net/diff.php/php-src/

Re: [PHP-CVS] cvs: php-src /ext/odbc php_odbc.c php_odbc_includes.h

2003-08-28 Thread Dan Kalowsky
On Thursday, August 28, 2003, at 10:38 AM, Jani Taskinen wrote: On Thu, 28 Aug 2003, Dan Kalowsky wrote: Thank you. If you had read the commit you would notice that this is for some people to test via a snapshot. If it worked, I planned to leave it in, if not, out it comes. But it's of no u

Re: [PHP-CVS] cvs: php-src /ext/odbc php_odbc.c php_odbc_includes.h

2003-08-28 Thread Jani Taskinen
On Thu, 28 Aug 2003, Dan Kalowsky wrote: >On Thursday, August 28, 2003, at 06:08 AM, Jani Taskinen wrote: > >> On Wed, 27 Aug 2003, Dan Kalowsky wrote: >> >>> + REGISTER_LONG_CONSTANT("SQL_BLOB", SQL_LONGVARBINARY, >>> CONST_PERSISTENT | CONST_CS); >> >> Isn't above supposed to be instead

Re: [PHP-CVS] cvs: php-src /ext/odbc php_odbc.c php_odbc_includes.h

2003-08-28 Thread Dan Kalowsky
On Thursday, August 28, 2003, at 06:08 AM, Jani Taskinen wrote: On Wed, 27 Aug 2003, Dan Kalowsky wrote: + REGISTER_LONG_CONSTANT("SQL_BLOB", SQL_LONGVARBINARY, CONST_PERSISTENT | CONST_CS); Isn't above supposed to be instead this: REGISTER_LONG_CONSTANT("SQL_BLOB", SQL_BLOB, CONST_PER

Re: [PHP-CVS] cvs: php-src /ext/odbc php_odbc.c php_odbc_includes.h

2003-08-28 Thread Jani Taskinen
On Wed, 27 Aug 2003, Dan Kalowsky wrote: >+ REGISTER_LONG_CONSTANT("SQL_BLOB", SQL_LONGVARBINARY, CONST_PERSISTENT | >CONST_CS); Isn't above supposed to be instead this: REGISTER_LONG_CONSTANT("SQL_BLOB", SQL_BLOB, CONST_PERSISTENT | CONST_CS); I fixed one typo already, ma