File: php.ini

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (18 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; This is a recommended php.ini file for the phpdoc PHP
; scripts, containing setting ideal for phpdoc scripts.
; Use this ini file with php -c /path/to/this/php.ini

[PHP]
short_open_tag = On
allow_call_time_pass_reference = Off
safe_mode = Off
max_execution_time = 0
memory_limit = 16M
display_errors = Off
display_startup_errors = Off
track_errors = Off
html_errors = Off
variables_order = "GPCS"
register_globals = On
register_argc_argv = On
default_mimetype = "text/html"