Re: [PHP-DEV] phar update

2009-03-02 Thread Marcus Boerger
Hello Igor, Monday, March 2, 2009, 5:31:51 PM, you wrote: >> You can cut down on the skipped tests by building bz2, zlib, and openssl. > 350 passed > 161 skipped > By the way, phar complained Archive.php wasn't found (no PEAR > installed in this machine) in `make` time. Does it affects anything

Re: [PHP-DEV] phar update

2009-03-02 Thread Igor Feghali
> You can cut down on the skipped tests by building bz2, zlib, and openssl. 350 passed 161 skipped By the way, phar complained Archive.php wasn't found (no PEAR installed in this machine) in `make` time. Does it affects anything ? -- PHP Internals - PHP Runtime Development Mailing List To unsub

Re: [PHP-DEV] phar update

2009-03-02 Thread Greg Beaver
Igor Feghali wrote: > Hello Greg, > > AIX 5.3.0.0, PPC 64bit: > > 297 passed > 214 skipped > > I am doing a second run right now to see if something goes different. > Please let me know if you want the test log as well. Hi Igor, You can cut down on the skipped tests by building bz2, zlib, and

Re: [PHP-DEV] phar update

2009-03-02 Thread Igor Feghali
Hello Greg, AIX 5.3.0.0, PPC 64bit: 297 passed 214 skipped I am doing a second run right now to see if something goes different. Please let me know if you want the test log as well. Regards, Igor Feghali. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://ww

Re: [PHP-DEV] phar update

2009-02-28 Thread Greg Beaver
Kalle Sommer Nielsen wrote: >>> Phar::getSupportedSignatures() >>> [C:\php\src\ext\phar\tests\phar_get_supported_signatures_002.phpt] >> This one is perplexing - I wonder if you have built ext/hash statically >> or as a .dll? The phar ext is not detected ext/hash, but the test is >> not skipping

Re: [PHP-DEV] phar update

2009-02-28 Thread Kalle Sommer Nielsen
Hi Greg 2009/3/1 Greg Beaver : > hi Kalle, > > Thank you very much for your work on this, it is much appreciated. > Sorry for the delay in replying, I have been out of town for a while. No problem :) > > Kalle Sommer Nielsen wrote: >> Hi Greg >> >> 2009/2/21 Greg Beaver : >>> Hi, >>> >>> [snip]

Re: [PHP-DEV] phar update

2009-02-28 Thread Greg Beaver
hi Kalle, Thank you very much for your work on this, it is much appreciated. Sorry for the delay in replying, I have been out of town for a while. Kalle Sommer Nielsen wrote: > Hi Greg > > 2009/2/21 Greg Beaver : >> Hi, >> >> [snip] > > Good work! > >> I do need some help verifying phar as wor

Re: [PHP-DEV] phar update

2009-02-27 Thread Igor Feghali
> It's a bug in PCRE that has been reported, can't find the bug report > just now though, you can fix it with a compiler define for using ANSI C. Just for the record thats the patch to fix this issue: http://bugs.exim.org/attachment.cgi?id=294 And here is the original bug: http://bugs.php.net/b

Re: [PHP-DEV] phar update

2009-02-26 Thread Scott MacVicar
Igor Feghali wrote: > While trying to perform phar testing on the system previously > mentioned by me, I couldn't manage to get php5.3-200902261130 to > compile with IBM CC. First 3 lines of error: > > "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line > 976.3: 1506-046 (S) Syntax e

Re: [PHP-DEV] phar update

2009-02-26 Thread Igor Feghali
While trying to perform phar testing on the system previously mentioned by me, I couldn't manage to get php5.3-200902261130 to compile with IBM CC. First 3 lines of error: "/tmp/php5.3-200902261130/ext/pcre/pcrelib/pcre_internal.h", line 976.3: 1506-046 (S) Syntax error. "/tmp/php5.3-200902261130/

Re: [PHP-DEV] phar update

2009-02-26 Thread Igor Feghali
Hello Greg, I have an AIX PPC 64 bits, IBM XL C/C++ compiler, which I can run the tests. Is it of any interest ? I read you tested on a PPC 64 already but as far as i understand you used a GNU compiler. Regards, Igor Feghali. -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

Re: [PHP-DEV] phar update

2009-02-21 Thread Steph Fox
Hi Kalle, and in 124 tests fails for in HEAD, instead of writing an insanely long list here, I have zipped both the test log and diffs for 5.3 and HEAD which can be downloaded here: Yeah, that's normal - most of Phar doesn't work yet in HEAD. Thanks! - Steph -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] phar update

2009-02-21 Thread Kalle Sommer Nielsen
Seems like gmail did not include my link for whatever reason, so here it is again: http://www.tuxxedo.net/php/phar-tests.zip -- Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] phar update

2009-02-21 Thread Kalle Sommer Nielsen
Hi Greg 2009/2/21 Greg Beaver : > Hi, > > [snip] Good work! > > I do need some help verifying phar as working with the following > configurations: > > any endian any unix with intel CC > any Windows Vista > 64-bit Windows XP > any other supported OS/compiler/processor combo I didn't list. I tes

Re: [PHP-DEV] phar update

2009-02-21 Thread David Coallier
> > When I say working, I mean 100% of non-skipped tests passing, no compile > warnings. The tests exert 80% code coverage, mostly leaving untestable > stuff like errors that are only likely to occur when the disk crashes. > Seriously well done! Kudos -- Slan, David -- PHP Internals - PHP Run

Re: [PHP-DEV] phar update

2009-02-21 Thread Marcus Boerger
Hello Greg, in one word: Awesome! Saturday, February 21, 2009, 4:36:38 AM, you wrote: > Hi, > As PHP has the good fortune of being blessed with Scott MacVicar who > connected me with the ppc64 test machine provided by IBM and the sparc > machine provided by Sun through David Soria-Parra (than

Re: [PHP-DEV] phar update

2009-02-21 Thread Felipe Pena
Em Sex, 2009-02-20 às 21:36 -0600, Greg Beaver escreveu: > Hi, > > As PHP has the good fortune of being blessed with Scott MacVicar who > connected me with the ppc64 test machine provided by IBM and the sparc > machine provided by Sun through David Soria-Parra (thank you thank you > thank you), ph

[PHP-DEV] phar update

2009-02-20 Thread Greg Beaver
Hi, As PHP has the good fortune of being blessed with Scott MacVicar who connected me with the ppc64 test machine provided by IBM and the sparc machine provided by Sun through David Soria-Parra (thank you thank you thank you), phar has now been verified as working in the following configurations t