[PHP-DEV] enhance PHP syslog support

2011-01-30 Thread Jérôme Loyet
Hi guys, I was looking at bugs #51118 and #52052. Both are related to syslog (one from a user PHP script and the other within FPM). I think syslog is not handled correctely by PHP. Let me explain: There is basically 3 functions provided by the syslog library: void openlog(const char

[PHP-DEV] NEWS bugs order

2011-01-30 Thread Stas Malyshev
Hi! Please remind me, in what order do we list bugs in NEWS - accending or descending? Because right now some of them use ascending (intl, openssl, etc.), some descending (core, datetime, mysql, etc.) and some no order at all (fpm, zip). -- Stanislav Malyshev, Software Architect SugarCRM:

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2011-01-30 Thread Stas Malyshev
Hi! The following bugs seem to stem from these issues: 52798 dateTime = function diff = days KO 51184 DateInterval has incorrect days property on windows 52920 Multiple datetime affects divisions 52242 DateTime::diff affects round() 52469 Datetime affect the division 51894 DateTime::Diff

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2011-01-30 Thread Pierre Joye
On Mon, Jan 31, 2011 at 12:02 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! The following bugs seem to stem from these issues: 52798 dateTime =  function diff =  days KO 51184 DateInterval has incorrect days property on windows 52920 Multiple datetime affects divisions 52242

Re: [PHP-DEV] NEWS bugs order

2011-01-30 Thread Pierre Joye
hi! On Sun, Jan 30, 2011 at 11:27 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! Please remind me, in what order do we list bugs in NEWS - accending or descending? Because right now some of them use ascending (intl, openssl, etc.), some descending (core, datetime, mysql, etc.) and some

Re: [PHP-DEV] Re: Zend mm

2011-01-30 Thread Ben Schmidt
On 30/01/11 4:11 AM, Adi Mutu wrote: I have looked at the sources, but i'm only at the begining of analyzing the php sources.i've understand how to write extensions for example, but this memory manager seems more complicated to me. Yes, it is. Memory management is a low-level and

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2011-01-30 Thread Daniel Convissor
On Sun, Jan 30, 2011 at 03:02:25PM -0800, Stas Malyshev wrote: It looks like all of these are reproducible only on vc6 build and all have same issues with division and rounding, and all not reproducible on vc9 - which makes me thing it's some vc6 problem. Maybe the one Gustavo identified, or

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2011-01-30 Thread Rasmus Lerdorf
On 1/30/11 8:30 PM, Daniel Convissor wrote: On Sun, Jan 30, 2011 at 03:02:25PM -0800, Stas Malyshev wrote: It looks like all of these are reproducible only on vc6 build and all have same issues with division and rounding, and all not reproducible on vc9 - which makes me thing it's some vc6