Parent: child process exited with status 255 — Restarting

最近在碰PDO(PHP Data Object),使用的時候忽然發現,在select資料的時候apache會被關掉,insert不會,只有select的時候才會,不知道是啥鬼狀況,log裡面就只出現這行 Parent: child process exited with status 255 — Restarting 膜拜了很久的google大神之後才發現這篇,上面提到這是xampp 1.70在windows上(?)的錯誤,修正方法如下 Problem […]

xdebug xampp profiler 真是背到家了

我在Windows环境开发PHP,用XAMPP套件,今天追查程序,看源码搞不定,求助xdebug。 想来很简单,不就在php.ini开启几个选项么,奶奶的,折腾半天没搞定! 问题是:不管怎么设置,开启,就是不输出 profiler 文件! 在网上看人家配置xdebug咋就那么顺利呢,我咋就这么费劲呢? 用中文关键字搜不到,试试英文的吧。 然后找到这个: http://www.apachefriends.org/f/viewtopic.php?f=16&t=37137 这个天杀的 Wiedmann 估计是 ApacheFriends 的开发人员,把跟我一样可怜的 th1alb […]