[PHP-DEV] PHP 5.3.33 - FPM not given getallheaders function.

2014-10-09 Thread Bradley Weston
Reference to bug: https://bugs.php.net/bug.php?id=62596 PHP 5.3.33 - FPM not given getallheaders function.PHP 5.3.33 - FPM not given getallheaders function. PHP 5.4.33-1~dotdeb.1 (cli) (built: Sep 19 2014 12:11:25) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-201

Re: [PHP-DEV] PHP 5.3.33 - FPM not given getallheaders function.

2014-10-09 Thread Chris Wright
On 9 October 2014 10:08, Bradley Weston wrote: > Reference to bug: https://bugs.php.net/bug.php?id=62596 > > PHP 5.3.33 - FPM not given getallheaders function.PHP 5.3.33 - FPM not given > getallheaders function. While this does need to be patched (there is an open PR that needs checking against c

Re: [PHP-DEV] PHP 5.3.33 - FPM not given getallheaders function.

2014-10-09 Thread Bradley Weston
Opps I meant PHP 5.4.33 On 09/10/2014 12:17, Chris Wright wrote: On 9 October 2014 10:08, Bradley Weston wrote: Reference to bug: https://bugs.php.net/bug.php?id=62596 PHP 5.3.33 - FPM not given getallheaders function.PHP 5.3.33 - FPM not given getallheaders function. While this does need to

[PHP-DEV] Re: [PHP-CVS] com php-src: Remove support for classes without class entries: Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_closures.c Zend/zend_execute.h Zend/zend_interfaces.c Zen

2014-10-09 Thread Stas Malyshev
Hi! > Commit:ee5b30fa197046973e813a80dd0b7c67827c0ae1 > Author:Nikita Popov Thu, 9 Oct 2014 13:58:14 +0200 > Parents: 43f1c94ddace679cac008b674ef983199a951542 > Branches: master > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=ee5b30fa197046973e813a80dd0b7c6

[PHP-DEV] Re: [PHP-CVS] com php-src: Remove support for classes without class entries: Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_closures.c Zend/zend_execute.h Zend/zend_interfaces.c Zen

2014-10-09 Thread Dmitry Stogov
Hi Stas, we discussed this issue with Nikita on IRC, and didn't find any use cases for objects without ce now. Nor in php neither in pecl. Do you see any problems? Thanks. Dmitry. On Thu, Oct 9, 2014 at 11:15 PM, Stas Malyshev wrote: > Hi! > > > Commit:ee5b30fa197046973e813a80dd0b7c67827c0

[PHP-DEV] Re: [PHP-CVS] com php-src: Remove support for classes without class entries: Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_closures.c Zend/zend_execute.h Zend/zend_interfaces.c Zen

2014-10-09 Thread Stas Malyshev
Hi! > we discussed this issue with Nikita on IRC, and didn't find any use > cases for objects without ce now. > Nor in php neither in pecl. > Do you see any problems? Those were used to create "bridge" APIs - like Zend's Java bridge (not sure if supported now, probably not, and if it's still uses

[PHP-DEV] Re: [PHP-CVS] com php-src: Remove support for classes without class entries: Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_closures.c Zend/zend_execute.h Zend/zend_interfaces.c Zen

2014-10-09 Thread Dmitry Stogov
Yeah, JavaBridge used it, but it doesn't means it need it. zend_class_entry * _php_java_get_class_entry(zval *object TSRMLS_DC) { return java_class; } I agree, it would be better if we would discuss it on @internals, but it would take much longer time If you still see use cases for it, please

Re: [PHP-DEV] [VOTE] [RFC] Loop + or control structure

2014-10-09 Thread Pascal Martin, AFUP
On 03/10/2014 22:33, Leigh wrote: Opening the vote on loop + or control structures. https://wiki.php.net/rfc/loop_or Voting will close in 1 week and requires a 2/3 in favour to pass. Remember at this stage the implementation is flexible. Hi, After talking with other members of AFUP, it see

Re: [PHP-DEV] [VOTE] [RFC] Loop + or control structure

2014-10-09 Thread Leigh
On 9 October 2014 22:20, Pascal Martin, AFUP wrote: > > I'm guessing this is why you voted "no" on your own RFC? > Getting this feature working was the result of several compromises, and I didn't like the idea of feeling like "I wish this was different, oh wait... it's my fault..." every time I u

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove support for classes without class entries: Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_closures.c Zend/zend_execute.h Zend/zend_interfaces.c

2014-10-09 Thread Tjerk Meesters
Hi On 10 Oct 2014, at 03:57, Dmitry Stogov wrote: > Yeah, JavaBridge used it, but it doesn't means it need it. > > zend_class_entry * _php_java_get_class_entry(zval *object TSRMLS_DC) > { >return java_class; > } > > I agree, it would be better if we would discuss it on @internals, but it >

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove support for classes without class entries: Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_closures.c Zend/zend_execute.h Zend/zend_interfaces.c

2014-10-09 Thread Dmitry Stogov
Nikita, please add a few words abut your latest object handlers related changes. However, I hardly ever expect that people who might use these handlers read docs :) Thanks. Dmitry. On Fri, Oct 10, 2014 at 2:59 AM, Tjerk Meesters wrote: > Hi > > On 10 Oct 2014, at 03:57, Dmitry Stogov wrote: >