-- Truppe Steven <[EMAIL PROTECTED]> wrote
(on Tuesday, 04 September 2007, 10:16 PM +0200):
> So you mean this line should not be there in ZF 1.0.1 ? So i should get
> a new copy of the framework ?

Have you checked the source code installed on your server? Is the second
line in it as you report -- or does that report occur only at runtime?

If the latter, disable xdebug and/or APC (if you have it enabled) to see
if that corrects the situation; if so, one of those are your culprits.

If the former (i.e., the line is incorrect in the file itself), then
grab a fresh copy of 1.0.1 and reinstall.

> These are all my settings at the moment (php.ini):
>  
>   zend_extension = "/usr/lib/php5/20060613+lfs/xdebug.so"
>   xdebug.remote_enable = 1
>   xdebug.remote_port = 9000
>   xdebug.remote_host = 127.0.0.1
> 
> Matthew Weier O'Phinney wrote:
> > -- Truppe Steven <[EMAIL PROTECTED]> wrote
> > (on Tuesday, 04 September 2007, 09:48 PM +0200):
> >   
> >> I use:
> >>
> >> Debian etch,
> >> ZF 1.0.1
> >> Apache/2.2.3
> >> PHP 5.2.0-8+etch7 (cgi-fcgi) (built: Jul  2 2007 21:40:04)
> >> Copyright (c) 1997-2006 The PHP Group
> >> Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
> >>     with Xdebug v2.0.0, Copyright (c) 2002, 2003, 2004, 2005, 2006,
> >> 2007, by Derick Rethans
> >>
> >> but what is this line for ? it works when i comment the line.. so should
> >> i stay with that ?
> >>     
> >
> > There's something wrong with your ZF installation; the second line does
> > not read that way at all:
> >
> >     <?php
> >     /**
> >      * Zend Framework
> >      *
> >
> > My guess: a mis-configured XDebug setting.
> >
> >
> >   
> >> Wolfgang Forstmeier wrote:
> >>     
> >>> Hi Steven,
> >>>
> >>> I using this without any problems,
> >>> maybe you could write something about your configuration ?
> >>>
> >>> I use following Software:
> >>>
> >>> Windows XP
> >>> Apache: 2.2.4
> >>> PHP: 5.2.4
> >>> XDebug: php_xdebug-2.0.0-5.2.2.dll
> >>> ZF: 1.0.1
> >>>
> >>> On 9/4/07, Truppe Steven <[EMAIL PROTECTED]> wrote:
> >>>   
> >>>       
> >>>> Hi,
> >>>>
> >>>> i've setup xdebug with the apache server to make better tests on my http
> >>>> adapter problem.
> >>>>
> >>>> But now i get an error from the second line of Front.php:
> >>>>
> >>>> /*{{{1*/ => property_get: $name
> >>>>
> >>>> ^^ What is this for ? And can i just comment this without getting into
> >>>> troubles ?
> >>>>
> >>>> i'm using zf 1.0.1
> >>>>
> >>>> best regards,
> >>>> Truppe Steven
> >>>>
> >>>>     
> >>>>         
> >>>   
> >>>       
> >
> >   
> 

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to