https://bugzilla.wikimedia.org/show_bug.cgi?id=71343
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Bryan Davis <[email protected]> --- Retested with hhvm build 3.3.0+dfsg1-1+wm1: $ strace php hello.php 2>&1 | grep '/etc/hhvm' access("/etc/hhvm/php.ini", R_OK) = 0 access("/etc/hhvm/config.hdf", R_OK) = 0 open("/etc/hhvm/php.ini", O_RDONLY) = 4 stat("/etc/hhvm/config.hdf", {st_mode=S_IFREG|0644, st_size=139, ...}) = 0 open("/etc/hhvm/config.hdf", O_RDONLY) = 4 open("/etc/hhvm/php.ini", O_RDONLY) = 4 open("/etc/hhvm/config.hdf", O_RDONLY) = 4 open("/etc/hhvm/php.ini", O_RDONLY) = 8 open("/etc/hhvm/config.hdf", O_RDONLY) = 8 $ strace hhvm hello.php 2>&1 | grep '/etc/hhvm' access("/etc/hhvm/php.ini", R_OK) = 0 access("/etc/hhvm/config.hdf", R_OK) = 0 open("/etc/hhvm/php.ini", O_RDONLY) = 4 stat("/etc/hhvm/config.hdf", {st_mode=S_IFREG|0644, st_size=139, ...}) = 0 open("/etc/hhvm/config.hdf", O_RDONLY) = 4 open("/etc/hhvm/php.ini", O_RDONLY) = 4 open("/etc/hhvm/config.hdf", O_RDONLY) = 4 open("/etc/hhvm/php.ini", O_RDONLY) = 8 open("/etc/hhvm/config.hdf", O_RDONLY) = 8 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
