php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44120 PHP does not be connected to MSSQL 9.0.3042,Russian localization
Submitted: 2008-02-14 13:39 UTC Modified: 2008-02-22 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: tearnn at rambler dot ru Assigned:
Status: No Feedback Package: MSSQL related
PHP Version: 5.2.5 OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tearnn at rambler dot ru
New email:
PHP Version: OS:

 

 [2008-02-14 13:39 UTC] tearnn at rambler dot ru
Description:
------------
PHP does not be connected to MSSQL 9.0.3042

System:
System Windows NT LEBEDEV 5.1 build 2600 
Build Date Nov 8 2007 23:18:08 

MSSQL 9.0.3042
language: russian

Reproduce code:
---------------
<?php
   $db_name="Base";
   $db_user="admin"; 
   $db_pwd="qqq";       
   $db_host="SERVER";
   $conn=mssql_connect($db_host,$db_user,$db_pwd); 
   $db=mssql_select_db($db_name,$conn);            
?>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-14 22:29 UTC] jani@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2008-02-22 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC