ID:               22773
 Updated by:       [EMAIL PROTECTED]
 Reported By:      joe at mcknight dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         CGI related
 Operating System: Linux
 PHP Version:      4.3.2-RC
 New Comment:

Okay, you're pulling my leg now. I don't believe this
is a real bug report at all. NOBODY else can reproduce this.
So even if this was real, it's just your system that has it.



Previous Comments:
------------------------------------------------------------------------

[2003-03-19 16:07:26] joe at mcknight dot de

I get the same error:

phpinfo() says:

Configure Command  './configure' '--disable-all' '--disable-cli'
Server API  CGI
Virtual Directory Support  disabled
Configuration File (php.ini) Path  /usr/local/lib/php.ini
PHP API  20020918  
PHP Extension  20020429  
Zend Extension  20021010  


/usr/local/lib/php.ini contains just the single line:

register_globals = On


What next ?  :-)

------------------------------------------------------------------------

[2003-03-19 15:36:16] [EMAIL PROTECTED]

Note: I just tested PHP 4.3.1 CGI within Apache 1.3.27
and it worked just fine.


------------------------------------------------------------------------

[2003-03-19 15:31:10] [EMAIL PROTECTED]

Please, let us decide what the correct categories for bug reports are.


And do this using the latest stable snapshot:

# rm config.cache && ./configure --disable-all --disable-cli
# make 

Use that CGI binary, and make sure you DO NOT have 
php.ini in /usr/local/lib

Let us know if you get the same results.



------------------------------------------------------------------------

[2003-03-19 13:45:55] joe at mcknight dot de

Sorry for reassigning this to variables again (reason given below)

First to your question: I'm using the CGI interface. I compiled php
4.3.2-RC1 with the following configure options:

./configure \
--prefix=/usr/share \
--datadir=/usr/share/php \
--bindir=/usr/bin \
--libdir=/usr/share \
--with-config-file-path=/etc \
--with-exec-dir=/usr/lib/php/bin \
--with-mysql=/usr \
--with-gd=yes \
--enable-gd-native-ttf \
--enable-gd-imgstrttf \
--with-tiff-dir=/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-xpm-dir=/usr/X11R6 \
--with-ldap=yes \
--with-zlib=yes \
--with-bz2 \
--with-gmp \
--with-xml=/usr/local \
--with-dom \
--with-ttf \
--with-t1lib \
--with-mcal=/usr \
--with-imap=yes \
--with-sablot \
--with-readline \
--with-ftp \
--with-ndbm \
--with-gdbm \
--with-mcrypt \
--with-gettext \
--with-mm \
--enable-versioning \
--enable-yp \
--enable-bcmath \
--enable-trans-sid \
--enable-inline-optimization \
--enable-track-vars \
--enable-magic-quotes \
--enable-safe-mode \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-shmop \
--enable-calendar \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-exif \
--enable-ftp \
--enable-memory-limit \
--enable-filepro \
--enable-dbase \
--enable-ctype \
--disable-debug \
--enable-force-cgi-redirect \
--enable-sigchild \
--with-openssl=/usr \
--without-curl \
--with-imap-ssl \
--with-pgsql=/usr \
--with-snmp \
--without-qtdom

Next I saw that it worked on another machine with php 4.0.6 compiled as
a module into apache. So I got this old version and compiled the CGI
version. Guess what? It worked! With the same apache 1.3.26 from Debian
woody, everything the same except for the php cgi binary. So I believe
that this indeed is a php bug.

I compiled 4.0.6 with the same options except for:

--without-dom --without-mcrypt --without-sablot
(had to disable them to get the configure run finished)

Thanks a lot for your time, feel free to ask me for further
information.

------------------------------------------------------------------------

[2003-03-19 11:07:04] [EMAIL PROTECTED]

There's something really wrong in your system.
I (or couple of hundred others running apache 1.3.2x and PHP 4) are
unable to reproduce this.

How did you install Apache? How did you install PHP in httpd.conf ??
Did you change something in php.ini?



------------------------------------------------------------------------

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/22773

-- 
Edit this bug report at http://bugs.php.net/?id=22773&edit=1

Reply via email to