Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution

2013-02-13 Thread Thomas Bley
On Tue, Feb 12, 2013 at 5:20 PM, Zeev Suraski z...@zend.com wrote: We're trying to do exactly that. It's taking a bit longer than expected but I'm hopeful we'll open the initial code base tomorrow. Zeev -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent:

[PHP-DEV] Status of pull request

2013-02-13 Thread Jason Gerfen
Is it considered spamming the list to check the status of a pull request? I am going to ask any ways, hope it doesn't offend. The pull request addresses bug fix/feature request #38917 implementing native signed public key challenge support to the OpenSSL extension. Details can be found @

Re: [PHP-DEV] Zend Optimizer+ Source Code now available

2013-02-13 Thread Pierrick Charron
That's a good idea :) I'm also in On 13 February 2013 09:51, Zeev Suraski z...@zend.com wrote: As per Derick’s idea, we can arrange a webinar for those interested in better understanding how it works.

Re: [PHP-DEV] Zend Optimizer+ Source Code now available

2013-02-13 Thread Daniel Brown
On Wed, Feb 13, 2013 at 9:51 AM, Zeev Suraski z...@zend.com wrote: As per Derick’s idea, we can arrange a webinar for those interested in better understanding how it works. Note that this will not be a webinar for the faint of heart – opcode caches are complicated pieces of software;

[PHP-DEV] Github pull request management

2013-02-13 Thread Johannes Schlüter
Hi, with Felipe's help I've just added the second pull request management tool to mange pull requests. The first one is https://qa.php.net/pulls/ this allows any php.net developer to close pull requests on github, without us having to manage users on github and adding them to groups and all that

[PHP-DEV] Regarding BC bugs fixes and XKCD

2013-02-13 Thread Aaron Holmes
I'm sure many, if not all of you have seen this already. http://xkcd.com/1172/ It sounds awfully familiar to PHP Internal's attitude toward BC considerations for bug fixes, and perhaps offers some (albeit humorous) insight into why some things just need to be fixed.

Re: [PHP-DEV] Github pull request management

2013-02-13 Thread Sherif Ramadan
On Wed, Feb 13, 2013 at 11:03 AM, Johannes Schlüter johan...@schlueters.dewrote: Hi, with Felipe's help I've just added the second pull request management tool to mange pull requests. The first one is https://qa.php.net/pulls/ this allows any php.net developer to close pull requests on

Re: [PHP-DEV] Regarding BC bugs fixes and XKCD

2013-02-13 Thread Sherif Ramadan
On Wed, Feb 13, 2013 at 11:04 AM, Aaron Holmes aa...@aaronholmes.netwrote: I'm sure many, if not all of you have seen this already. http://xkcd.com/1172/ It sounds awfully familiar to PHP Internal's attitude toward BC considerations for bug fixes, and perhaps offers some (albeit humorous)

Re: [PHP-DEV] Regarding BC bugs fixes and XKCD

2013-02-13 Thread Tom Boutell
... As the number of people who might do so decrements thanks to the attitude of the person wishing for it. On Wed, Feb 13, 2013 at 11:18 AM, Sherif Ramadan theanomaly...@gmail.com wrote: On Wed, Feb 13, 2013 at 11:04 AM, Aaron Holmes aa...@aaronholmes.netwrote: I'm sure many, if not all of

Re: [PHP-DEV] Status of pull request

2013-02-13 Thread Lars Strojny
Hi Jason, thanks for the reminder. Am 13.02.2013 um 14:03 schrieb Jason Gerfen jason.ger...@gmail.com: Is it considered spamming the list to check the status of a pull request? I am going to ask any ways, hope it doesn't offend. The pull request addresses bug fix/feature request #38917

Re: [PHP-DEV] Status of pull request

2013-02-13 Thread Jason Gerfen
Thanks! It simply implements native support for creating, parsing exporting details of SPKAC strings sent from browsers using the HTML5 KeyGen element (even though the element has been around since Netscape 1 or 2). On Wed, Feb 13, 2013 at 10:34 AM, Lars Strojny l...@strojny.net wrote: Hi

