updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / php-gtk-svn / php.ini-template
blobff9bef0894cd835a0e36dc5757ef37cd39e4c9bf
1 ; This is a default PHP.INI (/etc/gtk/php.ini) for GTK Applications.
2 ; Bob Majdak Jr <bob@kateos.org>
4 ; all the other options not in this php sets as defaults. these are only the
5 ; highlights which are considered important for client side applications.
7 engine = Off
8 error_reporting = E_ALL
9 default_charset = "utf-8"
10 user_agent = "PHP-GTK"
12 ; edit this to the path of your extension directory.
13 extension_dir = "/usr/lib/php/extensions"
15 safe_mode = Off
16 register_long_arrays = Off
17 register_globals = Off
18 magic_quotes_gpc = Off
19 magic_quotes_runtime = Off
20 magic_quotes_sybase = Off
22 allow_url_fopen = On
23 register_argc_argv = On
24 auto_globals_jit = On
26 ; add more extension lines after this one if you have more .so files that should
27 ; be loaded.
28 extension = "php_gtk2.so"
30 memory_limit=128M
32 [php-gtk]
33 php-gtk.codepage = "UTF-8"
34 php-gtk.extensions = ""