[phpa] Re: glibc 2.1.3 release available

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


Other related posts: