Re: [PHP-DEV] [RFC] APC/PHP Lazy Loading

2009-02-22 Thread Ronald Chmara
On Feb 21, 2009, at 10:55 PM, shire wrote: Hi Ronald, Ronald Chmara wrote: Wait... so if I understand this right, let's envision a code base where, per some random page load, 70 functions are actually called, but, oh, 7,000, or even 700,000, are being included for whatever reason? The speed o

RE: [PHP-DEV] removing zend_dynamic_array.c from HEAD

2009-02-22 Thread Andi Gutmans
It can be removed. It's something I started a long time ago for a new hash implementation and I never ended up using it. Andi > -Original Message- > From: David Soria Parra [mailto:d...@php.net] > Sent: Sunday, February 22, 2009 1:19 PM > To: internals@lists.php.net > Subject: [PHP-DEV] r

[PHP-DEV] removing zend_dynamic_array.c from HEAD

2009-02-22 Thread David Soria Parra
Hi ML, I noticed that none of the functions defined in zend_dynamic_array.c is used in an extension or the core. Therefore I would like to remove it from HEAD. Any objections? David -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] APC/PHP Lazy Loading

2009-02-22 Thread Mikko Koppanen
On Sun, Feb 22, 2009 at 6:55 AM, shire wrote: > > Thanks for the feedback, and hopefully the above makes sense. I don't want > to encourage bad progarmming form and would definitely encourage avoiding > this situation if possible, however I think many applications may find this > optimization a