Has anyone else noticed any weirdness with php and apache? I’ve tried a couple of php frameworks such as CakePHP, Symfony & Kohana and they all seem to segfault php.
CakePHP and Symfony do it straight out of the box which leads me to believe it is either my install of apache or the actual compile of apache/php causing the problem.
This script causes a seg fault to occur on my install, is it the same for everyone else? Oddly enough declaring a variable after defining the constant seems to fix it.
[php]
<?php
echo "hi";
list($a, $b) = array(1, 2);
define("CONSTANT", "seg fault me");
//$stopIt = "this will stop the seg fault";
?>
what version of apache did you cross-compile? i would love an updated version that does not have the 2gb limit. i was thinking of writing a web interface for video serving in php but thats a big problem for HD files. maybe you can share your binary?
(off topic) Hi there, realfolkblues. You sent me a private message, and I just wanted to let you know that I have not ignored you, it is just that you have disabled the reception of PMs. So, I can’t send you an answer. (/off topic)