|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-07-18 05:09 UTC] claus dot pruefer at yoc dot de
sorry, i didnt backup the gdb STACK... but it reported an ERROR in chunk_free() in 'glibc.so' and terminated with a SEGMENTATION FAULT which was written in the APACHE HTTPD_LOG and the error is absolutely reproducable i compiled php, apache and freetds with DSO support and with libphp4.a WHEN YOU DONT CALL DB_FUNCTIONS EVERYTHING WORKS FINE... JUST FREETDS_FUNCTIONS... then i tried iODBC WITH OPEN_LINK here: no SEGMENTATION FAULTS, just VERY STRANGE behavior in 'ORDER BY QUERIES' and 'TOP x' QUERIES WITH MSSQL_SERVER queries... ok, hopefully that will help... PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 17:00:02 2025 UTC |
i have solve the problem. 1.compile freedts: ./configure --prefix=/usr/local/php/modules/freetds --sysconfdir=/usr/local/php/modules/freetds --enable-static --enable-shared --enable-msdblib 2.compile php: ./configure --prefix=/usr/local/php --enable-magic-quotes --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-freetype-dir --with-mssql=/usr/local/php/modules/freetds --with-sybase=/usr/local/php/modules/freetds 3.edit /etc/hosts,and add line: your_server_IP YOURSERVERNAME 4.configure freedts.conf [YOURSERVERNAME] host = YOURSERVERNAME port = 1433 tds version = 8.0 client charset = UTF-8 5.finished