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 strict text

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

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

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