php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22442 auto_prepend_file not consistant
Submitted: 2003-02-26 10:51 UTC Modified: 2003-03-09 19:15 UTC
Votes:3
Avg. Score:3.7 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: jstanley at cenicola-helvin dot com Assigned:
Status: No Feedback Package: Apache related
PHP Version: 4.3.1 OS: Redhat 7.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
49 + 24 = ?
Subscribe to this entry?

 
 [2003-02-26 10:51 UTC] jstanley at cenicola-helvin dot com
Apache 1.3.27 
.htaccess file
php_value auto_prepend_file '/path/to/function/file'
php_value auto_append_file '/path/to/cleanup/file'

I keep reloading a phpinfo.php script
<?php phpinfo(); ?>

Browser displays value randomly

Directive = Local Value, Master Value

auto_prepend_file = no value, no value
auto_append_file = no value, no value
--OR--
auto_prepend_file = /path/to/function/file, no value
auto_append_file = /path/to/cleanup/file, no value

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-09 19:15 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC