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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 05:01:28 2024 UTC