Re: [PHP-DEV] 5.4.0 rc6 and release

2012-03-27 Thread Clint Byrum
Excerpts from Johannes Schlüter's message of Mon Mar 26 16:09:20 -0700 2012: On Mon, 2012-03-26 at 12:00 -0700, Clint Byrum wrote: Our hands are tied, as the security team still does not feel comfortable shipping a PHP without Suhosin. Perhaps more can be done to convince the world that

Re: [PHP-DEV] 5.4.0 rc6 and release

2012-03-27 Thread Pierre Joye
hi, hi, On Tue, Mar 27, 2012 at 8:38 AM, Clint Byrum cl...@ubuntu.com wrote: I think the lesson here is to get the necessary bits from Suhosin into PHP's core so that users can feel safe when using stock PHP, rather than needing to wait for the good and generous folks at the hardened PHP

Re: [PHP-DEV] 5.4.0 rc6 and release

2012-03-27 Thread Stas Malyshev
Hi! I think the lesson here is to get the necessary bits from Suhosin into PHP's core so that users can feel safe when using stock PHP, rather than needing to wait for the good and generous folks at the hardened PHP project to catch up. Unfortunately, the good and generous leader of Suhosin

Re: [PHP-DEV] 5.4.0 rc6 and release

2012-03-27 Thread André Rømcke
On Tue, Mar 27, 2012 at 8:45 AM, Pierre Joye pierre@gmail.com wrote: hi, hi, On Tue, Mar 27, 2012 at 8:38 AM, Clint Byrum cl...@ubuntu.com wrote: I think the lesson here is to get the necessary bits from Suhosin into PHP's core so that users can feel safe when using stock PHP, rather

Re: [PHP-DEV] 5.4.0 rc6 and release

2012-03-27 Thread Pierre Joye
On Tue, Mar 27, 2012 at 10:27 AM, André Rømcke a...@ez.no wrote: I disagree. The lesson here is that the Ubuntu's security team should have discussed with us to see what are actually their worries instead of not following what is actually a good move for everyone. Why? Non vanilla php.

Re: [PHP-DEV] 5.4.0 rc6 and release

2012-03-27 Thread Lester Caine
André Rømcke wrote: I disagree. The lesson here is that the Ubuntu's security team should have discussed with us to see what are actually their worries instead of not following what is actually a good move for everyone. Why? It is common practice to avoid .0 releases, including those

[PHP-DEV] Files generated by re2c

2012-03-27 Thread Sebastian Bergmann
Zend/zend_language_scanner.c and Zend/zend_language_scanner_defs.h are generated by re2c and under version control. This is not a problem per-se. But since there is a timestamp in the generated files they differ after a build, leaving the repository in an unclean state: ➜ src

[PHP-DEV] RE: Accessors v2.4 Proposed Changes

2012-03-27 Thread Clint M Priest
I haven't seen any other yeah/neigh comments about these changes, does everyone agree with them? -Original Message- From: Clint M Priest [mailto:cpri...@zerocue.com] Sent: Thursday, March 22, 2012 2:00 PM To: internals@lists.php.net Subject: [PHP-DEV] Accessors v2.4 Proposed Changes

Re: [PHP-DEV] set_error_handler and set_exception_handler behavior

2012-03-27 Thread Nikita Popov
On Sat, Mar 24, 2012 at 8:29 PM, Stas Malyshev smalys...@sugarcrm.com wrote: I don't think ability to reset handlers by passing null is a big problem, and creating another four functions seems excessive to me. Also, the use case for the latter ones is not clear - why would you need old error

Re: [PHP-DEV] 5.4.0 rc6 and release

2012-03-27 Thread Stas Malyshev
Hi! Actually, this is not a bad thing at all. It makes sure lots of PHP projects and Frameworks stays on 5.3 as a common base for the next 1-3 years, introp wise that is a good thing. How this is good? 5.4 is superior to 5.3 in... well, all aspects, why denying people chance to use it for

Re: [PHP-DEV] Adopt GitFlow process

2012-03-27 Thread Kris Craig
On Mon, Mar 26, 2012 at 12:03 PM, Alexey Shein con...@gmail.com wrote: 26 марта 2012 г. 4:30 пользователь Stas Malyshev smalys...@sugarcrm.com написал: Hi! Main problem is that our current workflow doesn't allow branch-only changes. I.e. if you make a bugfix and want to stay it in

Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow

2012-03-27 Thread Christopher Jones
On 03/24/2012 11:17 AM, Alexey Shein wrote: Done: https://wiki.php.net/vcs/gitfaq#multiple_working_copies_workflow I tried it out today. It mostly went smoothly. Because of differing file contents in the branches (from my merge attempts last week) I had to resolve conflicts when merging

Re: [PHP-DEV] Git merging fun and a local clone-per branch workflow

2012-03-27 Thread Alexey Shein
28 марта 2012 г. 0:18 пользователь Christopher Jones christopher.jo...@oracle.com написал: On 03/24/2012 11:17 AM, Alexey Shein wrote: Done: https://wiki.php.net/vcs/gitfaq#multiple_working_copies_workflow I tried it out today.  It mostly went smoothly. Hi! Glad to hear that. Because of

[PHP-DEV] git merge and generated files?

2012-03-27 Thread Pierre Joye
hi! How do you solve: $ git merge --no-ff --log PHP-5.4 Auto-merging Zend/zend_language_scanner.c CONFLICT (content): Merge conflict in Zend/zend_language_scanner.c Auto-merging Zend/zend_language_scanner_defs.h CONFLICT (content): Merge conflict in Zend/zend_language_scanner_defs.h Automatic

Re: [PHP-DEV] git merge and generated files?

2012-03-27 Thread Stas Malyshev
Hi! $ git merge --no-ff --log PHP-5.4 Auto-merging Zend/zend_language_scanner.c CONFLICT (content): Merge conflict in Zend/zend_language_scanner.c Auto-merging Zend/zend_language_scanner_defs.h CONFLICT (content): Merge conflict in Zend/zend_language_scanner_defs.h Automatic merge failed;

Re: [PHP-DEV] git merge and generated files?

2012-03-27 Thread Pierre Joye
On Wed, Mar 28, 2012 at 2:33 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! $ git merge --no-ff --log PHP-5.4 Auto-merging Zend/zend_language_scanner.c CONFLICT (content): Merge conflict in Zend/zend_language_scanner.c Auto-merging Zend/zend_language_scanner_defs.h CONFLICT (content):

Re: [PHP-DEV] git merge and generated files?

2012-03-27 Thread Stas Malyshev
Hi! Why would these change every 2nd commit? These only should change when you change the scanner, which happens very rarely. It depends what you do, but still annoying when it happens. But that does not answer the question... Looking at the patch, it looks like yours and git's line

Re: [PHP-DEV] git merge and generated files?

2012-03-27 Thread Kris Craig
Pierre, On Tue, Mar 27, 2012 at 5:43 PM, Stas Malyshev smalys...@sugarcrm.comwrote: Hi! Why would these change every 2nd commit? These only should change when you change the scanner, which happens very rarely. It depends what you do, but still annoying when it happens. But that

Re: [PHP-DEV] git merge and generated files?

2012-03-27 Thread Yasuo Ohgaki
Hi, 2012/3/28 Stas Malyshev smalys...@sugarcrm.com: Hi! Why would these change every 2nd commit? These only should change when you change the scanner, which happens very rarely. It depends what you do, but still annoying when it happens. But that does not answer the question... Looking