On 07.10.2014 15:24, Elan Ruusamäe wrote:

installing or removing these modules (they have dependency loops, so packages are all in or all out) the reproduce rate is 100% or 0%. and more specifically. disabling session php module (in .ini file) makes reproduce rate at 0%.

so, to be clear:


disable session php module
# php -m > /tmp/php-modules-ok

enable session php module
# php -m > /tmp/php-modules-failing

# diff -u20 /tmp/php-modules-{ok,failing}
--- /tmp/php-modules-ok 2014-10-07 15:33:55.639570602 +0300
+++ /tmp/php-modules-failing    2014-10-07 15:33:53.908706890 +0300
@@ -1,12 +1,13 @@
 [PHP Modules]
 Core
 date
 ereg
 libxml
 pcre
 Reflection
+session
 SimpleXML
 SPL
 standard

 [Zend Modules]

--
glen

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to