2008/6/2 pedram salehpoor <[EMAIL PROTECTED]>:
>> What version of PHP are you using? From the command line can you type
>> php -v and cut and paste the entire output?
>>
>> I can only guess you are on a 5.3.0-dev which was built before 2008-05-29.
>>
>> The issue is with windows cmd.exe not liking running programs with
>> spaces in program name and params ...
>>
>> cmd.exe /c "C:\Program Files\Internet Explorer\iexplore.exe"
>> "http://www.google.com/search?q=Richard Quadling"
>>
>> for example.
>>
>> The userland fix (and the one you have as working version) is to wrap
>> the program and params in another set of "" ...
>>
>> e.g.
>>
>> cmd.exe /c ""C:\Program Files\Internet Explorer\iexplore.exe"
>> "http://www.google.com/search?q=Richard Quadling""
>>
>>
>> But if you write code for both *nix and Win32, having this
>> inconsistency is a pain.
>>
>> So it was fixed in 5.2.7-dev, 5.3.0-dev and head on 2008-05-29
>>
>> So, after the patch, the latest release of PHP would break windows builds.
>>
>> phpdoc was patched.
>>
>> But requires newer cvs/snapshot of PHP _IF_ you are a -dev release.
>>
>> If using 5.2.6 or earlier, then all should be ok.
>>
>> Richard.
>
>
> Hello Richard
>
> I'm using php 5.2.7-dev (built: may 20 2008 04:04:54).
>
> Which version should I get now?
>
> Thanks In advance.
>
>                Regards.
>                Pedram
>
>
>

The current one from http://snaps.php.net will be fine.

Here is the cvs commit for phpdoc relating to the change :
http://news.php.net/php.doc.cvs/1723 (and a typo-fix in
http://news.php.net/php.doc.cvs/1724)

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