Search results

  1. M

    Change for version manager

    Looks like my patch didn't get applied... :(
  2. M

    Change for version manager

    This tidies up the version manager a bit. It should work on both PHP 4 and 5. --- ../../html.3.3.10/service/verMgrCont.php 2008-04-20 05:31:59.000000000 -0500 +++ verMgrCont.php 2008-06-09 00:35:59.000000000 -0500 @@ -48,7 +48,9 @@ <td width="120">Release</td><td>Release...
  3. M

    strange "files context" error in 3.3.10

    Same here. Whenever I upgrade to 3.3.10, my PHP scripts are all sent to the browser as text/html without being parsed by PHP. This only happens to those scripts that are set ForceType application/x-httpd-php using the <Files> context under Apache Style Configurations. 3.3.9 is fine. Matt
  4. M

    APC trouble

    Sorry folks, I just figured this out myself. For anyone who finds this thread with the same problem, add an environment variable called PHP_LSAPI_CHILDREN and make it equal to the "Max Connections" variable, like this: PHP_LSAPI_CHILDREN=50 Also, set instances to 1.
  5. M

    APC trouble

    Hi... I am having an issue with APC. The problem is that it appears to be running a separate copy of APC for each thread (or process, I'm not sure). This means that the cache keeps expiring itself when it shouldn't. Here is my APC info page: http://admin.wb.gs/apc.php You will see...
Top