ID: 15083 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MSSQL related Operating System: Windows 2000 Pro PHP Version: 4.1.1 New Comment:
Status -> feedback Previous Comments: ------------------------------------------------------------------------ [2002-01-17 13:44:39] [EMAIL PROTECTED] Can you provide a sample script? ------------------------------------------------------------------------ [2002-01-17 09:17:48] [EMAIL PROTECTED] 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 this 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]