php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6324 Long field in MSSQL returns only 4096 chars
Submitted: 2000-08-23 19:46 UTC Modified: 2000-08-31 11:05 UTC
From: shazlista at usa dot net Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.1pl2 OS: windowsNT
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shazlista at usa dot net
New email:
PHP Version: OS:

 

 [2000-08-23 19:46 UTC] shazlista at usa dot net
try to fetch a field of the type (text/ntext), you only get max of 4096 chars.

please help!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-31 11:05 UTC] fmk@php.net
Please add

mssql.textsize		= 8192
mssql.textlimit		= 8192

to your php.ini file. This will set the max size fetched from a text column.

This will work with php3 and php4 versions of the module !
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Dec 10 16:01:27 2024 UTC