Re: [PHP-DEV] Github pull request management

2013-02-13 Thread Lars Strojny
Hi Johannes, quick question: does it automatically open bug reports for each PR? Am 13.02.2013 um 17:03 schrieb Johannes Schlüter johan...@schlueters.de: Hi, with Felipe's help I've just added the second pull request management tool to mange pull requests. The first one is

Re: [PHP-DEV] Zend Optimizer+ Source Code now available

2013-02-13 Thread Remi Collet
Le 13/02/2013 15:51, Zeev Suraski a écrit : https://github.com/zend-dev/ZendOptimizerPlus/ Great News ! Do you know if any control panel (like the one provided with APC) already exists ? I notice accelerator_reset, accelerator_get_configuration and accelerator_get_status functions, so should

[PHP-DEV] libxml bit field

2013-02-13 Thread Ard Biesheuvel
Hey all, In commit http://git.php.net/?p=php-src.git;a=commitdiff;h=afe98b78 I just noticed two instances of the following: ctxt-options -= XML_PARSE_DTDLOAD; Shouldn't that be ctxt-options = ~XML_PARSE_DTDLOAD; or am I missing something? -- Ard. -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] libxml bit field

2013-02-13 Thread Dmitry Stogov
Yeah. Bit reset is better. I'll update it. Thanks. Dmitry. On Wed, Feb 13, 2013 at 9:51 PM, Ard Biesheuvel ard.biesheu...@linaro.orgwrote: Hey all, In commit http://git.php.net/?p=php-src.git;a=commitdiff;h=afe98b78 I just noticed two instances of the following: ctxt-options -=

Re: [PHP-DEV] Github pull request management

2013-02-13 Thread Johannes Schlüter
On Wed, 2013-02-13 at 18:37 +0100, Lars Strojny wrote: Hi Johannes, quick question: does it automatically open bug reports for each PR? No, for two reasons: A. Github provides no good notification mechanism for that, we'd have to pull periodically and match it and so on B.

Re: [PHP-DEV] clearing up who can propose RFCs

2013-02-13 Thread Christopher Jones
On 01/29/2013 06:10 AM, Ferenc Kovacs wrote: On Fri, Sep 14, 2012 at 12:47 PM, Pierre Joye pierre@gmail.com wrote: hi Ferenc, Can you put that in the wiki too instead? So it can be clarified there directly if necessary. Thanks, I've put it up under https://wiki.php.net/rfc/howto

Re: [PHP-DEV] Zend Optimizer+ Source Code now available

2013-02-13 Thread Pierrick Charron
Hi, I tried to install the ZendOptimizer+ provided earlier today but wasn't able to make it work. I compiled it with success but when I looked at the phpinfo(); I had this : Opcode Caching Disabled Optimization Enabled Startup Failed no value I'm using the apache2handler (MPM Worker -

Re: [PHP-DEV] clearing up who can propose RFCs

2013-02-13 Thread Stas Malyshev
Hi! I blogged about how I have seen the RFC process working in practice: https://blogs.oracle.com/opal/entry/the_mysterious_php_rfc_process Great article, thanks for writing it! -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP

Re: [PHP-DEV] Zend Optimizer+ Source Code now available

2013-02-13 Thread Pierre Joye
hi, On Wed, Feb 13, 2013 at 3:51 PM, Zeev Suraski z...@zend.com wrote: For those willing to play with it on Windows, here are the bins for 5.5/VC11 https://twitter.com/PierreJoye/status/301946818835652608 5.3/5.4/5.5 VC9 are coming. Cheers, -- Pierre @pierrejoye -- PHP Internals - PHP

Re: [PHP-DEV] Zend Optimizer+ Source Code now available

2013-02-13 Thread Dmitry Stogov
Hi Pierrick, We didn't use ZTS in Zend commercial products, so it wasn't tested for a long time. O+ may definitely have some ZTS related problems. Please, report an issue at https://github.com/zend-dev/ZendOptimizerPlus/issues I'll look into it later Thanks. Dmitry. On Thu, Feb 14, 2013 at 1:42