ID: 49344
Comment by: Rockyjl at gmail dot com
Reported By: rockyjl at gmai dot com
Status: Feedback
Bug Type: PDO related
Operating System: win2003 X64
PHP Version: 5.2.11RC1
Assigned To: felipe
New Comment:
I don't how to NMAKE source... Anyone can help me NMake the
php_pdo_mssql.dll and php_pdo.dll with this
Index: ext/pdo_dblib/dblib_driver.c
===================================================================
--- ext/pdo_dblib/dblib_driver.c (revisão 288156)
+++ ext/pdo_dblib/dblib_driver.c (cópia de trabalho)
@@ -231,9 +231,7 @@
}
#if PHP_DBLIB_IS_MSSQL
- if (DBSETOPT(H->link, DBTEXTLIMIT, "2147483647") == FAIL) {
- goto cleanup;
- }
+ DBSETOPT(H->link, DBTEXTSIZE, "2147483647");
#endif
if (vars[3].optval && FAIL == dbuse(H->link, vars[3].optval)) {
thank you so much !
Previous Comments:
------------------------------------------------------------------------
[2009-09-08 11:33:56] [email protected]
Hi, Can you try this patch in 5.2.11-dev?
http://felipe.c2zlabs.com/diff/bug49344.diff
------------------------------------------------------------------------
[2009-09-08 09:37:12] Rockyjl at gmail dot com
Apache/2.2.13 (Win32) PHP/5.2.11RC3-dev
Error:
[2009-09-08 17:34:13]
127.0.0.1
ApacheBench/2.3
SQLSTATE[] (null) (severity 0)
Help !!! Who can help me ? please !
------------------------------------------------------------------------
[2009-09-03 09:26:14] rockyjl at gmail dot com
web server is Apache 2.2.11 and Apache 2.2.13 x86 no_ssl
------------------------------------------------------------------------
[2009-08-27 08:27:57] rockyjl at gmail dot com
php-5.2.11RC2-dev-win32-VC6-x86 has the Bug too!
Anyone can help me ? Please !
------------------------------------------------------------------------
[2009-08-25 02:08:48] rockyjl at gmail dot com
I upgrade to php-5.2.11RC2-dev-win32-VC6-x86 now !
Testing the bug ....
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/49344
--
Edit this bug report at http://bugs.php.net/?id=49344&edit=1