Re: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5

2007-03-09 Thread Sara Golemon
Doesn't seem like this ever got commited. Can we include this in PHP 5.2.2? It doesn't break existing APIs so I think it's a good idea. I think adding bignum functions is OK (though it duplicates GMP to a measure) - while we are at it, why not add implementation for btwoc(number) also? I'd s

RE: [PHP-DEV] Native Singleton Implementation

2007-03-09 Thread scott.mcnaught
Hi Tony, I do have a single singleton class to deal with singletons (as you put it). I have attached it to this email for your reference. But it's back to my original problem where you either have to: - Duplicate code for each singleton class ... or ... - Reference your classes via strings (slowe

Re: [PHP-DEV] [Patch] bcompiler

2007-03-09 Thread Antony Dovgal
On 03/09/2007 06:58 PM, Daniel Henning wrote: Hi, i have a possible Patch for bcompiler against PHP 5.2.1. Testet it with my own (very OO :) ) apps and it worked fine now. I would like to ask, to who I have to send it. Also someone with more knowhow of the internals of Zend-Engine should look

Re: [PHP-DEV] Class name clashing

2007-03-09 Thread Greg Beaver
Stanislav Malyshev wrote: > No it isn't. I can see no single serious reason why the class must be > named Case or you have to move to Smalltalk or give up OOP altogether. > It's a minuscule annoyance at best. > >> Anyway, I write so that perhaps, maybe, just maybe, someone might want >> to see wha

Re: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5

2007-03-09 Thread Stanislav Malyshev
Doesn't seem like this ever got commited. Can we include this in PHP 5.2.2? It doesn't break existing APIs so I think it's a good idea. I think adding bignum functions is OK (though it duplicates GMP to a measure) - while we are at it, why not add implementation for btwoc(number) also? I thi

[PHP-DEV] odbc fix

2007-03-09 Thread Stanislav Malyshev
This odbc fix: http://devzone.zend.com/content/patch/pat3.txt seems to be correct and fix a real problem - result->id is not necessary (since zval has this information) and is not set at least on some occasions, e.g. in odbc_tables, odbc_columns. Any objections to applying it? -- Stanislav Mal

Re: [PHP-DEV] Class name clashing

2007-03-09 Thread Ralph Schindler
Derick Rethans wrote: You should prefix your classes in the first place, as per: http://www.php.net/manual/en/userlandnaming.php especially point 1 of: http://www.php.net/manual/en/userlandnaming.rules.php In the end (After reading the page on smalltalk), I concede. Stanislav makes some exc

[PHP-DEV] [Patch] bcompiler

2007-03-09 Thread Daniel Henning
Hi, i have a possible Patch for bcompiler against PHP 5.2.1. Testet it with my own (very OO :) ) apps and it worked fine now. I would like to ask, to who I have to send it. Also someone with more knowhow of the internals of Zend-Engine should look about it to see where some more ZEND_ENGINE_X_

Re: [PHP-DEV] Native Singleton Implementation

2007-03-09 Thread Tony Marston
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Greg, > > There is no reason why you can't still use the current method to implement > your variations to the singleton design pattern. But, yes, I am proposing > that the strict "text book" variety is implemented. There is no stri

Re: [PHP-DEV] Class name clashing

2007-03-09 Thread Richard Quadling
On 08/03/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: Language has its rules. Keywords are one of the rules. I, for example, am annoyed that in English you have to put this silly "a" and "the" everywhere, while so many real languages live perfectly well without it. At least 'a' and 'the' a