|
Revision 829, 0.7 KB
(checked in by moo, 14 months ago)
|
|
tests/bug52160.phpt: report multiple error correctly
|
-
Property svn:eol-style set to
native
|
| Rev | Line | |
|---|
| [511] | 1 | memory_limit = 256M |
|---|
| [829] | 2 | error_reporting = E_ALL|E_STRICT |
|---|
| [215] | 3 | |
|---|
| 4 | [xcache] |
|---|
| 5 | zend_extension_debug_ts=./modules/xcache.so |
|---|
| 6 | zend_extension_debug=./modules/xcache.so |
|---|
| 7 | zend_extension_ts=./modules/xcache.so |
|---|
| 8 | zend_extension=./modules/xcache.so |
|---|
| [234] | 9 | xcache.cacher = On |
|---|
| [215] | 10 | xcache.test=1 |
|---|
| [409] | 11 | xcache.experimental = On |
|---|
| [589] | 12 | xcache.size = 16M |
|---|
| [215] | 13 | xcache.count = 1 |
|---|
| 14 | xcache.var_size = 1M |
|---|
| 15 | xcache.var_count = 1 |
|---|
| 16 | xcache.var_slots = 1000 |
|---|
| 17 | ; xcache.mmap_path = "/dev/zero" |
|---|
| 18 | xcache.mmap_path = "/tmp/xcache" |
|---|
| 19 | xcache.readonly_protection = Off |
|---|
| [826] | 20 | xcache.optimizer = On |
|---|
| [215] | 21 | xcache.coredump_directory = "/tmp/" |
|---|
| 22 | ;xcache.coveragedump_directory = "/tmp/pcov/" |
|---|
| 23 | xcache.coverager = On |
|---|
| 24 | |
|---|
| 25 | xcache.admin.user = "test" |
|---|
| 26 | xcache.admin.pass = "098f6bcd4621d373cade4e832627b4f6" |
|---|