View Single Post

  #7 (permalink)  
Old 11-15-2007
Mike Yrabedra
 
Posts: n/a
Default Re: [PHP] Bcompiler errors

on 11/15/07 11:07 AM, Daniel Brown at parasane@gmail.com wrote:

> On Nov 15, 2007 11:05 AM, Mike Yrabedra <lists@323inc.com> wrote:
>> on 11/15/07 10:55 AM, Daniel Brown at parasane@gmail.com wrote:
>>
>>> On Nov 15, 2007 10:31 AM, Mike Yrabedra <lists@323inc.com> wrote:
>>>>
>>>> Hello,
>>>>
>>>>
>>>> I am getting these errors all the time now, on multiple scripts at random
>>>> times.
>>>>
>>>> Warning: bcompiler: Bad bytecode file format at 00000000 in Unknown on line
>>>> 0
>>>>
>>>> This tells me it has to be PHP in some fashion.
>>>>
>>>> Only thing I have found is this...
>>>>
>>>> http://pecl.php.net/bugs/bug.php?id=10742
>>>>
>>>> I am unsure as to where I need to go from here?
>>>>
>>>> I am concerned about putting this into production if it happens this often.
>>>>
>>>> Any ideas?
>>>>
>>>>
>>>> P.S. Running PHP 5.2.3 on Mac OS X intel xserve
>>>>
>>>> Apache 2.2.4
>>>>
>>>> --
>>>> Mike Yrabedra B^)>
>>>>
>>>> --
>>>> PHP General Mailing List (http://www.php.net/)
>>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>>
>>>>
>>>
>>> If it's an encoded file, it might be corrupted. Make sure it was
>>> uploaded in binary mode, and that there are no trailing whitespaces or
>>> newlines.
>>>

>>
>>
>> Nope, not encrypted.
>>
>>
>>
>> Also, reloading the same page almost always fixes the problem and the page
>> loads.
>>
>>
>> --
>> Mike Yrabedra B^)>
>>
>>
>>
>>

>
> Voodoo.
>
> Are you using XDebug, by chance?



No, I am not using Xdebug


--
Mike Yrabedra B^)>
Reply With Quote