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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Sat Apr 27 12:01:29 2024 UTC