[PHP-DEV] phar development update

2008-06-13 Thread Gregory Beaver
Hi all, A quick note on significant improvements to phar committed recently: * tar-based archives now fully support metadata and signatures, bringing them in line with more of the features of phar-based phar archives. * true asymmetric signing support using OpenSSL private/public key pairs * p

Re: [PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Marcus Boerger
Hello Richard, well the correct solution is: ReflectionClass::export($classname) but anyway, you found a bug, please file a report for it. marcus Friday, June 13, 2008, 5:12:09 PM, you wrote: > 2008/6/13 Richard Quadling <[EMAIL PROTECTED]>: >> >> >> 2008/6/13 Lars Strojny <[EMAIL PROTECTED]>

Re: [PHP-DEV] Algorithm Optimizations - string search

2008-06-13 Thread Michal Dziemianko
Hello again I have setup small page where I am publishing all the profiling and evaluation results. It is here: http://83.168.205.202/~michal/ standard15/ So far I have put there function usage profile, zend_memnstr analysis, stripos and strrpos analysis including some charts etc. CVS diffs

Re: [PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Richard Quadling
2008/6/13 Richard Quadling <[EMAIL PROTECTED]>: > > > 2008/6/13 Lars Strojny <[EMAIL PROTECTED]>: > > Hi Richard, >> >> Am Freitag, den 13.06.2008, 15:38 +0100 schrieb Richard Quadling: >> > >> > Out of interest, I tried the following line of userland PHP ... >> > >> > php -n -r "Reflection::expor

Re: [PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Richard Quadling
2008/6/13 Lars Strojny <[EMAIL PROTECTED]>: > Hi Richard, > > Am Freitag, den 13.06.2008, 15:38 +0100 schrieb Richard Quadling: > > > > Out of interest, I tried the following line of userland PHP ... > > > > php -n -r "Reflection::export(new > > COM('CrystalReports11.ObjectFactory.1'));" > > > > T

Re: [PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Lars Strojny
Hi Richard, Am Freitag, den 13.06.2008, 15:38 +0100 schrieb Richard Quadling: > > Out of interest, I tried the following line of userland PHP ... > > php -n -r "Reflection::export(new > COM('CrystalReports11.ObjectFactory.1'));" > > The error reported is ... > > Catchable fatal error: Argument

[PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Richard Quadling
Hi. Out of interest, I tried the following line of userland PHP ... php -n -r "Reflection::export(new COM('CrystalReports11.ObjectFactory.1'));" The error reported is ... Catchable fatal error: Argument 1 passed to Reflection::export() must implement interface Reflector, instance of com given i

Re: [PHP-DEV] CVS Account Request: kaushik_sarkar

2008-06-13 Thread Antony Dovgal
On 13.06.2008 12:32, Kaushik Sarkar wrote: I want to add some contributions in php You can start doing it right now, you don't need an account to submit a patch and we don't give CVS accounts right away. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsu

[PHP-DEV] CVS Account Request: kaushik_sarkar

2008-06-13 Thread Kaushik Sarkar
I want to add some contributions in php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php