-->

2015-04-07

php fileinfo error

http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2014-December/297112.html
> On amd64 version, when using php56-fileinfo extension, and apache have both
> mod_dav_svn and mod_php5 modules loaded, it crashes with Segmentation fault
> (11).

*** Error in `/usr/sbin/apache2': free(): invalid next size (fast): 0x00007f8c5edc9d70 ***
...
======= Backtrace: =========
...
======= Memory map: ========
...
[Tue Apr 07 01:42:32 2015] [notice] child pid 28389 exit signal Aborted (6)

<?php
var_dump(array(
    mime_content_type(__FILE__),
    mime_content_type("xxx.jpg"),
));