Req #38955 [Com]: PDO DBLIB driver does not support transactions

2011-09-17 Thread vds dot jeroen at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=38955edit=1

 ID: 38955
 Comment by: vds dot jeroen at gmail dot com
 Reported by:remery at seminolesheriff dot org
 Summary:PDO DBLIB driver does not support transactions
 Status: Closed
 Type:   Feature/Change Request
 Package:*General Issues
 Operating System:   Linux
 PHP Version:5.1.6
 Assigned To:ssufficool
 Block user comment: N
 Private report: N

 New Comment:

Patch should be added to 5.3 branch


Previous Comments:

[2011-05-07 19:11:36] ssuffic...@php.net

No developer cares about it, but plenty of users have and do care. 

I don't use PHP much anymore, but that may change. When it does, I will 
consider maintaining this in two different places. Until then, the patches are 
here and the currently working and tested module resides in svn trunk.


[2011-04-30 21:19:14] paj...@php.net

It is marked as such because nobody cares about it. And before you came in, it 
should have marked as such in core as well.

Anyway, I do it for zip, enchant and planing to do so for more extensions as 
well. 
This is a very good way to provide more frequent releases to our users and 
especially to the distros.


[2011-04-30 21:04:23] ssuffic...@php.net

I do not see a practical way to PECL this because PDO is already core to PHP 
and marked depreciated in PECL.


[2011-04-30 20:32:05] paj...@php.net

I don't see why you could do releases via PECL as well. That will free you from 
the slower PHP release cycles.


[2011-04-30 17:48:38] ssuffic...@php.net

The whole of the PDO DBLIB needs to me moved to a release. There are many fixes 
and features as well as new tests. I have lobbied for these changes several 
times, now it is up to the release manager.




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=38955


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=38955edit=1


#44869 [Opn]: MSSQL Connect = Access Violation

2008-05-21 Thread vds dot jeroen at gmail dot com
 ID:   44869
 User updated by:  vds dot jeroen at gmail dot com
 Reported By:  vds dot jeroen at gmail dot com
 Status:   Open
 Bug Type: MSSQL related
 Operating System: Windows XP SP2
-PHP Version:  5.2.6RC5
+PHP Version:  5.2.6
 New Comment:

It's working when I use FreeTDS.


Previous Comments:


[2008-05-07 17:16:53] vds dot jeroen at gmail dot com

I still have the same problem with 5.2.6 final



[2008-04-30 12:52:15] vds dot jeroen at gmail dot com

Description:

When trying to connect to a local MSSQL 2005 Express server using
mssql_connect() in combination with IIS 5.1 on Windows XP SP2, I get
this error:

PHP has encountered an Access Violation at 7333F15A

When I run the script some more, I get this error.
PHP has encountered an Access Violation at 7333F179

When I run the script some more, I don't have a problem.

When I connect to another MSSQL server than my local one, I don't have
a problem at all.

I tried it with PHP 5.2.5 and 5.2.6RC5

I'm not the only one with this problem:
http://www.php.ru/forum/viewtopic.php?p=43508sid=f670026df23ed66bcbed99e77344bc52
http://bugs.php.net/bug.php?id=44718

When I use Apache 2.2.2, Apache crashes with PHP 5.2.5 when trying to
connect.

BTW: I'm using the newer ntwdblib.dll (2000.80.194.0)


Reproduce code:
---
$username = sa;
$password = *;
$database = plrapport;

$conn = mssql_connect(LAPTOPHP\SQLEXPRESS,$username,$password);



Expected result:

Nothing should happen, but the connection should be made. I check if
the connection is made by running a query.

Actual result:
--
When I just try to connect, with or without issueing a query, I get 
PHP has encountered an Access Violation at 7333F15A

I tried to make a backtrace, but I ended up with a very long mht file.
Download it here:
http://maybeme.be/Downloads/CrashHang_Report__PID_3208(2_dumps)__PID_668(2_dumps)__04302008142359968.mht





-- 
Edit this bug report at http://bugs.php.net/?id=44869edit=1



#44869 [Opn]: MSSQL Connect = Access Violation

