1 |
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 |
2 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings 2002-03-15 18:55:51.000000000 +0100 |
3 |
+++ 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 |
4 |
@@ -1,125 +0,0 @@ |
5 |
-[Syslog] |
6 |
-define_syslog_variables = Off |
7 |
- |
8 |
-[mail function] |
9 |
-SMTP = localhost |
10 |
-sendmail_from = me@localhost.com |
11 |
- |
12 |
-[Debugger] |
13 |
-debugger.host = localhost |
14 |
-debugger.port = 7869 |
15 |
-debugger.enabled = False |
16 |
- |
17 |
-[Logging] |
18 |
- |
19 |
-[Java] |
20 |
- |
21 |
-[SQL] |
22 |
-sql.safe_mode = Off |
23 |
- |
24 |
-[ODBC] |
25 |
-odbc.allow_persistent = On |
26 |
-odbc.check_persistent = On |
27 |
-odbc.max_persistent = -1 |
28 |
-odbc.max_links = -1 |
29 |
-odbc.defaultlrl = 4096 |
30 |
-odbc.defaultbinmode = 1 |
31 |
- |
32 |
-[MySQL] |
33 |
-mysql.allow_persistent = On |
34 |
-mysql.max_persistent = -1 |
35 |
-mysql.max_links = -1 |
36 |
-mysql.default_port = |
37 |
-mysql.default_socket = |
38 |
-mysql.default_host = |
39 |
-mysql.default_user = |
40 |
-mysql.default_password = |
41 |
- |
42 |
-[mSQL] |
43 |
-msql.allow_persistent = On |
44 |
-msql.max_persistent = -1 |
45 |
-msql.max_links = -1 |
46 |
- |
47 |
-[PostgresSQL] |
48 |
-pgsql.allow_persistent = On |
49 |
-pgsql.max_persistent = -1 |
50 |
-pgsql.max_links = -1 |
51 |
- |
52 |
-[Sybase] |
53 |
-sybase.allow_persistent = On |
54 |
-sybase.max_persistent = -1 |
55 |
-sybase.max_links = -1 |
56 |
-sybase.min_error_severity = 10 |
57 |
-sybase.min_message_severity = 10 |
58 |
-sybase.compatability_mode = Off |
59 |
- |
60 |
-[Sybase-CT] |
61 |
-sybct.allow_persistent = On |
62 |
-sybct.max_persistent = -1 |
63 |
-sybct.max_links = -1 |
64 |
-sybct.min_server_severity = 10 |
65 |
-sybct.min_client_severity = 10 |
66 |
- |
67 |
-[bcmath] |
68 |
-bcmath.scale = 0 |
69 |
- |
70 |
-[browscap] |
71 |
- |
72 |
-[Informix] |
73 |
-ifx.default_host = |
74 |
-ifx.default_user = |
75 |
-ifx.default_password = |
76 |
-ifx.allow_persistent = On |
77 |
-ifx.max_persistent = -1 |
78 |
-ifx.max_links = -1 |
79 |
-ifx.textasvarchar = 0 |
80 |
-ifx.byteasvarchar = 0 |
81 |
-ifx.charasvarchar = 0 |
82 |
-ifx.blobinfile = 0 |
83 |
-ifx.nullformat = 0 |
84 |
- |
85 |
-[Session] |
86 |
-session.save_handler = files |
87 |
-session.save_path = /tmp |
88 |
-session.use_cookies = 1 |
89 |
-session.name = PHPSESSID |
90 |
-session.auto_start = 0 |
91 |
-session.cookie_lifetime = 0 |
92 |
-session.cookie_path = / |
93 |
-session.cookie_domain = |
94 |
-session.serialize_handler = php |
95 |
-session.gc_probability = 1 |
96 |
-session.gc_maxlifetime = 1440 |
97 |
-session.referer_check = |
98 |
-session.entropy_length = 0 |
99 |
-session.entropy_file = |
100 |
-session.cache_limiter = nocache |
101 |
-session.cache_expire = 180 |
102 |
-session.use_trans_sid = 1 |
103 |
-url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" |
104 |
- |
105 |
-[MSSQL] |
106 |
-mssql.allow_persistent = On |
107 |
-mssql.max_persistent = -1 |
108 |
-mssql.max_links = -1 |
109 |
-mssql.min_error_severity = 10 |
110 |
-mssql.min_message_severity = 10 |
111 |
-mssql.compatability_mode = Off |
112 |
- |
113 |
-[Assertion] |
114 |
- |
115 |
-[Ingres II] |
116 |
-ingres.allow_persistent = On |
117 |
-ingres.max_persistent = -1 |
118 |
-ingres.max_links = -1 |
119 |
-ingres.default_database = |
120 |
-ingres.default_user = |
121 |
-ingres.default_password = |
122 |
- |
123 |
-[Verisign Payflow Pro] |
124 |
-pfpro.defaulthost = "test.signio.com" |
125 |
-pfpro.defaultport = 443 |
126 |
-pfpro.defaulttimeout = 30 |
127 |
- |
128 |
-[Sockets] |
129 |
-sockets.use_system_read = On |
130 |
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 |
131 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings01Syslog 1970-01-01 01:00:00.000000000 +0100 |
132 |
+++ 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 |
133 |
@@ -0,0 +1,3 @@ |
134 |
+[Syslog] |
135 |
+define_syslog_variables = Off |
136 |
+ |
137 |
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 |
138 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings02mailfunction 1970-01-01 01:00:00.000000000 +0100 |
139 |
+++ 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 |
140 |
@@ -0,0 +1,4 @@ |
141 |
+[mail function] |
142 |
+SMTP = localhost |
143 |
+sendmail_from = me@localhost.com |
144 |
+ |
145 |
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 |
146 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings03Debugger 1970-01-01 01:00:00.000000000 +0100 |
147 |
+++ 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 |
148 |
@@ -0,0 +1,5 @@ |
149 |
+[Debugger] |
150 |
+debugger.host = localhost |
151 |
+debugger.port = 7869 |
152 |
+debugger.enabled = False |
153 |
+ |
154 |
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 |
155 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings04Logging 1970-01-01 01:00:00.000000000 +0100 |
156 |
+++ 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 |
157 |
@@ -0,0 +1,2 @@ |
158 |
+[Logging] |
159 |
+ |
160 |
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 |
161 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings05Java 1970-01-01 01:00:00.000000000 +0100 |
162 |
+++ 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 |
163 |
@@ -0,0 +1,2 @@ |
164 |
+[Java] |
165 |
+ |
166 |
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 |
167 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings06SQL 1970-01-01 01:00:00.000000000 +0100 |
168 |
+++ 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 |
169 |
@@ -0,0 +1,3 @@ |
170 |
+[SQL] |
171 |
+sql.safe_mode = Off |
172 |
+ |
173 |
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 |
174 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings07ODBC 1970-01-01 01:00:00.000000000 +0100 |
175 |
+++ 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 |
176 |
@@ -0,0 +1,8 @@ |
177 |
+[ODBC] |
178 |
+odbc.allow_persistent = On |
179 |
+odbc.check_persistent = On |
180 |
+odbc.max_persistent = -1 |
181 |
+odbc.max_links = -1 |
182 |
+odbc.defaultlrl = 4096 |
183 |
+odbc.defaultbinmode = 1 |
184 |
+ |
185 |
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 |
186 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings08MySQL 1970-01-01 01:00:00.000000000 +0100 |
187 |
+++ 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 |
188 |
@@ -0,0 +1,10 @@ |
189 |
+[MySQL] |
190 |
+mysql.allow_persistent = On |
191 |
+mysql.max_persistent = -1 |
192 |
+mysql.max_links = -1 |
193 |
+mysql.default_port = |
194 |
+mysql.default_socket = |
195 |
+mysql.default_host = |
196 |
+mysql.default_user = |
197 |
+mysql.default_password = |
198 |
+ |
199 |
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 |
200 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings09mSQL 1970-01-01 01:00:00.000000000 +0100 |
201 |
+++ 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 |
202 |
@@ -0,0 +1,5 @@ |
203 |
+[mSQL] |
204 |
+msql.allow_persistent = On |
205 |
+msql.max_persistent = -1 |
206 |
+msql.max_links = -1 |
207 |
+ |
208 |
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 |
209 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings10PostgresSQL 1970-01-01 01:00:00.000000000 +0100 |
210 |
+++ 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 |
211 |
@@ -0,0 +1,5 @@ |
212 |
+[PostgresSQL] |
213 |
+pgsql.allow_persistent = On |
214 |
+pgsql.max_persistent = -1 |
215 |
+pgsql.max_links = -1 |
216 |
+ |
217 |
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 |
218 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings11Sybase 1970-01-01 01:00:00.000000000 +0100 |
219 |
+++ 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 |
220 |
@@ -0,0 +1,8 @@ |
221 |
+[Sybase] |
222 |
+sybase.allow_persistent = On |
223 |
+sybase.max_persistent = -1 |
224 |
+sybase.max_links = -1 |
225 |
+sybase.min_error_severity = 10 |
226 |
+sybase.min_message_severity = 10 |
227 |
+sybase.compatability_mode = Off |
228 |
+ |
229 |
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 |
230 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings12Sybase-CT 1970-01-01 01:00:00.000000000 +0100 |
231 |
+++ 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 |
232 |
@@ -0,0 +1,7 @@ |
233 |
+[Sybase-CT] |
234 |
+sybct.allow_persistenT = On |
235 |
+sybct.max_persistent = -1 |
236 |
+sybct.max_links = -1 |
237 |
+sybct.min_server_severity = 10 |
238 |
+sybct.min_client_severity = 10 |
239 |
+ |
240 |
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 |
241 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings13bcmath 1970-01-01 01:00:00.000000000 +0100 |
242 |
+++ 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 |
243 |
@@ -0,0 +1,2 @@ |
244 |
+[bcmath] |
245 |
+bcmath.scale = 0 |
246 |
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 |
247 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings14browscap 1970-01-01 01:00:00.000000000 +0100 |
248 |
+++ 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 |
249 |
@@ -0,0 +1,2 @@ |
250 |
+[browscap] |
251 |
+ |
252 |
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 |
253 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings15Informix 1970-01-01 01:00:00.000000000 +0100 |
254 |
+++ 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 |
255 |
@@ -0,0 +1,13 @@ |
256 |
+[Informix] |
257 |
+ifx.default_host = |
258 |
+ifx.default_useR = |
259 |
+ifx.default_password = |
260 |
+ifx.allow_persistent = On |
261 |
+ifx.max_persistent = -1 |
262 |
+ifx.max_links = -1 |
263 |
+ifx.textasvarchar = 0 |
264 |
+ifx.byteasvarchar = 0 |
265 |
+ifx.charasvarchar = 0 |
266 |
+ifx.blobinfile = 0 |
267 |
+ifx.nullformat = 0 |
268 |
+ |
269 |
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 |
270 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings16Session 1970-01-01 01:00:00.000000000 +0100 |
271 |
+++ 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 |
272 |
@@ -0,0 +1,20 @@ |
273 |
+[Session] |
274 |
+session.save_handler = files |
275 |
+session.save_path = /tmp |
276 |
+session.use_cookies = 1 |
277 |
+session.name = PHPSESSID |
278 |
+session.auto_start = 0 |
279 |
+session.cookie_lifetime = 0 |
280 |
+session.cookie_path = / |
281 |
+session.cookie_domain = |
282 |
+session.serialize_handler = php |
283 |
+session.gc_probability = 1 |
284 |
+session.gc_maxlifetime = 1440 |
285 |
+session.referer_check = |
286 |
+session.entropy_length = 0 |
287 |
+session.entropy_file = |
288 |
+session.cache_limiter = nocache |
289 |
+session.cache_expire = 180 |
290 |
+session.use_trans_sid = 1 |
291 |
+url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" |
292 |
+ |
293 |
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 |
294 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings17MSSQL 1970-01-01 01:00:00.000000000 +0100 |
295 |
+++ 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 |
296 |
@@ -0,0 +1,8 @@ |
297 |
+[MSSQL] |
298 |
+mssql.allow_persistent = On |
299 |
+mssql.max_persistent = -1 |
300 |
+mssql.max_links = -1 |
301 |
+mssql.min_error_severity = 10 |
302 |
+mssql.min_message_severity = 10 |
303 |
+mssql.compatability_mode = Off |
304 |
+ |
305 |
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 |
306 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings18Assertion 1970-01-01 01:00:00.000000000 +0100 |
307 |
+++ 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 |
308 |
@@ -0,0 +1,2 @@ |
309 |
+[Assertion] |
310 |
+ |
311 |
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 |
312 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings19IngresII 1970-01-01 01:00:00.000000000 +0100 |
313 |
+++ 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 |
314 |
@@ -0,0 +1,8 @@ |
315 |
+[Ingres II] |
316 |
+ingres.allow_persistent = On |
317 |
+ingres.max_persistent = -1 |
318 |
+ingres.max_links = -1 |
319 |
+ingres.default_database = |
320 |
+ingres.default_user = |
321 |
+ingres.default_password = |
322 |
+ |
323 |
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 |
324 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings20VerisignPayflowPro 1970-01-01 01:00:00.000000000 +0100 |
325 |
+++ 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 |
326 |
@@ -0,0 +1,5 @@ |
327 |
+[Verisign Payflow Pro] |
328 |
+pfpro.defaulthost = "test.signio.com" |
329 |
+pfpro.defaultport = 443 |
330 |
+pfpro.defaulttimeout = 30 |
331 |
+ |
332 |
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 |
333 |
--- e-smith-php-1.12.0/root/etc/e-smith/templates/etc/php.ini/80ModuleSettings21Sockets 1970-01-01 01:00:00.000000000 +0100 |
334 |
+++ 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 |
335 |
@@ -0,0 +1,3 @@ |
336 |
+[Sockets] |
337 |
+sockets.use_system_read = On |
338 |
+ |