PHP-GTK Development - Default GTK PHP.INI

From WikiDoc

Jump to: navigation, search
; This is a default PHP.INI (/etc/gtk/php.ini) for GTK Applications in KateOS.
; Bob Majdak Jr <bob@kateos.org>

; all the other options not in this php sets as defaults. these are only the highlights which
; are considered important for client side applications.
; most features are compiled into PHP directly.

engine = Off
error_reporting = E_ALL & ~E_NOTICE
default_charset = "utf-8"
extension_dir = "/usr/lib/php/extensions/"
user_agent = "KateOS PHP-GTK"

safe_mode = Off
register_long_arrays = Off
register_globals = Off
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

allow_url_fopen = On
register_argc_argv = On
auto_globals_jit = On

extension = "gettext.so"
extension = "php_gtk2.so"

memory_limit=128M

[php-gtk]
php-gtk.codepage = "UTF-8"
php-gtk.extensions = ""
Personal tools