|
From: Bruce S. <bw...@ar...> - 2008-04-23 21:04:11
|
Is there some trick to get file uploads to work in DL 1.3 Apache/PHP? I'm copying/pasting the small example code from the PHP manual and have spent all afternoon google'ing for a solution and trying different values in php.ini. It doesn't even work with a very SMALL file. When I browse/enter a filename in the input form and press submit, I get nothing from the POST PHP script. Apache logs this for each attempt: [Wed Apr 23 16:08:01 2008] [notice] child pid 4795 exit signal Segmentation fault (11) [Wed Apr 23 16:12:17 2008] [notice] child pid 4777 exit signal Segmentation fault (11) [Wed Apr 23 16:12:17 2008] [notice] child pid 4825 exit signal Segmentation fault (11) [Wed Apr 23 16:12:23 2008] [notice] child pid 4778 exit signal Segmentation fault (11) ... - BS |