[PHP-CVS] svn: /php/php-src/trunk/ EXTENSIONS

2011-06-18 Thread Boris Lytochkin
lytboris Sat, 18 Jun 2011 07:09:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312251 Log: take over mantainership on snmp extension Changed paths: U php/php-src/trunk/EXTENSIONS Modified: php/php-src/trunk/EXTENSIONS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ EXTENSIONS

2011-06-18 Thread Boris Lytochkin
lytboris Sat, 18 Jun 2011 07:12:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312252 Log: take over mantainership on snmp extension Changed paths: U php/php-src/branches/PHP_5_4/EXTENSIONS Modified:

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS Zend/zend_multiply.h Zend/zend_operators.c Zend/zend_operators.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2011-06-18 Thread Jérôme Loyet
Hi dmitry, in Zend/zend_operators.h you have added the offsetof macro. In some case, this macro is already defined and gcc throws a compilation warning: In file included from /home/fat/dev/php-src/branches/PHP_5_4/Zend/zend.h:818:0, from

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-06-18 Thread Jérôme Loyet
fat Sat, 18 Jun 2011 16:05:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312259 Log: ws Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm.c branches/PHP_5_3/sapi/fpm/fpm/fpm_children.c branches/PHP_5_3/sapi/fpm/fpm/fpm_events.c branches/PHP_5_3/sapi/fpm

2011-06-18 Thread Jérôme Loyet
fat Sat, 18 Jun 2011 16:15:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312260 Log: Fixed exit at FPM startup on fpm_resources_prepare Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.h branches/PHP_5_3/sapi/fpm/fpm/fpm_unix.c branches/PHP_5_3/sapi/fpm/

2011-06-18 Thread Jérôme Loyet
fat Sat, 18 Jun 2011 16:27:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312261 Log: Added master rlimit_files and rlimit_core in the global configuration settings Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c branches/PHP_5_3/sapi/fpm/fpm/fpm_status.c branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c branches/PHP_5_4/sapi/fpm/fpm/fpm_status.c tru

2011-06-18 Thread Felipe Pena
felipe Sat, 18 Jun 2011 17:41:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312262 Log: - Fixed ZTS build Changed paths: U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/fpm/fpm/fpm_status.h branches/PHP_5_4/sapi/fpm/fpm/fpm_status.h trunk/sapi/fpm/fpm/fpm_status.h

2011-06-18 Thread Felipe Pena
felipe Sat, 18 Jun 2011 17:46:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312263 Log: - Missing change Changed paths: U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_status.h U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_operators.h trunk/Zend/zend_operators.h

2011-06-18 Thread Felipe Pena
felipe Sat, 18 Jun 2011 18:11:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312264 Log: - Fixed compiler warning (redefinition of offsetof) Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_operators.h U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS Zend/zend_multiply.h Zend/zend_operators.c Zend/zend_operators.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2011-06-18 Thread Felipe Pena
Hi, I've added the #ifndef. 2011/6/18 Jérôme Loyet m...@fatbsd.com Hi dmitry, in Zend/zend_operators.h you have added the offsetof macro. In some case, this macro is already defined and gcc throws a compilation warning: In file included from

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/phar/phar_object.c branches/PHP_5_4/ext/phar/phar_object.c trunk/ext/phar/phar_object.c

2011-06-18 Thread Felipe Pena
felipe Sat, 18 Jun 2011 22:48:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312266 Log: - Added missing void param checks, and fix arginfo Changed paths: U php/php-src/branches/PHP_5_3/ext/phar/phar_object.c U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS Zend/zend_multiply.h Zend/zend_operators.c Zend/zend_operators.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2011-06-18 Thread Jérôme Loyet
Le 18 juin 2011 20:12, Felipe Pena felipe...@gmail.com a écrit : Hi, I've added the #ifndef. thanks you -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/declare_003.phpt trunk/Zend/tests/declare_003.phpt

2011-06-18 Thread Felipe Pena
felipe Sun, 19 Jun 2011 00:18:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312268 Log: - Fix test Changed paths: U php/php-src/branches/PHP_5_4/Zend/tests/declare_003.phpt U php/php-src/trunk/Zend/tests/declare_003.phpt