[PHP-CVS] com php-src: pdo_dblib: fix bug #64522DBLIB statement destructor was being called late and clobbered results from subsequent statement objects sharing the same connection: ext/pdo_dblib/dbli

2013-05-30 Thread Stanley Sufficool
Commit:0074cd2675687a25155cdde2ebc6b9f4a709c743 Author:Stanley Sufficool Thu, 30 May 2013 21:59:00 -0700 Parents: e02add77fccbff3930d2abe1734ce34c9e562782 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0074cd2675687a25155cdde2ebc6b9f4a709c743

[PHP-CVS] com php-src: FIX BUG #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/php_pdo_dblib_int.h

2013-05-31 Thread Stanley Sufficool
Commit:0e2bcf3373d914a215784c041a2a4c3b6afc2034 Author:Stanley Sufficool Fri, 31 May 2013 22:53:08 -0700 Parents: d22c7368e77d3da464e66898e96c0457b6f2d672 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0e2bcf3373d914a215784c041a2a4c3b6afc2034

[PHP-CVS] com php-src: FIX BUG #61900: ext/pdo_dblib/dblib_driver.c

2013-05-31 Thread Stanley Sufficool
Commit:317653e694c8cd3a3cc4c12c527af584726a66c7 Author:Stanley Sufficool Fri, 31 May 2013 23:24:57 -0700 Parents: 0e2bcf3373d914a215784c041a2a4c3b6afc2034 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=317653e694c8cd3a3cc4c12c527af584726a66c7

[PHP-CVS] com php-src: FIX BUG #60512: ext/pdo_dblib/dblib_driver.c

2013-06-01 Thread Stanley Sufficool
Commit:3b54de3db008490eeae8fba2e471a41906d1eae5 Author:Stanley Sufficool Fri, 31 May 2013 23:58:16 -0700 Parents: 317653e694c8cd3a3cc4c12c527af584726a66c7 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3b54de3db008490eeae8fba2e471a41906d1eae5

[PHP-CVS] com php-src: FIX BUG #60512 (the correct way this time): ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/pdo_dblib.c

2013-06-01 Thread Stanley Sufficool
Commit:d9be9e0231277b7baf457f9a59dc7616624f8e2e Author:Stanley Sufficool Sat, 1 Jun 2013 00:03:44 -0700 Parents: 3b54de3db008490eeae8fba2e471a41906d1eae5 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d9be9e0231277b7baf457f9a59dc7616624f8e2e

[PHP-CVS] com php-src: FIX BUG #55647: ext/pdo_dblib/dblib_stmt.c

2013-06-01 Thread Stanley Sufficool
Commit:c34a2757db80ee2a2f35583a73899330397cb35c Author:Stanley Sufficool Sat, 1 Jun 2013 00:38:09 -0700 Parents: d9be9e0231277b7baf457f9a59dc7616624f8e2e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c34a2757db80ee2a2f35583a73899330397cb35c

Re: [PHP-CVS] com php-src: FIX BUG #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/php_pdo_dblib_int.h

2013-06-03 Thread Stanley Sufficool
Correct, No BC breakage. I'm just new to git so I'm not familiar with how to commit to different branches. On Sun, Jun 2, 2013 at 10:53 PM, Stas Malyshev wrote: > Hi! > > > Commit:0e2bcf3373d914a215784c041a2a4c3b6afc2034 > > Author:Stanley Sufficool

[PHP-CVS] com php-src: Fix PDO_DBLIB bugs: #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/pdo_dblib.c ext/pdo_dblib/php_pdo_dblib_int.h

2013-06-03 Thread Stanley Sufficool
Commit:5a04ab9a54f529f4197bed6f17599604266cdb35 Author:Stanley Sufficool Mon, 3 Jun 2013 20:02:08 -0700 Parents: 7360f0f1e6c4b49e89bd3c2cf1f524e9cf7f9dcc Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5a04ab9a54f529f4197bed6f17599604266cdb35

[PHP-CVS] com php-src: FIX BUG #55647, #60512, #60512, #61900, #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/pdo_dblib.c ext/pdo_dblib/php_pdo_dblib_int

2013-06-03 Thread Stanley Sufficool
Commit:d8f938c78478c211dc3b5609e9f37d2e2c47896f Author:Stanley Sufficool Mon, 3 Jun 2013 20:34:47 -0700 Parents: 3579e81200927b75b2c5f353e016ec26d8884c26 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d8f938c78478c211dc3b5609e9f37d2e2c47896f

