diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings 2002-03-15 18:55:51.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings 1970-01-01 01:00:00.000000000 +0100 @@ -1,125 +0,0 @@ -[Syslog] -define_syslog_variables = Off - -[mail function] -SMTP = localhost -sendmail_from = me@localhost.com - -[Debugger] -debugger.host = localhost -debugger.port = 7869 -debugger.enabled = False - -[Logging] - -[Java] - -[SQL] -sql.safe_mode = Off - -[ODBC] -odbc.allow_persistent = On -odbc.check_persistent = On -odbc.max_persistent = -1 -odbc.max_links = -1 -odbc.defaultlrl = 4096 -odbc.defaultbinmode = 1 - -[MySQL] -mysql.allow_persistent = On -mysql.max_persistent = -1 -mysql.max_links = -1 -mysql.default_port = -mysql.default_socket = -mysql.default_host = -mysql.default_user = -mysql.default_password = - -[mSQL] -msql.allow_persistent = On -msql.max_persistent = -1 -msql.max_links = -1 - -[PostgresSQL] -pgsql.allow_persistent = On -pgsql.max_persistent = -1 -pgsql.max_links = -1 - -[Sybase] -sybase.allow_persistent = On -sybase.max_persistent = -1 -sybase.max_links = -1 -sybase.min_error_severity = 10 -sybase.min_message_severity = 10 -sybase.compatability_mode = Off - -[Sybase-CT] -sybct.allow_persistent = On -sybct.max_persistent = -1 -sybct.max_links = -1 -sybct.min_server_severity = 10 -sybct.min_client_severity = 10 - -[bcmath] -bcmath.scale = 0 - -[browscap] - -[Informix] -ifx.default_host = -ifx.default_user = -ifx.default_password = -ifx.allow_persistent = On -ifx.max_persistent = -1 -ifx.max_links = -1 -ifx.textasvarchar = 0 -ifx.byteasvarchar = 0 -ifx.charasvarchar = 0 -ifx.blobinfile = 0 -ifx.nullformat = 0 - -[Session] -session.save_handler = files -session.save_path = /tmp -session.use_cookies = 1 -session.name = PHPSESSID -session.auto_start = 0 -session.cookie_lifetime = 0 -session.cookie_path = / -session.cookie_domain = -session.serialize_handler = php -session.gc_probability = 1 -session.gc_maxlifetime = 1440 -session.referer_check = -session.entropy_length = 0 -session.entropy_file = -session.cache_limiter = nocache -session.cache_expire = 180 -session.use_trans_sid = 1 -url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" - -[MSSQL] -mssql.allow_persistent = On -mssql.max_persistent = -1 -mssql.max_links = -1 -mssql.min_error_severity = 10 -mssql.min_message_severity = 10 -mssql.compatability_mode = Off - -[Assertion] - -[Ingres II] -ingres.allow_persistent = On -ingres.max_persistent = -1 -ingres.max_links = -1 -ingres.default_database = -ingres.default_user = -ingres.default_password = - -[Verisign Payflow Pro] -pfpro.defaulthost = "test.signio.com" -pfpro.defaultport = 443 -pfpro.defaulttimeout = 30 - -[Sockets] -sockets.use_system_read = On diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings01Syslog mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings01Syslog --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings01Syslog 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings01Syslog 2008-04-18 14:37:23.000000000 +0200 @@ -0,0 +1,3 @@ +[Syslog] +define_syslog_variables = Off + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings02mailfunction mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings02mailfunction --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings02mailfunction 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings02mailfunction 2008-04-18 14:50:04.000000000 +0200 @@ -0,0 +1,4 @@ +[mail function] +SMTP = localhost +sendmail_from = me@localhost.com + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings03Debugger mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings03Debugger --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings03Debugger 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings03Debugger 2008-04-18 14:48:38.000000000 +0200 @@ -0,0 +1,5 @@ +[Debugger] +debugger.host = localhost +debugger.port = 7869 +debugger.enabled = False + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings04Logging mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings04Logging --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings04Logging 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings04Logging 2008-04-18 14:38:10.000000000 +0200 @@ -0,0 +1,2 @@ +[Logging] + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings05Java mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings05Java --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings05Java 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings05Java 2008-04-18 14:38:24.000000000 +0200 @@ -0,0 +1,2 @@ +[Java] + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings06SQL mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings06SQL --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings06SQL 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings06SQL 2008-04-18 14:49:33.000000000 +0200 @@ -0,0 +1,3 @@ +[SQL] +sql.safe_mode = Off + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings07ODBC mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings07ODBC --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings07ODBC 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings07ODBC 2008-04-18 14:51:04.000000000 +0200 @@ -0,0 +1,8 @@ +[ODBC] +odbc.allow_persistent = On +odbc.check_persistent = On +odbc.max_persistent = -1 +odbc.max_links = -1 +odbc.defaultlrl = 4096 +odbc.defaultbinmode = 1 + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings08MySQL mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings08MySQL --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings08MySQL 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings08MySQL 2008-04-18 14:51:47.000000000 +0200 @@ -0,0 +1,10 @@ +[MySQL] +mysql.allow_persistent = On +mysql.max_persistent = -1 +mysql.max_links = -1 +mysql.default_port = +mysql.default_socket = +mysql.default_host = +mysql.default_user = +mysql.default_password = + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings09mSQL mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings09mSQL --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings09mSQL 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings09mSQL 2008-04-18 14:52:24.000000000 +0200 @@ -0,0 +1,5 @@ +[mSQL] +msql.allow_persistent = On +msql.max_persistent = -1 +msql.max_links = -1 + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings10PostgresSQL mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings10PostgresSQL --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings10PostgresSQL 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings10PostgresSQL 2008-04-18 14:52:57.000000000 +0200 @@ -0,0 +1,5 @@ +[PostgresSQL] +pgsql.allow_persistent = On +pgsql.max_persistent = -1 +pgsql.max_links = -1 + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings11Sybase mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings11Sybase --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings11Sybase 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings11Sybase 2008-04-18 14:53:29.000000000 +0200 @@ -0,0 +1,8 @@ +[Sybase] +sybase.allow_persistent = On +sybase.max_persistent = -1 +sybase.max_links = -1 +sybase.min_error_severity = 10 +sybase.min_message_severity = 10 +sybase.compatability_mode = Off + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings12Sybase-CT mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings12Sybase-CT --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings12Sybase-CT 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings12Sybase-CT 2008-04-18 14:54:00.000000000 +0200 @@ -0,0 +1,7 @@ +[Sybase-CT] +sybct.allow_persistenT = On +sybct.max_persistent = -1 +sybct.max_links = -1 +sybct.min_server_severity = 10 +sybct.min_client_severity = 10 + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings13bcmath mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings13bcmath --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings13bcmath 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings13bcmath 2008-04-18 14:54:32.000000000 +0200 @@ -0,0 +1,2 @@ +[bcmath] +bcmath.scale = 0 diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings14browscap mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings14browscap --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings14browscap 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings14browscap 2008-04-18 14:41:35.000000000 +0200 @@ -0,0 +1,2 @@ +[browscap] + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings15Informix mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings15Informix --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings15Informix 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings15Informix 2008-04-18 14:55:36.000000000 +0200 @@ -0,0 +1,13 @@ +[Informix] +ifx.default_host = +ifx.default_useR = +ifx.default_password = +ifx.allow_persistent = On +ifx.max_persistent = -1 +ifx.max_links = -1 +ifx.textasvarchar = 0 +ifx.byteasvarchar = 0 +ifx.charasvarchar = 0 +ifx.blobinfile = 0 +ifx.nullformat = 0 + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session 2008-04-18 14:42:06.000000000 +0200 @@ -0,0 +1,20 @@ +[Session] +session.save_handler = files +session.save_path = /tmp +session.use_cookies = 1 +session.name = PHPSESSID +session.auto_start = 0 +session.cookie_lifetime = 0 +session.cookie_path = / +session.cookie_domain = +session.serialize_handler = php +session.gc_probability = 1 +session.gc_maxlifetime = 1440 +session.referer_check = +session.entropy_length = 0 +session.entropy_file = +session.cache_limiter = nocache +session.cache_expire = 180 +session.use_trans_sid = 1 +url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings17MSSQL mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings17MSSQL --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings17MSSQL 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings17MSSQL 2008-04-18 14:56:16.000000000 +0200 @@ -0,0 +1,8 @@ +[MSSQL] +mssql.allow_persistent = On +mssql.max_persistent = -1 +mssql.max_links = -1 +mssql.min_error_severity = 10 +mssql.min_message_severity = 10 +mssql.compatability_mode = Off + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings18Assertion mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings18Assertion --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings18Assertion 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings18Assertion 2008-04-18 14:44:53.000000000 +0200 @@ -0,0 +1,2 @@ +[Assertion] + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings19IngresII mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings19IngresII --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings19IngresII 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings19IngresII 2008-04-18 14:57:15.000000000 +0200 @@ -0,0 +1,8 @@ +[Ingres II] +ingres.allow_persistent = On +ingres.max_persistent = -1 +ingres.max_links = -1 +ingres.default_database = +ingres.default_user = +ingres.default_password = + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings20VerisignPayflowPro mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings20VerisignPayflowPro --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings20VerisignPayflowPro 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings20VerisignPayflowPro 2008-04-18 14:57:50.000000000 +0200 @@ -0,0 +1,5 @@ +[Verisign Payflow Pro] +pfpro.defaulthost = "test.signio.com" +pfpro.defaultport = 443 +pfpro.defaulttimeout = 30 + diff -Nur -x '*.orig' -x '*.rej' e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings21Sockets mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings21Sockets --- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings21Sockets 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings21Sockets 2008-04-18 14:43:18.000000000 +0200 @@ -0,0 +1,3 @@ +[Sockets] +sockets.use_system_read = On +