From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Pro
PHP version:      4.1.1
PHP Bug Type:     MSSQL related
Bug description:  Big bug with mssql_fetch_xxxx methods

On PHP 4.0.6 on Windows 2000 Pro
 
I use the php_mssql.dll extension to access mssql server 7.0 and all the
method works very well.
(hum!! only the problem with ntext type but with CAST(yourfieldname AS
text) on the SQL query, that disappears)


After updating to PHP 4.1.1 on Windows 2000 Pro

The same code crashes Apache and Windows displays a dialog box with :  

Apache.exe
The instruction at "0x006db197" referenced memory at "0x043bcc3a".
The memory could not be "written".

I have search for a long time in the SQL query but in reality the problem
is not there...

The problem depends of the type returned by the query. 
All the numerical types work fine but all the string types like char,
nchar, text, ... result in crashes.

This problem appears only when you try to read the result with
mssql_fetch_xxxx methods...


My configuration :
Windows 2000 Pro
MSSQL SERVER 7.0
APACHE 1.3.20
PHP 4.1.1 (same problem with PHP 4.1.0)
-- 
Edit bug report at: http://bugs.php.net/?id=15083&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to