From:             dingoth at yahoo dot fr
Operating system: Windows 2000
PHP version:      4.3.1
PHP Bug Type:     Apache2 related
Bug description:  include_path not overriden by a .htaccess file

Hello !

My 'include_path' is not overriden in a .htaccess file. Here is my config
:

Apache 2.0.45
PHP 4.3.1 (apache module)
Windows 2000

I write this in my .htaccess file placed under D:\dev\www\htdocs (the
document_root path) :

<IfModule mod_php4.c>
  php_value include_path "D:\dev\www\php-include;."
</IfModule>

and this in my D:\dev\www\htdocs\index.php file

<?php echo ini_get('include_path'); ?>

When I call that page in a browser, i get that incorrect value (it's the
default value : PHP isn't even installed there) :

.;c:\php4\pear

My .htaccess is read by apache, because nothing nothing goes wrong when
calling missing pages ...

Could you please see what's wrong ? Do I use wrong parameters ? If you
want further information about my configuration, don't hesitate to send me
an e-mail.

dingoth
-- 
Edit bug report at http://bugs.php.net/?id=23841&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23841&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23841&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23841&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23841&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23841&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23841&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23841&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23841&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23841&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23841&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23841&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23841&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23841&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23841&r=gnused

Reply via email to