Skip to Content.
Sympa Menu

freetds - [freetds] Strange FreeTDS 0.60 / PHP Issue

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Stefan Sonnenberg-Carstens" <s.sonnenberg AT coolspot.de>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Strange FreeTDS 0.60 / PHP Issue
  • Date: Fri, 21 Feb 2003 09:04:41 +0100

Hi List,
We have a productive Site running under FreeTDS 0.60/PHP 4.2.3 under Debian
Linux 3.0/Testing.
It works fine with the MS SQL Server 2000 SP3.
Yesterday I had to reinstall PHP and IBM DB2 Support, so I decided to
install new from scratch.
The System now is a Debian 3.0 UNSTABLE, with gcc 3.2 etc.
PHP's version is 4.3.1, FreeTSD remains 0.60, though it worked in the past.
After I transfered the Page, this was shown in the apache error log :

member:/usr/local/apache/logs# tail error_log
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
[Thu Feb 20 16:14:55 2003] [notice] child pid 714 exit signal Segmentation
fault
(11)
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
[Thu Feb 20 16:15:01 2003] [notice] child pid 730 exit signal Segmentation
fault
(11)
[Thu Feb 20 16:15:01 2003] [notice] child pid 729 exit signal Segmentation
fault
(11)
[Fri Feb 21 08:54:29 2003] [notice] caught SIGTERM, shutting down
member:/usr/local/apache/logs# tail error_log
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
[Thu Feb 20 16:14:55 2003] [notice] child pid 714 exit signal Segmentation
fault (11)
error_handler: Data-conversion resulted in overflow.
error_handler: Data-conversion resulted in overflow.
[Thu Feb 20 16:15:01 2003] [notice] child pid 730 exit signal Segmentation
fault (11)
[Thu Feb 20 16:15:01 2003] [notice] child pid 729 exit signal Segmentation
fault (11)
[Fri Feb 21 08:54:29 2003] [notice] caught SIGTERM, shutting down

Needless to say, some scripts are not working don't show any output, as you
might guess.

FreeTSD was installed using :
./configure --prefix=/usr/local/apache/ --enable-shared --with-tdsver=7.0
PHP was installed using :
./configure --prefix=/usr/local/apache/ --sysconfdir=/usr/local/apache/conf
/ --with-sybase-ct=/usr/local/apache --with-apxs
--enable-sysvshm --enable-sysvsem --with-mysql=/usr --enable-shared --with-
gettext --with-zlib --with-gd --with-curl --enable
-track-vars --enable-sockets --with-jpeg --enable-ftp --with-ibm-db2=/home/d
b2inst1/sqllib/ --enable-transsid

I also tried using PHP 4.2.3, but the results remain the same.
A compiler issue ?





Archive powered by MHonArc 2.6.24.

Top of Page