Are you also using APC? For what I've read, Zend Optimizer and APC are
incompatible.

2009/11/30 Apostol Victor <apostol.vic...@gmail.com>

> it could be  a problem with Zend Optimizer?
>
>
> On Mon, Nov 30, 2009 at 10:07 PM, Ralph Schindler <
> ralph.schind...@zend.com> wrote:
>
>> It sounds like you have some kind of encoder extension in PHP perhaps?
>> Maybe it is trying to automatically "unencode" the file b/c it sees encoded
>> values in it?  Can you check what extensions you have loaded?
>>
>> -ralph
>>
>> Apostol Victor wrote:
>>
>>> nop is only one
>>>
>>> 2009/11/30 Vladas Diržys <vladas.dir...@gmail.com <mailto:
>>> vladas.dir...@gmail.com>>
>>>
>>>
>>>    Maybe you are including 2 ZF libraries? And one of them is a bit
>>>    older?...
>>>    --
>>>    Regards,
>>>    Vladas
>>>
>>>
>>>
>>>    On Sun, Nov 29, 2009 at 22:43, Apostol Victor
>>>    <apostol.vic...@gmail.com <mailto:apostol.vic...@gmail.com>> wrote:
>>>
>>>        this is the code
>>>
>>>        $flickr = new Zend_Service_Flickr('xxx');
>>>                              $results = $flickr->userSearch($email);
>>>                              foreach ($results as $result) {
>>>                    echo $result->title . '<br />';
>>>                }
>>>        and this is the error
>>>
>>>        |<br />
>>>
>>>
>>>
>>>
>>>        ||<b>Fatal error</b>:  Cannot run code from this file in
>>> conjunction with non encoded files in
>>>  <b>/||library/Zend/Validate/Hostname/Com.php</b> on line <b>471</b><br />
>>>
>>>
>>>
>>>
>>>
>>>        i am using the latest version on zend framework you can se my
>>> phpinfo here http://www.apostolvictor.info/info.php
>>>
>>>        anyone any idea why i get this error?
>>>
>>>
>>>
>>>        |
>>>
>>>
>>>        --        victor
>>>
>>>        http://apostolvictor.info
>>>
>>>
>>>
>>>
>>>
>>> --
>>> victor
>>>
>>> http://apostolvictor.info
>>>
>>
>
>
> --
> victor
>
> http://apostolvictor.info
>

Reply via email to