php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27444 mssql_pconnect kill php on shutdown
Submitted: 2004-03-01 03:19 UTC Modified: 2004-03-08 07:10 UTC
From: momo@php.net Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 4.3.5RC3 OS: windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: momo@php.net
New email:
PHP Version: OS:

 

 [2004-03-01 03:19 UTC] momo@php.net
Description:
------------
the following bug was introduced on php 4.3.5:

<?
$con = mssql_pconnect("host","user","pass");
?>

crash the php on shutdown (using apache 1.3.7 on windows).
mssql_connect() works fine.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-01 03:33 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.
 [2004-03-02 05:22 UTC] momo@php.net
i have no 4.3.X debug development available but here is the microsoft bug report:

http://moshe.i-com-it.com/issues/mssql_pconnect/appcompat.txt
http://moshe.i-com-it.com/issues/mssql_pconnect/php.exe.mdmp

 [2004-03-02 06:11 UTC] derick@php.net
Please disable third party extensions such as turckloader first. 
 [2004-03-08 07:10 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

This is general problem, see bug #27185

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 07:01:32 2024 UTC