2008/6/22 pedram salehpoor <[EMAIL PROTECTED]>:

>
>
> On Sat, Jun 21, 2008 at 5:56 AM, Hannes Magnusson <
> [EMAIL PROTECTED]> wrote:
>
>> On Fri, Jun 20, 2008 at 19:51, pedram salehpoor
>> <[EMAIL PROTECTED]> wrote:
>> > hello everyone
>> > I tried to build phpdoc with my php 2-7-dev 2 june 2008. But it failed.
>> The
>> > other time when it failed I got latest version (2 june 2008) and it
>> solved
>> > my problem but this time latest version did not solved my problem. It
>> builds
>> > with older configure.php which I got on june 4 without problem. But with
>> new
>> > one it stucks. Which version should I get to solve these problems?
>>
>> You should either get the latest _stable_ version of PHP (5.2.x) or
>> get a newer PHP5.3.0 snapshot.
>> There were some changes in PHP5.3 in which we had to adept to, so as
>> long as you are running either PHP5.2 og PHP5.3 _latest_ everything
>> should be fine, if not, please post full error details so we can
>> troubleshoot it.
>>
>> -Hannes
>>
>
> The problem was because of change of line 121
> from
> if (is_windows() && phpversion() < '5.2.7')
> to
> if (is_windows() && phpversion() < '5.3')
> in configure.php.
> I got latest version and after reinstalling it completely my problem was
> solved.
>
>              Regards.
>              Pedram
>

Ah. You need to upgrade your phd. See changes 1.50 to 1.53 (
http://cvs.php.net/viewvc.cgi/phpdoc/configure.php?r1=1.50&r2=1.53)

Regards,

Richard

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

Reply via email to