php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59079 php_value auto_prepend_file causes PHP files to be blank
Submitted: 2010-02-21 01:02 UTC Modified: 2010-11-21 20:17 UTC
From: pecl at catchall dot toao dot net Assigned: martynas (profile)
Status: Closed Package: htscanner (PECL)
PHP Version: 5.2.9 OS: CentOS
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pecl at catchall dot toao dot net
New email:
PHP Version: OS:

 

 [2010-02-21 01:02 UTC] pecl at catchall dot toao dot net
Description:
------------
When I attempt to set auto_prepend_file, it does not work as expected.  Version 0.8.1 works.

Reproduce code:
---------------
php_value auto_prepend_file none

# or...

php_value auto_prepend_file /path/to/file.php

Expected result:
----------------
auto_prepend_file should be set to the specified value.

Actual result:
--------------
All PHP pages appear completely blank in the browser with no errors in the error log.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-21 20:17 UTC] martynas at venck dot us
The htscanner parser code has been rewritten in trunk.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC