Menu

[r495]: / trunk / php-java-bridge / server / WEB-INF / cgi / php-cgi-i386-linux.ini  Maximize  Restore  History

Download this file

26 lines (16 with data), 529 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;; -*- mode: Scheme; tab-width:4 -*-
;; A simple php.ini
;; extension_dir is this "cgi" directory
extension_dir=.
;; include php libraries from these directories
include_path=.:/usr/share/pear
;; Errors should appear in the log of the servlet engine, not in the
;; pages we generate. Users do not understand what they mean anyway.
log_errors = On
display_errors = Off
html_errors = Off
;; The java extension. Only the log_level is meaningful in this
;; environment.
extension=java-i386-linux.so
[java]
;java.log_level=2