Re: [PHP-CVS] com php-src: FIX BUG #64338, #64808, #63638: ext/pdo_dblib/dblib_driver.c ext/pdo_dblib/dblib_stmt.c ext/pdo_dblib/php_pdo_dblib_int.h

2013-06-03 Thread Stanley Sufficool
I probably futs that all up, but the fixes are now in 5.4 and 5.5 branches. I guess the norm is to commit to the lowest branch and merge upwards :? On Mon, Jun 3, 2013 at 7:28 PM, Stanley Sufficool wrote: > Correct, No BC breakage. I'm just new to git so I'm not familiar with how &

[PHP-CVS] com php-src: Fix Bug #65219 DBSETLDBNAME should be called before login to set DBNAME in login record: ext/pdo_dblib/dblib_driver.c

2013-07-14 Thread Stanley Sufficool
Commit:d012bdca0319e225435430f89446828642b9810d Author:Stanley Sufficool Sun, 14 Jul 2013 11:16:42 -0700 Parents: ebad5178c4ae0da124469b1432fb0e890f6147da Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d012bdca0319e225435430f89446828642b9810d

[PHP-CVS] com php-src: FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver: ext/pdo_dblib/dblib_driver.c

2013-09-26 Thread Stanley Sufficool
Commit:ac05cfb49912dd87264573df930d0ead3c3e0cca Author:Stanley Sufficool Thu, 26 Sep 2013 19:53:47 -0700 Parents: 9aa904c375cd50a6e8a345f3c053e80a6617a377 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ac05cfb49912dd87264573df930d0ead3c3e0cca

[PHP-CVS] com php-src: FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92 FreeTDS <0.92 does not support DBSETLDBNAME option and therefore will not work with SQL Azure. Fallback to dbus

2013-10-05 Thread Stanley Sufficool
Commit:690bbe170d9ed4597629e4e986575fbe0a2cb796 Author:Stanley Sufficool Sat, 5 Oct 2013 09:54:45 -0700 Parents: ac05cfb49912dd87264573df930d0ead3c3e0cca Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=690bbe170d9ed4597629e4e986575fbe0a2cb796

[PHP-CVS] com php-src: FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92 FreeTDS <0.92 does not support DBSETLDBNAME option and therefore will not work with SQL Azure. Fallback to dbus

2013-10-05 Thread Stanley Sufficool
Commit:5ce23f39d51b1fc53a731d9fd7d419714d3de9fb Author:Stanley Sufficool Sat, 5 Oct 2013 09:54:45 -0700 Parents: 93f3ba66a7e238f82706cc38006836022a53aeb4 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5ce23f39d51b1fc53a731d9fd7d419714d3de9fb

[PHP-CVS] com php-src: Fix bug #64338 pdo_dblib can't connect to Azure SQL: ext/pdo_dblib/dblib_driver.c

2013-10-05 Thread Stanley Sufficool
Commit:9c7dbb0487f5991fde03873ea8f5e66d6688415f Author:Stanley Sufficool Sat, 5 Oct 2013 18:26:25 -0700 Parents: 3e023c3ddf9e80046803a989f4951ee16d3b8f9b Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9c7dbb0487f5991fde03873ea8f5e66d6688415f

[PHP-CVS] com php-src: FIX BUG #65219 - Typo correction: ext/pdo_dblib/dblib_driver.c

2013-10-05 Thread Stanley Sufficool
Commit:fa40290fb76370c923e8f048daf1af144ff87604 Author:Stanley Sufficool Sat, 5 Oct 2013 21:00:47 -0700 Parents: 5ce23f39d51b1fc53a731d9fd7d419714d3de9fb Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fa40290fb76370c923e8f048daf1af144ff87604

[PHP-CVS] com php-src: FIX BUG #65219 - Typo correction: ext/pdo_dblib/dblib_driver.c

2013-10-05 Thread Stanley Sufficool
Commit:63f242178d33fa22346d2e976b06a76455dbd6ab Author:Stanley Sufficool Sat, 5 Oct 2013 20:59:20 -0700 Parents: d74b9cfee528936a50af7772c3dc56843a068c7f Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=63f242178d33fa22346d2e976b06a76455dbd6ab

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c php_pdo_dblib_int.h

