|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-01 14:30 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
Hi, I have this problem: I have multiple PHP script installs that use PHPLib functionality. They all have .htaccess files that set php3_auto_prepend_file. I do not have the auto_prepend_file var set in php3.ini. In PHP < 3.0.14 I had no trouble. Now going into one directory with a .htaccess file specifying a php3_auto_prepend_file, then moving to one without - the setting from previously remains causing errors. E.g. www.server.com/directory1 .htaccess: php3_auto_prepend_file /some/file php3_include_path /some/directories www.server.com/directory2 .htaccess php3_include_path /some/other/directory Load /directory1, then load directory2 and the setting for php3_auto_prepend_file remains. This didn't used to happen. Bug or intended behaviour?