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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 39 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 08:01:29 2024 UTC