2010-05-31 Thread Stanley Sufficool
ssufficool Mon, 31 May 2010 18:38:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=32 Log: Fix bug #50755 & Enable multiple rowsets [DOC] Bug: http://bugs.php.net/50755 (Open) PDO DBLIB Fails with OOM Changed paths: U php/php-src/

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-06-20 Thread Stanley Sufficool
ssufficool Mon, 21 Jun 2010 06:54:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=300627 Log: Fix bug #45876 adding get column meta Bug: http://bugs.php.net/45876 (Assigned) PDO: DBLIB does not support getColumnMeta Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-21 Thread Stanley Sufficool
ssufficool Mon, 21 Jun 2010 07:30:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=300628 Log: Fix bug #38955 - add transaction support Bug: http://bugs.php.net/38955 (Open) PDO DBLIB driver does not support transactions Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-06-21 Thread Stanley Sufficool
ssufficool Tue, 22 Jun 2010 02:09:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=300646 Log: Fix bug #52134 Bug: http://bugs.php.net/52134 (Open) pdo_dblib returns 40 char strings for int Changed paths: U php/php-src/trunk/ext/pdo_d

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-21 Thread Stanley Sufficool
ssufficool Tue, 22 Jun 2010 02:59:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=300647 Log: Fix bug #52137 - implement lastInsertId Bug: http://bugs.php.net/52137 (Open) pdo_dblib does not implement lastInsertId Changed paths: U ph

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-22 Thread Stanley Sufficool
ssufficool Wed, 23 Jun 2010 01:29:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=300685 Log: Fix Bug #47588 - Allow Quoted Identifiers Bug: http://bugs.php.net/47588 (Assigned) PDO_DBLIB: barfs on quoted field names Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_driver.c

2010-06-23 Thread Stanley Sufficool
ssufficool Thu, 24 Jun 2010 03:40:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=300717 Log: Actually fix quoted identifiers this time Changed paths: U php/php-src/trunk/ext/pdo_dblib/dblib_driver.c Modified: php/php-src/trunk/ext/pdo_dbl

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ tests/bug_38955.phpt tests/bug_45876.phpt tests/bug_47588.phpt tests/bug_50755.phpt tests/common.phpt tests/config.inc tests/pdo_dblib.phpt

2010-06-28 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 06:04:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=300844 Log: Add tests for recent fixes Changed paths: A php/php-src/trunk/ext/pdo_dblib/tests/ A php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ common.phpt pdo_dblib.phpt

2010-06-28 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 06:08:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=300845 Log: Oops Changed paths: U php/php-src/trunk/ext/pdo_dblib/tests/common.phpt D php/php-src/trunk/ext/pdo_dblib/tests/pdo_dblib.phpt Modified: ph

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ common.phpt

2010-06-28 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 06:20:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=300846 Log: Remove PDO DBLIB prefix from PostgreSQL PDO tests Changed paths: D php/php-src/trunk/ext/pdo_dblib/tests/common.phpt Deleted: php/php-src/trunk/e

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ bug_38955.phpt bug_45876.phpt bug_47588.phpt bug_50755.phpt

2010-06-29 Thread Stanley Sufficool
ssufficool Tue, 29 Jun 2010 14:08:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=300858 Log: PDO DBLIB test fixups Changed paths: U php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt U php/php-src/trunk/ext/pdo_dblib/tests/bug_4587

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/tests/ bug_38955.phpt bug_45876.phpt bug_47588.phpt bug_50755.phpt config.inc

2010-06-29 Thread Stanley Sufficool
ssufficool Wed, 30 Jun 2010 03:16:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=300872 Log: pdo_dblib - improve test skip messages Changed paths: U php/php-src/trunk/ext/pdo_dblib/tests/bug_38955.phpt U php/php-src/trunk/ext/pdo_dbl

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ db.php

2010-07-24 Thread Stanley Sufficool
ssufficool Sat, 24 Jul 2010 14:05:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=301511 Log: Remove obsolete non phpt test script. Changed paths: D php/php-src/trunk/ext/pdo_dblib/db.php Deleted: php/php-src/trunk/ext/pdo_dblib/db.php ===

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-09-26 Thread Stanley Sufficool
ssufficool Sun, 26 Sep 2010 20:16:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=303771 Log: Update getColumnMeta native types for SQL Server 2008 Changed paths: U php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c Modified: php/php-src/trunk/e

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-09-28 Thread Stanley Sufficool
Will do. Thanks. On Sun, Sep 26, 2010 at 2:34 PM, Kalle Sommer Nielsen wrote: > Hi Stanley > > 2010/9/26 Stanley Sufficool : >> ssufficool                               Sun, 26 Sep 2010 20:16:25 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revis

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_dblib/ dblib_stmt.c

2010-09-28 Thread Stanley Sufficool
ssufficool Wed, 29 Sep 2010 00:55:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=303838 Log: Remove non C90 quotes Changed paths: U php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c Modified: php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c ==