Re: [PHP-DEV] Of string constants, bytecode, and concatenation
[email protected] (Daniel Cowgill)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <Pine.LNX.4.44.0302261214080.15416-100000@www.local.asianavenue.com> |
On Wed, 26 Feb 2003, David Brown wrote: > Okay. Makes complete sense. I was thinking more along the lines of > "wouldn't it be nice if...?". I hadn't quite made it to "where would > that belong?". :) > > I'll check out the optimizers. I noticed that the new CVS version of APC > seems to have a configuration option for optimization as well, though > I'm not sure how far along it is. That configuration option doesn't do anything right now (see the INSTALL file for details)--the plan is to integrate the PEAR optimizer with APC (since having separate extensions isn't particularly user-friendly), but I've been too busy to get to it. It's on the to-do list...