ID: 25401
Updated by: [EMAIL PROTECTED]
Reported By: sj at ewetel dot de
-Status: Open
+Status: Feedback
Bug Type: PDF related
Operating System: Solaris 2.8
PHP Version: 4.3.3
New Comment:
Do you happen to have any Zend extensions loaded? Such as some
debugger/cache? And what's the diff between php.ini-dist (assuming you
used that as base) and your php.ini ??
Previous Comments:
------------------------------------------------------------------------
[2003-09-07 12:04:52] sj at ewetel dot de
I did, really ;).
Now, i even waited 2 minutes after the last proc exited just to go
sure.
Maybe the test before i was too fast, because now i get the body with
the 0 again.
------------------------------------------------------------------------
[2003-09-07 11:08:57] [EMAIL PROTECTED]
Do 'apachectl stop' and make sure it REALLY stopped
before you start it again. (never use 'apachectl restart' after
upgrading PHP)
------------------------------------------------------------------------
[2003-09-07 07:07:03] sj at ewetel dot de
doesn't work either, but when i try with telnet now,
i get no body at all, the "0" is gone.
------------------------------------------------------------------------
[2003-09-06 19:08:23] [EMAIL PROTECTED]
Try this:
# rm config.cache
# ./configure \
--with-pdflib=/webserver/libs/pdflib-4.0.3-SunOS/bind/c \
--with-apxs=/webserver/server/apache-1.3.28/bin/apxs \
--disable-all --disable-cli
# make clean && make
# cp .libs/libphp4.so /webserver/server/apache-1.3.28/libexec
And restart apache, try the script again.
------------------------------------------------------------------------
[2003-09-06 13:30:04] sj at ewetel dot de
configure is:
./configure --prefix=/webserver/libs/php-4.3.3
--enable-force-cgi-redirect
--with-openssl=/webserver/libs/openssl-0.9.7b --with-zlib
--with-zlib-dir=/webserver/libs/zlib-1.1.4 --enable-bcmath
--enable-calendar --with-jpeg-dir=/webserver/gfx-libs
--with-tiff-dir=/webserver/gfx-libs --enable-ftp
--with-gd --with-png-dir=/webserver/gfx-libs
--with-jpeg-dir=/webserver/gfx-libs
--with-freetype-dir=/webserver/gfx-libs --enable-gd-native-ttf
--with-mysql=/webserver/mysql
--with-pdflib=/webserver/libs/pdflib-4.0.3-SunOS/bind/c
--with-tiff-dir=/webserver/gfx-libs --enable-wddx --enable-memory-limit
--with-ldap=/webserver/libs/openldap-2.1.22 --enable-sysvsem
--enable-sysvshm --with-apxs=/webserver/server/apache-1.3.28/bin/apxs
--with-config-file-path=/webserver/apache/conf/php
--with-curl=/webserver/libs/curl-7.10.7
it seems to work with the cli interpreter.
(in the php version i used before pdflib works with exactly the same
configure, lib versions and apache)
here's the telnet output:
HTTP/1.1 200 OK
Date: Sat, 06 Sep 2003 17:16:24 GMT
Server: Apache/1.3.28 (Unix) PHP/4.3.3 mod_ssl/2.8.15 OpenSSL/0.9.7b
X-Powered-By: PHP/4.3.3
Transfer-Encoding: chunked
Content-Type: text/html
0
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/25401
--
Edit this bug report at http://bugs.php.net/?id=25401&edit=1