The build is still broken. Can you fix it please?

On Tue, Jun 21, 2011 at 11:12 AM, Moriyoshi Koizumi <m...@mozo.jp> wrote:
> Thanks!
>
> On 2011/06/21, at 8:36, Felipe Pena wrote:
>
>> Fixed.
>>
>> 2011/6/20 Johannes Schlüter <johan...@schlueters.de>
>>
>>> Hi,
>>>
>>> On Mon, 2011-06-20 at 20:27 +0000, Moriyoshi Koizumi wrote:
>>>> moriyoshi                                Mon, 20 Jun 2011 20:27:39 +0000
>>>>
>>>> Revision: http://svn.php.net/viewvc?view=revision&revision=312344
>>>>
>>>> Log:
>>>> - Add built-in web server to CLI SAPI. See the RFC for detail.
>>>
>>> This broke the -d option. Causing this error on make:
>>>
>>> | Generating phar.phar
>>> | PEAR package PHP_Archive not installed: generated phar will require
>>> | PHP's phar extension be enabled.
>>> | Creating phar files is disabled by ini setting 'phar.readonly'.
>>> | make: *** [ext/phar/phar.phar] Error 1
>>>
>>> which can be reduced to this simple test case:
>>>
>>> $ sapi/cli/php -n -d phar.readonly=0 -r 'echo ini_get("phar.readonly");'
>>> 1
>>>
>>> I see that php_cli.c now handles parsing -d options before calling
>>> sapi_startup() whic seems to cause this.
>>>
>>>
>>> johannes
>>>
>>>
>>>
>>> --
>>> PHP CVS Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>>
>>
>> --
>> Regards,
>> Felipe Pena
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to