Hi Alexandra,
In general the patch looks fine.
Is it possible to write an automatic test with proper --SKIPIF-- condition
for this fix?
Thanks. Dmitry.
> -Original Message-
> From: Alexandra S. [mailto:[EMAIL PROTECTED]
> Sent: Sunday, September 23, 2007 2:02 PM
> To: internals@lists.ph
Hi Alexandra,
I'm not sure in tis patch.
It does the same as double calling to zend_list_delete(Z_LVAL_PP(pv_conn));
Also your fix may cause deletion of connection (le_conn) before deletion of
related results (le_result).
Is it allowed?
Thanks. Dmitry.
> -Original Message-
> From: Alexan
On 20/09/2007, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
>
> I think we better spend time on figuring out the concept and then do the
> patch than first do the patch and then discover we don't know how it was
> supposed to work :)
Here's a question that I think hasn't been discussed and isn't
Hi,
Just a thought, now dl() has been deprecated and disabled in SAPIs (except
CLI,CGI,embed), would that mean extension_loaded() would become a
optimizable function?
So something like
include extension_loaded('gmp') ? 'GMPFoo.php' : 'PHPFoo.php';
Would be optimized to be more APC friendly?
documentation monkey
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Just a thought, now dl() has been deprecated and disabled in SAPIs (except
CLI,CGI,embed), would that mean extension_loaded() would become a
optimizable function?
In non-dl SAPIs probably yes, that would be the consequence.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED] http