2008-05-07 Thread vds dot jeroen at gmail dot com
 ID:   44869
 User updated by:  vds dot jeroen at gmail dot com
 Reported By:  vds dot jeroen at gmail dot com
 Status:   Open
 Bug Type: MSSQL related
 Operating System: Windows XP SP2
 PHP Version:  5.2.6RC5
 New Comment:

I still have the same problem with 5.2.6 final


Previous Comments:


[2008-04-30 12:52:15] vds dot jeroen at gmail dot com

Description:

When trying to connect to a local MSSQL 2005 Express server using
mssql_connect() in combination with IIS 5.1 on Windows XP SP2, I get
this error:

PHP has encountered an Access Violation at 7333F15A

When I run the script some more, I get this error.
PHP has encountered an Access Violation at 7333F179

When I run the script some more, I don't have a problem.

When I connect to another MSSQL server than my local one, I don't have
a problem at all.

I tried it with PHP 5.2.5 and 5.2.6RC5

I'm not the only one with this problem:
http://www.php.ru/forum/viewtopic.php?p=43508sid=f670026df23ed66bcbed99e77344bc52
http://bugs.php.net/bug.php?id=44718

When I use Apache 2.2.2, Apache crashes with PHP 5.2.5 when trying to
connect.

BTW: I'm using the newer ntwdblib.dll (2000.80.194.0)


Reproduce code:
---
$username = sa;
$password = *;
$database = plrapport;

$conn = mssql_connect(LAPTOPHP\SQLEXPRESS,$username,$password);



Expected result:

Nothing should happen, but the connection should be made. I check if
the connection is made by running a query.

Actual result:
--
When I just try to connect, with or without issueing a query, I get 
PHP has encountered an Access Violation at 7333F15A

I tried to make a backtrace, but I ended up with a very long mht file.
Download it here:
http://maybeme.be/Downloads/CrashHang_Report__PID_3208(2_dumps)__PID_668(2_dumps)__04302008142359968.mht





-- 
Edit this bug report at http://bugs.php.net/?id=44869edit=1



#44869 [NEW]: MSSQL Connect = Access Violation

2008-04-30 Thread vds dot jeroen at gmail dot com
From: vds dot jeroen at gmail dot com
Operating system: Windows XP SP2
PHP version:  5.2.6RC5
PHP Bug Type: MSSQL related
Bug description:  MSSQL Connect = Access Violation

Description:

When trying to connect to a local MSSQL 2005 Express server using
mssql_connect() in combination with IIS 5.1 on Windows XP SP2, I get this
error:

PHP has encountered an Access Violation at 7333F15A

When I run the script some more, I get this error.
PHP has encountered an Access Violation at 7333F179

When I run the script some more, I don't have a problem.

When I connect to another MSSQL server than my local one, I don't have a
problem at all.

I tried it with PHP 5.2.5 and 5.2.6RC5

I'm not the only one with this problem:
http://www.php.ru/forum/viewtopic.php?p=43508sid=f670026df23ed66bcbed99e77344bc52
http://bugs.php.net/bug.php?id=44718

When I use Apache 2.2.2, Apache crashes with PHP 5.2.5 when trying to
connect.

BTW: I'm using the newer ntwdblib.dll (2000.80.194.0)


Reproduce code:
---
$username = sa;
$password = *;
$database = plrapport;

$conn = mssql_connect(LAPTOPHP\SQLEXPRESS,$username,$password);



Expected result:

Nothing should happen, but the connection should be made. I check if the
connection is made by running a query.

Actual result:
--
When I just try to connect, with or without issueing a query, I get 
PHP has encountered an Access Violation at 7333F15A

I tried to make a backtrace, but I ended up with a very long mht file.
Download it here:
http://maybeme.be/Downloads/CrashHang_Report__PID_3208(2_dumps)__PID_668(2_dumps)__04302008142359968.mht

-- 
Edit bug report at http://bugs.php.net/?id=44869edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44869r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44869r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44869r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=44869r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=44869r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=44869r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=44869r=needscript
Try newer version:http://bugs.php.net/fix.php?id=44869r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=44869r=support
Expected behavior:http://bugs.php.net/fix.php?id=44869r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=44869r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=44869r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=44869r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44869r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=44869r=dst
IIS Stability:http://bugs.php.net/fix.php?id=44869r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=44869r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44869r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=44869r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=44869r=mysqlcfg