[PHP-DEV] Re: [PATCH] Re: [PHP-DEV] doing phar.phar on windows

2009-06-11 Thread Pierre Joye
hi Greg, On Thu, Jun 11, 2009 at 6:42 AM, Greg Beaver wrote: > I suppose it would help to see the patch, no? > > Index: win32/build/Makefile > === > RCS file: /repository/php-src/win32/build/Makefile,v > retrieving revision 1.35.2.1.2

Re: [PHP-DEV] [PATCH] Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Lester Caine
Lester Caine wrote: Greg Beaver wrote: I suppose it would help to see the patch, no? If I'm reading that correctly it replaces the .zip files? OK - white space problem with the line wrap, I can see what it is adding now. I had the -del at the start of the line so it appeared to be deleting

Re: [PHP-DEV] [PATCH] Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Lester Caine
Greg Beaver wrote: I suppose it would help to see the patch, no? If I'm reading that correctly it replaces the .zip files? -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - htt

[PHP-DEV] [PATCH] Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Greg Beaver
I suppose it would help to see the patch, no? Index: win32/build/Makefile === RCS file: /repository/php-src/win32/build/Makefile,v retrieving revision 1.35.2.1.2.6.2.12 diff -u -r1.35.2.1.2.6.2.12 Makefile --- win32/build/Makefile

Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Greg Beaver
Hi, I have a working patch against mkdist.php, is it all right to commit? Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Kalle Sommer Nielsen
Hi Greg 2009/6/10 Greg Beaver : > Fantastic, in that case, all that needs to be added to mkdist.php is this: > > echo "Generating phar.phar\r\n"; > $phar = new Phar($path_to_php . '/phar.phar', 0, 'pharcommand'); > foreach (new DirectoryIterator($path_to_phar . '/phar') as $file) { >    if ($file-

Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Pierre Joye
On Wed, Jun 10, 2009 at 6:44 PM, Greg Beaver wrote: > Pierre Joye wrote: >> On Wed, Jun 10, 2009 at 5:36 PM, Greg Beaver wrote: >> >>> Hi, >>> >>> I don't see an obvious way to build the phar.phar on windows. >>> >>> Can someone with knowledge of how configure.js works (i.e. a Pierre) >>> give me a

Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Greg Beaver
Pierre Joye wrote: > On Wed, Jun 10, 2009 at 5:36 PM, Greg Beaver wrote: > >> Hi, >> >> I don't see an obvious way to build the phar.phar on windows. >> >> Can someone with knowledge of how configure.js works (i.e. a Pierre) >> give me a tip on how to tell it to make phar.phar after building >>

Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Pierre Joye
2009/6/10 Johannes Schlüter : > On Wed, 2009-06-10 at 10:36 -0500, Greg Beaver wrote: >> Can someone with knowledge of how configure.js works (i.e. a Pierre) >> give me a tip on how to tell it to make phar.phar after building >> Release_TS/php.exe or Debug_TS/php.exe? > > My guess would be changing

Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Johannes Schlüter
On Wed, 2009-06-10 at 10:36 -0500, Greg Beaver wrote: > Can someone with knowledge of how configure.js works (i.e. a Pierre) > give me a tip on how to tell it to make phar.phar after building > Release_TS/php.exe or Debug_TS/php.exe? My guess would be changing the "all" target in win32/build/Makef

Re: [PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Pierre Joye
On Wed, Jun 10, 2009 at 5:36 PM, Greg Beaver wrote: > Hi, > > I don't see an obvious way to build the phar.phar on windows. > > Can someone with knowledge of how configure.js works (i.e. a Pierre) > give me a tip on how to tell it to make phar.phar after building > Release_TS/php.exe or Debug_TS/ph

[PHP-DEV] doing phar.phar on windows

2009-06-10 Thread Greg Beaver
Hi, I don't see an obvious way to build the phar.phar on windows. Can someone with knowledge of how configure.js works (i.e. a Pierre) give me a tip on how to tell it to make phar.phar after building Release_TS/php.exe or Debug_TS/php.exe? Otherwise, it would also be easy to provide a simple scr