From:             phpmyforum at gmail dot com
Operating system: Linux
PHP version:      5.2.5RC2
PHP Bug Type:     Apache2 related
Bug description:  .htaccess settings missing (sometimes)

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 bug report at http://bugs.php.net/?id=43207&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43207&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43207&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43207&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43207&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43207&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43207&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43207&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43207&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43207&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43207&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43207&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43207&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43207&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43207&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43207&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43207&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43207&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43207&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43207&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43207&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43207&r=mysqlcfg

Reply via email to