Edit report at http://bugs.php.net/bug.php?id=33693&edit=1
ID: 33693 Updated by: [email protected] Reported by: r dot vanicek at seznam dot cz Summary: mssql uniqueidentifier in select crashes php -Status: No Feedback +Status: Feedback Type: Bug Package: Sybase-ct (ctlib) related Operating System: Linux (Debian 3.1) PHP Version: 4.4.0 Block user comment: N New Comment: It is not marked as fixed but as "no feedback". Also 5.2.1 is dead, dead and dead. Please try using 5.3.3 or 5.2.14. Also if you use sqlserver you should use mssql extensions or odbc instead of sybase_ct. Previous Comments: ------------------------------------------------------------------------ [2010-09-23 11:35:04] t dot nickl at exse dot de This is not fixed in php 5.2.1. Did you fix it? Why is this closed? ------------------------------------------------------------------------ [2008-09-11 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2008-09-03 09:53:24] [email protected] Can you try using the latest 5.2.x and 5.3.0 snapshot? ------------------------------------------------------------------------ [2008-09-03 09:45:14] steveh at brendata dot co dot uk This is still an issue on the php 5.2.1, is it intended to fix this? ------------------------------------------------------------------------ [2007-09-27 10:50:41] walter at wjd dot nu You need tds version 7.0 for the bug to rear it's head. E.g. by "tds version = 7.0" in /etc/freetds/freetds.conf or with TDSVER=7.0 environment variable. (The 7.0 version transmits UCS-2 instead of ASCII which is used with 4.2) I'd really like this fixed, because I need 7.0 for working UTF8 support (with NVARCHARs in my database). When PHP is run from an apache module and the bug occurs, apache fails to serve (crashes?) any page that uses sybase-connections! #-------------------------------------------------- # Versions #-------------------------------------------------- PHP 5.2.0-8+etch7 (cli) (built: Jul 2 2007 21:46:15) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies #-------------------------------------------------- # Output of my own test code using SELECT * #-------------------------------------------------- $ TDSVER=4.2 php test2.php Success! $ TDSVER=7.0 php test2.php error_handler: Data-conversion resulted in overflow. Segmentation fault (core dumped) ------------------------------------------------------------------------ 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/bug.php?id=33693 -- Edit this bug report at http://bugs.php.net/bug.php?id=33693&edit=1
