「kmd」的全部文章

VMware vmx hack

There are several virtual devices in VMware 6.0. Due to compatability or driver issue, sometimes we may want to choose a better one.
(VMware 6.5 has more options, but is still in BETA stage. I’ll make an introduction later.)
閱讀全文 VMware vmx hack

PHP 5 Segmentation Fault

Recently, I used portupgrade to upgrade the PHP5 on my FreeBSD box, and it seems working smoothly. But few days ago, I found that php sometimes got Signal 11 (Segmentation Fault) unexpectedly.

Even type php --version in command line, I also get the segmentation fault!!
It took me lots of time to trace/solve the problem. Re-install the ports didn’t work.
閱讀全文 PHP 5 Segmentation Fault