ID:               41453
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alkinoy at mail dot ru
-Status:           Open
+Status:           Feedback
 Bug Type:         MSSQL related
 Operating System: win2003 server sp1
 PHP Version:      5.2.2
 New Comment:

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.


"exception httpd [1960]" - no idea what that might mean.
A backtrace and a full reproduce case (including the tests schemes)
would help.


Previous Comments:
------------------------------------------------------------------------

[2007-05-21 10:30:22] alkinoy at mail dot ru

Description:
------------
when change default language for MSSQL account to Russian (old was
English) i get apache exception #1960 while executing mssql query. PHP
install as module, Apache 2.2

Reproduce code:
---------------
$db = mssql_connect("server",'user','pass') or die('Can not connect');

mssql_select_db('custom')

$res = mssql_query ("select * from custom_old..imp7 where id =
8569658");

$row = mssql_fetch_array($res);
echo '<pre>';
print_r($row);
echo '</pre>';


Expected result:
----------------
Array
(
    [0] => 8569658
    [id] => 8569658
    [1] => 224227
    ........
)



Actual result:
--------------
exception httpd [1960]


------------------------------------------------------------------------


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

Reply via email to