ID: 25401
User updated by: sj at ewetel dot de
Reported By: sj at ewetel dot de
-Status: Feedback
+Status: Open
Bug Type: PDF related
Operating System: Solaris 2.8
PHP Version: 4.3.3
New Comment:
no extensions.
php.ini is just:
[PHP]
error_reporting = 0
session.save_path = /webserver/httproot/php-session-data
register_globals = On
safe_mode_gid = On
[MySQL]
mysql.allow_persistent = Off
mysql.max_persistent = 0
everything is the same as with the php version i used before.
Previous Comments:
------------------------------------------------------------------------
[2003-09-07 12:15:35] [EMAIL PROTECTED]
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 ??
------------------------------------------------------------------------
[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.
------------------------------------------------------------------------
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