RE: [PHP-DEV] bug in odbc extension http://bugs.php.net/bug.php?id=40695

2007-09-25 Thread Dmitry Stogov
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

RE: [PHP-DEV] [Fwd: bug in odbc extension http://bugs.php.net/bug.php?id=37527]

2007-09-25 Thread Dmitry Stogov
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

Re: [PHP-DEV] [patch] Late static bindings (LSB)

2007-09-25 Thread Robin Fernandes
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

RE: [PHP-DEV] RFC: mark functions as const for possible optimizations

2007-09-25 Thread Jared Williams
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?

[PHP-DEV] CVS Account Request: brien

2007-09-25 Thread Brien J Wankel
documentation monkey -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: mark functions as const for possible optimizations

2007-09-25 Thread Stanislav Malyshev
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