[dev] PHP 4.2.3 silently dies in imp/compose.php

Roman Neuhauser neuhauser at bellavista.cz
Sun Jan 12 19:00:08 PST 2003


# neuhauser at bellavista.cz / 2003-01-12 17:30:52 +0100:
> # neuhauser at bellavista.cz / 2003-01-10 17:11:11 +0100:
> > I have a problem with php-4.2.3 dying silently in IMP-3.1/Horde-2.1.
> > 
> > FreeBSD-4.7 RELEASE
> > apache-1.3.27
> > php-4.2.3
> > pear-Log-1.5
> > Horde-2.1
> > IMP-3.1
> > 
> > roman at freepuppy ~/install/horde 1026:0 > grep -En '(\$Horde|->call)' imp-3.1/contacts.php
> > 3: * $Horde: imp/contacts.php,v 2.39.2.5 2002/06/05 22:46:50 jan Exp $
> > 26:$source_list = $registry->call('contacts/sources');
> > 65:$results = $registry->call('contacts/search', $apiargs);
> > 
> > It dies on line 65, the second call to $registry->call(), the script
> > then doesn't output anything. "echo 'FOO'; exit;" put just befor the
> > call *is* sent to the browser, if I move it below, I get no output
> > again.
> 
>     the file is imp/contacts.php as hinted by the above grep, not
>     imp/compose.php, the rest of the data is valid.  sorry for the
>     confusion.
> 
>     i should probably also note that $conf['compress_pages'] is off, so
>     it's not an ob_gzhandler issue.

    I installed 4.3 from the source, and the problem remains, even
    both with php.ini-optimized and no php.ini at all. The configure
    line was:

     './configure' \
     '--with-apxs=/usr/local/sbin/apxs' \
     '--with-config-file-path=/usr/local/etc/apache' \
     '--with-regex=system' \
     '--with-gd=/usr/local' \
     '--enable-gd-native-ttf' \
     '--with-freetype-dir=/usr/local' \
     '--with-jpeg-dir=/usr/local' \
     '--with-png-dir=/usr/local' \
     '--with-zlib' \
     '--with-imap=/usr/local' \
     '--with-mysql=/usr/local' \
     '--with-gettext=/usr/local' \
     '--with-iconv=/usr/local' \
     '--enable-trans-sid' \
     '--prefix=/usr/local'

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html


More information about the dev mailing list