Skip to content

Commit 56970fc

Browse files
amessinakormoc
authored andcommitted
Patch to remove "PHP Warning: Unknown: function 0 not found or invalid function name in Unknown on line 0" in Apache error logs with PHP 5.4
Signed-off-by: Rob Smith <kormoc@mythtv.org>
1 parent 2a24fa1 commit 56970fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mythweb.conf.apache

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@
104104
# doesn't support php_value, or things like memory_limit aren't working
105105
# as expected, then use these settings as examples for your own php.ini
106106
# files.
107-
php_value safe_mode 0
108-
php_value register_globals 0
109-
php_value magic_quotes_gpc 0
107+
# php_value safe_mode 0
108+
# php_value register_globals 0
109+
# php_value magic_quotes_gpc 0
110110
php_value file_uploads 0
111111
php_value allow_url_fopen On
112112

113113
php_value zlib.output_handler Off
114-
php_value output_handler NULL
114+
# php_value output_handler NULL
115115

116116
# If you have a large number of channels, you may need to increase
117117
# this value to prevent PHP from running out of memory during
@@ -129,7 +129,7 @@
129129
# php_value max_execution_time 120
130130

131131
# Note: php_flag does not work in older versions of php
132-
php_flag output_handler "NULL"
132+
# php_flag output_handler "NULL"
133133

134134
</Files>
135135

0 commit comments

Comments
 (0)