ID:               30351
 Updated by:       [EMAIL PROTECTED]
 Reported By:      davidifre at yahoo dot com
-Status:           Assigned
+Status:           Closed
 Bug Type:         MSSQL related
 Operating System: solaris 5.8
 PHP Version:      4.3.9
 Assigned To:      fmk
 New Comment:

There is no longer a problem with the latest version of FreeTDS


Previous Comments:
------------------------------------------------------------------------

[2005-08-09 09:05:51] freddyz77 at tin dot it

Well, which processor are you using? Try with FLOAT type instead of
REAL.

freddy77

------------------------------------------------------------------------

[2005-05-30 10:34:41] freddyz77 at tin dot it

What operation system are you using?
Have you tried to update FreeTDS version?

freddy77
(FreeTDS developer)

------------------------------------------------------------------------

[2004-10-19 14:34:45] davidifre at yahoo dot com

Hi,
do you know if this is a bug? Am I alone to experience this problem?

thx

------------------------------------------------------------------------

[2004-10-07 11:01:58] davidifre at yahoo dot com

Description:
------------
I use freetds 0.62.4.

I have a table with rows of different data type (binary, datetime, int,
bit, smallint, tinyint, varbinary, varchar and real). A query with a
request on the real data row (name is "value") will crash php whereas
other requests are ok: here is what i have in my apache logs

[Thu Oct  7 09:11:16 2004] [notice] child pid 3045 exit signal Bus
Error (10)

It is not browser dependent but with Netscape7 I have a message "this
document contains no data".

any idea?

compiled (I removed every path):
--with-apache --with-ldap --with-mysql --with-pgsql --with-sybase
--with-oracle --with-oci8 --with-mssql --with-gd --with-zlib-dir
--with-zip --with-jpeg-dir --with-png-dir --with-tiff-dir --with-pdflib
--with-imap --with-snmp --with-mcrypt --with-sablot --with-expat-dir
--with-gettext --enable-sysvsem --enable-sysvshm --enable-yp
--enable-ftp --enable-calendar --enable-mbstring=all --without-pear
--disable-cli


Reproduce code:
---------------
$req_SQL="SELECT value from table_name";
$id_con=mssql_connect("host:port","username","pwd") or die ("Could not
connect to database: ".mssql_get_last_message());
$msdb=mssql_select_db("base_name",$id_con);
$result=mssql_query($req_SQL,$id_con);





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30351&edit=1

Reply via email to