Re: [PHP-DEV] fully enabling dl() for FPM SAPI

2011-01-17 Thread Johannes Schlüter
On Fri, 2011-01-14 at 17:15 +0300, Antony Dovgal wrote: > Hi all! > > Are there any objections if I disable E_DEPRECATED notice in dl() for FPM > SAPI? > The notice is already disabled for CGI/FastCGI, CLI and Embed SAPIs. > I believe there's no reason for this notice in case of FPM, too. > > Pa

[PHP-DEV] Experiments with a threading library for Zend: spawning a new executor

2011-01-17 Thread Sam Vilain
Hi all, As some of you may be aware, we (OpenParallel) have already successfully shown that adding access to threading primitives (Intel's GPL TBB library) can be a performance benefit to WordPress in the context of PHP/HipHop¹. We are now experimenting with adding similar functionality to PHP/Ze