[phpa] Re: glibc 2.1.3 release available

  • From: "Artur Nikitin" <xartsx@xxxxxxxxxxx>
  • To: phpa@xxxxxxxxxxxxx
  • Date: Fri, 14 Sep 2001 10:44:40 +0300


Hi,

I got it to work now. It had some problems with my function, I included it 
works now.
But there are major problems with squirrelmail. It has problems with 
classes. Cached pages give me Fatal error: Cannot instantiate non-existent 
class errors. When the page is modified and i refresh the page everything 
works great but on next refresh it gives me that class error.

Maybe there should something like:
<deny cache>
/home/http/squirrelmail/

at the moment i am using touch on that class file so it doesn't give the 
cached result.

I changed class objects to arrays and it helped too a bit but i wouldn't 
like to change all the squirrelmail source:).



Artur


>From: "PHP Accelerator" <php_accelerator@xxxxxxxxxxx>
>Reply-To: phpa@xxxxxxxxxxxxx
>To: phpa@xxxxxxxxxxxxx
>Subject: [phpa] Re: glibc 2.1.3 release available
>Date: Thu, 13 Sep 2001 20:02:19 +0100
>
>
>Hi Artur,
>
><snip>
> >WARNING: Adding function 'getmicrotime' failed
>
>This is more than bizarre, seeing as at least some of those functions you
>listed are core functions and should not be defined in your code anywhere.
>
>Please can you try a few things for me when you have the time and let me
>know what happens:
>
>1) remove the /tmp/.pxxx* files
>2) flush the cache with flush_phpa_cache
>3) restart the server
>4) perform a request, a determenistic one if possible, that will give these
>errors.
>5) check that this first load actually didn't give the errors.
>6) reload the page
>7) see whether the page give errors at this stage
>8) if not, reload the page. do you see the errors this time
>
>The following might also help.
>
>Use the following bash command sequence, all on one line, to find any .pxxx
>files that contain one of the function names that were in a warning 
>message.
>Replace XXX with one of the function names that you saw in the error, and
>please pick one where you're sure the name doesn't occur in any of your
>scripts anywhere for any reason.
>
>for i in /tmp/.pxxx* ; do ( strings $i | grep -q XXX ) && echo $i ; done
>
>Then please could you send me one of the .pxxx files, if any, that you 
>found
>with the string in. If you're not sure that the file didn't contain the
>string for other reasons, then you can send me several or all files of any
>that match in a tar file. They should compress well with gzip, so you might
>want to do that first if they're large.
>
>Thanks for the help and sorry that you had a problem with this.
>
>Nick
>
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>------------------------------------------------------------------------
>   www.php-accelerator.co.uk           Home of the free PHP Accelerator
>
>To post, send email to phpa@xxxxxxxxxxxxx
>To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: