ID:               43207
 Comment by:       dan at eskhosting dot com
 Reported By:      phpmyforum at gmail dot com
 Status:           No Feedback
 Bug Type:         Apache2 related
 Operating System: Linux
 PHP Version:      5.2.5RC2
 New Comment:

php_value/php_flag - no different too.


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

[2008-01-14 16:05:14] dan at eskhosting dot com

register_globals are switching On/Off randomise!
Values: 1/On/true, 0/Off/false; place: .htacess, httpd.conf - no
difference.
Only global setting in php.ini are effective.
Other variables works good.

System: Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
PHP: 5.2.5
'./configure' '--with-apxs=/usr/local/apache/bin/apxs'
'--prefix=/usr/local' '--enable-bcmath' '--enable-calendar'
'--with-curl' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext'
'--with-iconv' '--enable-mbstring' '--enable-mbregex' '--with-mcrypt'
'--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr'
'--with-openssl' '--enable-discard-path' '--with-pear'
'--with-pgsql=/usr' '--enable-safe-mode' '--enable-sockets' '--with-ttf'
'--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--with-xmlrpc'
'--with-xsl=/usr' '--enable-zip' '--with-zlib' '--with-bz2'
Apache: 1.3.37

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

[2007-11-19 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2007-11-11 18:49:12] [EMAIL PROTECTED]

Try change the php_flag to php_value and use 0 or 1 as value.

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

[2007-11-06 18:25:23] phpmyforum at gmail dot com

Description:
------------
Since I upgraded from php4 to PHP 5.2.5RC2 .htaccess php_* options
getting ignored.
This happens for most, but not all requests.

The default (php.ini) option for register_globals is off.

My .htaccess file looks like this:
~~~~
php_flag register_globals on
~~~~

Now I downgraded to PHP 5.2.4 and it's working again.

Hint: this bug looks very similar to #28522.

PS: this may happen for other options

'./configure' '--prefix=/bbo/php'
'--with-apxs2=/bbo/apachessl/bin/apxs'
'--with-config-file-path=/bbo/etc/httpd' '--with-openssl=/bbo/usr'
'--with-zlib' '--with-zlib-dir=/bbo/usr' '--with-bz2=/bbo/usr'
'--enable-ftp' '--enable-exif' '--with-gd=/bbo/usr'
'--enable-gd-native-ttf' '--with-jpeg-dir=/bbo/usr'
'--with-png-dir=/bbo/usr' '--with-freetype-dir=/bbo/usr'
'--with-mysql=/bbo/usr' '--with-mysqli=/bbo/usr/bin/mysql_config'
'--with-pdo-mysql=/bbo/usr' '--with-iconv' '--with-iconv-dir=/bbo/usr'
'--with-curl=/bbo/usr' '--with-curlwrappers' '--enable-soap'
'--enable-sockets' '--enable-mbstring=all' '--enable-mbregex'
'--with-xsl=/bbo/usr' '--with-libxml-dir=/bbo/usr'
'--with-pspell=/bbo/usr' '--with-ldap=/bbo/usr' '--with-tidy=/bbo/usr'
'--with-gettext=/bbo/usr' '--with-mcrypt=/bbo/usr'
'--with-pcre-regex=/bbo/usr' '--enable-sigchild' '--enable-sysvshm'
'--enable-sysvsem' '--enable-zip' '--disable-short-tags'
'--with-pear=/bbo/php_includes'
'--with-imap=/download/webserver/files/imap/' '--with-imap-ssl'
'--without-kerberos'



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


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

Reply via email to