ID: 35115
Updated by: [EMAIL PROTECTED]
Reported By: freetds228 at lewenberg dot com
-Status: Open
+Status: Assigned
Bug Type: MSSQL related
Operating System: RedHat Enterprise Linux 3
-PHP Version: 5CVS, 4.4.1
+PHP Version: 5CVS, 4CVS (2005-11-06) (snap)
-Assigned To:
+Assigned To: fmk
New Comment:
Frank, check this out please.
Previous Comments:
------------------------------------------------------------------------
[2005-11-06 15:09:24] freetds228 at lewenberg dot com
I downloaded the newest version of the snapshot and it compiled, but I
am still getting this error:
[Sun Nov 6 08:07:02 2005] Script: 'testfreetds.php'
---------------------------------------
/root/tmp/php5-200511061330/Zend/zend_variables.h(35) : Block
0x09CC6D78 status:
/root/tmp/php5-200511061330/Zend/zend_variables.c(36) : Actual location
(locatio
n was relayed)
Beginning: OK (allocated on
/root/tmp/php5-200511061330/ext/mssql/php_mssql
.c:907, 19 bytes)
End: Overflown (magic=0x2A8FCC00 instead of 0x2A8FCC84)
1 byte(s) overflown
---------------------------------------
Maybe it is a problem with some low-level library on my system. Is
there a way to tell which system call is dying?
------------------------------------------------------------------------
[2005-11-06 03:59:56] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5-win32-latest.zip
I fixed the compile error, so please try again.
------------------------------------------------------------------------
[2005-11-06 03:03:55] freetds228 at lewenberg dot com
I tried to compile the snapshot but got this error:
/root/tmp/php5-200511052330/ext/mssql/php_mssql.c:2312:2: #endif
without #if
make: *** [ext/mssql/php_mssql.lo] Error 1
I noticed I got this when I tried to compile the stable version of
php5, also.
------------------------------------------------------------------------
[2005-11-05 20:01:57] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5-win32-latest.zip
------------------------------------------------------------------------
[2005-11-05 19:19:49] freetds228 at lewenberg dot com
Description:
------------
When running a simple SELECT select query against an MS SQL server, if
the result set has a field with a non-NULL date, we are getting the
following error (with --enable-debug flag on):
[Sat Nov 5 11:26:07 2005] Script: '/www-s/testfreetds.php'
---------------------------------------
/root/tmp/php-4.4.1/ext/mssql/php_mssql.c(191) : Block 0x093CA2E0
status:
/root/tmp/php-4.4.1/Zend/zend_variables.c(44) : Actual location
(location was relayed)
Beginning: OK (allocated on
/root/tmp/php-4.4.1/ext/mssql/php_mssql.c:904, 19 bytes)
End: Overflown (magic=0x31383A34 instead of 0x2A8FCC84)
At least 4 bytes overflown
---------------------------------------
The query returns only a single row and field (a date). Note that Perl
running the same query using the same freetds libraries has no errors.
We have compiled 4.4.1 against freetds 0.63 using the --with-mssql
option.
Reproduce code:
---------------
$db = mssql_connect('mssqlserver', 'user', 'secret') ;
$rs = mssql_query('SELECT DateLastModified FROM Table WHERE rid = 1',
$db) ;
Expected result:
----------------
The date should be accessible in the result set.
Actual result:
--------------
[Sat Nov 5 11:26:07 2005] Script: '/www-s/testfreetds.php'
---------------------------------------
/root/tmp/php-4.4.1/ext/mssql/php_mssql.c(191) : Block 0x093CA2E0
status:
/root/tmp/php-4.4.1/Zend/zend_variables.c(44) : Actual location
(location was relayed)
Beginning: OK (allocated on
/root/tmp/php-4.4.1/ext/mssql/php_mssql.c:904, 19 bytes)
End: Overflown (magic=0x31383A34 instead of 0x2A8FCC84)
At least 4 bytes overflown
---------------------------------------
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35115&edit=1