[PHP-DEV] CVS Account Request: patrickallaert

2009-05-30 Thread Patrick Allaert
Main reason is writing phpt tests and contribute to the php-qa team. Zoe 
Slattery suggested me to ask for CVS access.
I will also submit patch on internals ML for review and commit them (only if 
accepted!)
I may consider writing extension(s) too (see APM), but for now they are hosted 
on code.google.com for legal reason (GPL code).

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Is there a technical reason

2009-05-30 Thread Roman I
Philip Olson wrote:
>
> On May 18, 2009, at 5:33 PM, Roman I wrote:
>
> > From what I know, in the future versions of PHP short tags are going
> > to be
> > disabled by default.
> 
>
> Common misunderstanding but the short_open_tag directive will never be
> disabled by default. There are distributed php.ini-* files that
> disable them, but those don't contain default values.

This neither answers nor invalidates the original question, though.



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] phar command and windows

2009-05-30 Thread Johannes Schlüter
Hi,

what's the state of the phar command line tool on Windows? - I juat
fetched a snapshot-zip and it was missing there, I remember some IRC
discussion about some trouble as it's depending on the phar.phar being
generated during the build.

Does anybody have the time/kowledge to add the equivalent to

@$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) \
   $(builddir)/phar.php pack -f $(builddir)/phar.phar \
   -a pharcommand -c auto -x CVS -p 0 -s $(srcdir)/phar/phar.php \
   -h sha1 -b "$(PHP_PHARCMD_BANG)"  $(srcdir)/phar/

to the Windows build and add some phar.bat/phar.cmd calling the
generated phar.phar?

Thanks!

johannes


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: phar command and windows

2009-05-30 Thread Greg Beaver
Johannes Schlüter wrote:
> Hi,
>
> what's the state of the phar command line tool on Windows? - I juat
> fetched a snapshot-zip and it was missing there, I remember some IRC
> discussion about some trouble as it's depending on the phar.phar being
> generated during the build.
>
> Does anybody have the time/kowledge to add the equivalent to
>
> @$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) \
>$(builddir)/phar.php pack -f $(builddir)/phar.phar \
>-a pharcommand -c auto -x CVS -p 0 -s $(srcdir)/phar/phar.php \
>-h sha1 -b "$(PHP_PHARCMD_BANG)"  $(srcdir)/phar/
>
> to the Windows build and add some phar.bat/phar.cmd calling the
> generated phar.phar?

Hi,

In the future, if there is a problem, it's best to open a bug, I've seen
nothing, and could have easily fixed this ages ago.

Thanks,
Greg

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: phar command and windows

2009-05-30 Thread Pierre Joye
2009/5/30 Greg Beaver :
> Johannes Schlüter wrote:
>> Hi,
>>
>> what's the state of the phar command line tool on Windows? - I juat
>> fetched a snapshot-zip and it was missing there, I remember some IRC
>> discussion about some trouble as it's depending on the phar.phar being
>> generated during the build.
>>
>> Does anybody have the time/kowledge to add the equivalent to
>>
>>     @$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) \
>>        $(builddir)/phar.php pack -f $(builddir)/phar.phar \
>>        -a pharcommand -c auto -x CVS -p 0 -s $(srcdir)/phar/phar.php \
>>        -h sha1 -b "$(PHP_PHARCMD_BANG)"  $(srcdir)/phar/
>>
>> to the Windows build and add some phar.bat/phar.cmd calling the
>> generated phar.phar?
>
> Hi,
>
> In the future, if there is a problem, it's best to open a bug, I've seen
> nothing, and could have easily fixed this ages ago.

Then please do it :)

Cheers,
-- 
Pierre

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

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php