[PHP-DEV] PHP 6 Bug Summary Report

2009-02-23 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (75 total -- which includes 32 feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/stan ... Deprecate ticks, pcntl_signal affected?

2009-02-23 Thread Hannes Magnusson
On Mon, Feb 23, 2009 at 12:23, James Dempster letss...@gmail.com wrote: 2008/7/28 Antony Dovgal t...@daylessday.org On 26.07.2008 02:48, Markus Fischer wrote: Hi, [CCing interested parties based on the last mail exchange on this topic] will the deprecation of ticks affect the usage of

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

2009-02-23 Thread shire
Ronald Chmara wrote: 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

Re: [PHP-DEV] zend_call_method() - support for up to 4 parameters

2009-02-23 Thread Marcus Boerger
Hello Pierre, Saturday, February 21, 2009, 2:46:01 PM, you wrote: On Sat, Feb 21, 2009 at 1:05 PM, Marcus Boerger he...@php.net wrote: Hello Pierre, Thursday, February 19, 2009, 12:22:41 PM, you wrote: hi, On Thu, Feb 19, 2009 at 11:57 AM, Johannes Schlüter johan...@php.net wrote:

[PHP-DEV] How to contribute a new extension?

2009-02-23 Thread KaiGai Kohei
Hi, I'm one of the developers in the SELinux. I have an extension of PHP to provide interfaces to communicate with SELinux, and would like to propose them to the official PHP. Now I'm looking for informations about steps to propose a new extension. Could someone point to me? I could not find

Re: [PHP-DEV] How to contribute a new extension?

2009-02-23 Thread Marcus Boerger
Hello KaiGai, Tuesday, February 24, 2009, 6:11:02 AM, you wrote: Hi, I'm one of the developers in the SELinux. I have an extension of PHP to provide interfaces to communicate with SELinux, and would like to propose them to the official PHP. Now I'm looking for informations about steps to

Re: [PHP-DEV] How to contribute a new extension?

2009-02-23 Thread KaiGai Kohei
Marcus Boerger wrote: Hello KaiGai, Tuesday, February 24, 2009, 6:11:02 AM, you wrote: Hi, I'm one of the developers in the SELinux. I have an extension of PHP to provide interfaces to communicate with SELinux, and would like to propose them to the official PHP. Now I'm looking for

Re: [PHP-DEV] Don't compress empty output with zlib

2009-02-23 Thread Edward Z. Yang
CC'ed authors of zlib.c Could this patch be applied to PHP_5_2 and further? Index: ext/zlib/zlib.c === RCS file: /repository/php-src/ext/zlib/zlib.c,v retrieving revision 1.183.2.6.2.8 diff -u -r1.183.2.6.2.8 zlib.c ---