ID: 15304 Updated by: edink Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IMAP related Operating System: Debian Linux 2.2 PHP Version: 4.1.1 New Comment:
I belive this to be a recode problem. It happens to me if I compile recode and mysql as shared extensions and then list recode after mysql. Do you compile recode and imap as shared modules? If so try putting recode before imap in php.ini and see what happens. Previous Comments: ------------------------------------------------------------------------ [2002-01-31 06:48:39] [EMAIL PROTECTED] Just in case: phptest() claims my configure script looks like this: ./configure --with-apxs --with-pear --with-exec-dir \ --with-openssl=/opt/local --with-zlib-dir --with-zlib \ --enable-bcmath --with-bz2=/opt/local \ --enable-calendar --with-jpeg-dir --with-tiff-dir \ --enable-ctype --with-curl=/opt/local \ --enable-dba=shared --with-gdbm --with-ndbm \ --with-db3=/opt/local --with-dbm --enable-dbase \ --enable-dbx --with-dom=/opt/local --enable-exif \ --enable-filepro --enable-ftp --with-gd=/opt/local \ --enable-gd-native-ttf --with-png-dir=/opt/local \ --with-xpm-dir=/usr/X11R6 \ --with-freetype-dir=/opt/local --with-gettext --with-gmp=/opt/local --with-iconv \ --with-imap-ssl=/opt/local \ --with-java=/opt/jdk1.3.1_01 --with-ldap=/opt/local \ --enable-mailparse --enable-mbstring \ --with-mcal=/opt/local --with-mhash=/opt/local --with-mnogosearch=/opt/local/mnogosearch \ --with-mysql=/usr --with-pcre-regex=/opt/local \ --enable-trans-sid --with-snmp=/opt/local \ --enable-ucd-snmp-hack --enable-sockets \ --with-regex=system --with-regex=apache \ --with-regex=php --with-sybase=/opt/sybase-11.9.2 \ --enable-sysvsem --enable-sysvshm \ --with-expat-dir=/opt/local --with-xmlrpc=/opt/local \ --enable-xslt --with-xslt-sablot=/opt/local \ --with-yaz=/opt/local --with-zip=/opt/local \ --enable-versioning --disable-debug --enable-bc \ --enable-sablot-errors-descriptive --enable-shmop \ --with-pspell=/opt/local --with-mcrypt=/opt/local \ --with-recode=/opt/local ------------------------------------------------------------------------ [2002-01-31 06:37:36] [EMAIL PROTECTED] I'm changing this to IMAP-related. Reason: when compiling with recode and imap apache crashes at startup removing either one cures the problem. I like to blame imap for both problems. ------------------------------------------------------------------------ [2002-01-30 16:46:20] [EMAIL PROTECTED] When compiled with --with-sybase=/opt/sybase-11.9.2 and --with-imap=/opt/local where imap version is 2001a (or older) mssql_connect acts strangely: - it claims it cannot find the specified entry in the interfaces file - it does an /etc/hosts / DNS-Lookup $host where $host is the name of the entry in the interfaces file. It does not help to rename the entry to the hostname of tzhe database server. if --with-imap is removed everything works. This must be a naming conflict of some functions, I guess. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15304&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]