ID: 22233 Comment by: mailing at auktionmaster dot de Reported By: zlo at canada dot com Status: Assigned Bug Type: CGI related Operating System: RedHat 7.1, 7.2 PHP Version: 4.3.2-dev Assigned To: shane New Comment:
Yust tested a new snapshot (4.3.2-dev): Problem is nearly solved :-) Now: if you call "http://host/test.php?a=test" where test.php does phpinfo(); then $PHP_SELF ist set to "/test.php?a=test". I think there should be no parameter... Even the PHP-Logo is NOT shown :-) "http://host/test.php" works fine. So as mod-Version Regards, Bjoern Previous Comments: ------------------------------------------------------------------------ [2003-03-04 10:54:11] mailing at auktionmaster dot de Problem WAS fixed in an older snapshot but actually it is not. $PHP_SELF and all other variables like $_SERVER[PHP_SELF] are set to a wrong value (sometimes they are still empty). Depending on this the following problem occours: http://host/test.php?userid=1passwd=1 works; http://host/testtesttest.php?userid=1passwd=1 doesn't work; The file exist in both cases of course. Sometime the "parameter" is not splited on "&" ------------------------------------------------------------------------ [2003-02-24 10:30:18] Julian dot Pawlowski at jp-solution dot net Ooops I'm very sorry... just tried the actual snapshot and now everything works fine for me ;) Greetings from Munich Julian ------------------------------------------------------------------------ [2003-02-24 09:50:11] Julian dot Pawlowski at jp-solution dot net failure also on SuSE Linux 8.1 compiling with: ./configure \ --disable-debug \ --enable-bcmath \ --enable-calendar \ --enable-ctype \ --enable-dbase \ --enable-gd-imgstrttf \ --enable-gd-native-ttf \ --enable-inline-optimization \ --enable-magic-quotes \ --enable-mbstr-enc-trans \ --enable-mbstring \ --enable-memory-limit \ --enable-safe-mode=yes \ --enable-sigchild \ --enable-sockets \ --enable-sysvsem \ --enable-sysvshm \ --enable-track-vars \ --enable-trans-sid \ --enable-versioning \ --enable-force-cgi-redirect \ --enable-fastcgi \ --with-ldap \ --with-bz2 \ --with-ftp \ --with-gdbm \ --with-gettext \ --with-gmp \ --with-jpeg-dir=/usr/local/lib \ --with-mcrypt \ --with-mysql-sock=/tmp/mysql.sock \ --with-mysql=/usr/local/mysql/current \ --with-ndbm \ --with-png-dir=/usr/local/lib \ --with-t1lib \ --with-tiff-dir=/usr/local/lib \ --with-ttf \ --with-freetype-dir=yes \ --with-xml \ --with-zlib=yes \ --with-openssl=/usr/local/openssl/current \ --with-gd=yes \ --with-iconv \ --with-pspell \ --with-exec-dir=/vol0/www \ --with-config-file-path=/vol0/www/config \ --with-pear=/usr/local/php/pear \ --prefix=/usr/local/php/4.3.1 ------------------------------------------------------------------------ [2003-02-23 18:30:52] [EMAIL PROTECTED] ..and assign to Shane, who I think said something about looking into this.. ------------------------------------------------------------------------ [2003-02-23 18:29:31] [EMAIL PROTECTED] (updated tested PHP version) ------------------------------------------------------------------------ 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/22233 -- Edit this bug report at http://bugs.php.net/?id=22233&edit=1