[PHP-DEV] PHP CLI and opcode caches

2009-07-12 Thread Thomas Koch
Hi, I have some PHP scripts to be run as daemons or as gearman workers. Now it would be fine, if PHP could make use of an opcode cache also for CLI scripts. Is anybody aware of an opcode cache (APC, XCache, eaccelerator) that could be addapted in this way? Two possible scenarios: - A Runner st

Re: [PHP-DEV] Soap over SSL and

2009-07-12 Thread Dmitry Stogov
it's not the only reason. ext/soap also supports digital authentication which is still unsupported by streams. (may be something else). Thanks. Dmitry. David Zülke wrote: > On 10.07.2009, at 17:00, Hannes Magnusson wrote: > >> On Fri, Jul 10, 2009 at 16:58, Uwe Schindler wrote: >>> As far as I