Re: [PHP-DEV] zend_execute_internal hook missing from PHP 5

2012-05-29 Thread Stas Malyshev
Hi! > it recently came to my attention that the function whitelist and > blacklist feature inside Suhosin is easily bypassable since PHP 5.0. Did you have a bug report for this? If not, could you please submit one so we could track it properly? If yes, please send me its number. Thanks, -- Stan

Re: [PHP-DEV] PHP and two phase commit transactions

2012-05-29 Thread Gustavo Lopes
On Tue, 29 May 2012 22:27:53 +0200, Christian Ferrari wrote: These are the issues I partially solved integrating LIXA with PHP. 1. XA interface is a C level interface: the PHP database drivers must be changed at C source level to avoid many leaps between C and PHP code. The most important

[PHP-DEV] PHP and two phase commit transactions

2012-05-29 Thread Christian Ferrari
Dear all, I'm the author of LIXA project (http://lixa.sourceforge.net/) and I would discuss a little about "two phase commit" transactions for PHP applications. "Two phase commit" means I can write a program that uses two (or more) Resource Managers (for example databases, like MySQL and Postgre

Re: [PHP-DEV] [VOTE] array_part()

2012-05-29 Thread Gustavo Lopes
On Tue, 29 May 2012 02:28:05 +0200, Stas Malyshev wrote: This looks very complicated. It might be that some use cases require this level of complexity, but I can't remember a case where I would need it. That alone does not disqualify the proposal, but I personally very much like having someth