Re: [PHP-DEV] Status of PHP 4.4.3?

2006-06-26 Thread Pierre
Hi Andi, On 6/27/06, Andi Gutmans <[EMAIL PROTECTED]> wrote: Hey, First of all I agree. We should be releasing 4.4.3. Derick is supposed to be on top of that. If that's delayed due to lack of time (understandable) we can have someone else roll the RCs and releases. It is understandable to lac

RE: [PHP-DEV] Status of PHP 4.4.3?

2006-06-26 Thread Andi Gutmans
Hey, First of all I agree. We should be releasing 4.4.3. Derick is supposed to be on top of that. If that's delayed due to lack of time (understandable) we can have someone else roll the RCs and releases. In the past we've often switched release managers for mini releases when the one doing it did

RE: [PHP-DEV] Supporting version specific INI files as well as SAPI specific INI files.

2006-06-26 Thread Andi Gutmans
I think this is a good idea. It seems like it'll work long term and it does solve a problem we have today (and already went half way to solving it). > -Original Message- > From: Richard Quadling [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 1:51 AM > To: internals@lists.php.net

[PHP-DEV] RE: messing with branch prediction

2006-06-26 Thread Dmitry Stogov
The patch looks good. I already did some experiments with __builtin_expect() in the past, but didn't get any visible speedup. As I understand __builtin_expect() helps only in case if branch is not in BTB and static branch prediction is used. In case if branch instruction was already executed (and

[PHP-DEV] Re: Supporting version specific INI files as well as SAPI specific INI files.

2006-06-26 Thread Richard Quadling
Missing attachment! -- Bandvulc Group Zend PHP Certificate Richard Quadling Software Developer Telephone +44 (0) 1752 893559 extensio

[PHP-DEV] Supporting version specific INI files as well as SAPI specific INI files.

2006-06-26 Thread Richard Quadling
Hi. First up, I use windows. Secondly, I would like to be able to use PHP5 and PHP6 together at the same time as ISAPI rather than CGI. I can currently use PHP4 (CGI) and PHP5 (ISAPI) and I can use different INI files for each (PHP4 uses php.ini, PHP5 CLI uses php-cli.ini, PHP5 ISAPI uses php-i

Re: [PHP-DEV] mysql-* versus db_* statements

2006-06-26 Thread Antony Dovgal
Please user php-general@lists.php.net for such questions. Thank you. On 26.06.2006 11:10, [EMAIL PROTECTED] wrote: require_once "DB.php"; require_once "knowledge.inc"; require_once "template-new.inc"; function setupQuery($search_eb) { // Show the wines

[PHP-DEV] mysql-* versus db_* statements

2006-06-26 Thread j . kuehne
require_once "DB.php"; require_once "knowledge.inc"; require_once "template-new.inc"; function setupQuery($search_eb) { // Show the wines stocked at the winestore that match // the search criteria $query = "SELECT * FROM knowledge_db