Re: [PHP-DEV] mystic error ? From: Jouni Ahto (jah <email protected>)
Date: 12/06/00

On Wed, 6 Dec 2000, Thomas Fromm wrote:

> ive got the problem, that the php side returns (rare) only these output:
>
> 0 R
> /G50 35 0 R
> >>
> endobj
> 33 0 obj
> <<
>
> /Length 162
> /Filter /FlateDecode
> >>
> stream
> H?l?1
> Â@ Eg± æÎ $É
> ?ÝBT0? * PË SÖ»GÛ£ä )·ÑqÖ´ Y÷ þ
> --3a2e36963086--
>
>
> php compiled with:
> ./configure --with-mysql=/opt/mysql --with-config-file-path=/etc/httpd --with-oci8=/opt/oracle/product/8.1.5 --enable-inline-optimization
> --enable-track-vars --disable-debug --without-gd --enable-force-cgi-redirect --enable-sysvshm=yes --enable-sysvsem=yes --enable-sigchild
> --with-apache=../apache_1.3.14 --enable-session --enable-wddx
>
> and apache 1.3.14 with:
> ./configure --prefix=/opt/apache --htdocsdir=/www --sysconfdir=/etc/httpd/ --activate-module=src/modules/php4/libphp4.a
>
> all running on i686 linux.
>
> what could it be ?

Could you please elaborate a bit what you are doing? The output is clearly
part of a PDF document. You don't have have any kind of pdflib support
compiled in, so I assume you aren't trying to create PDF yourself. And I'd
think that if you pass a PDF file to be parsed by PHP, the results will be
surprising. You have most probably somehow misconfigured your webserver.

-- Jouni Ahto

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>