Re: [PHP-DEV] ZEND_NS_NAMED_FE is clearly a frequently used macro

2013-05-21 Thread Derick Rethans
On Tue, 21 May 2013, Sara Golemon wrote: > It's time to play "Spot the double quoting!" > > #define ZEND_NS_FENTRY(ns, zend_name, name, arg_info, flags) > ZEND_RAW_FENTRY(ZEND_NS_NAME(ns, #zend_name), name, arg_info, flags) > > #define ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info) ZEND_NS_FEN

[PHP-DEV] ZEND_NS_NAMED_FE is clearly a frequently used macro

2013-05-21 Thread Sara Golemon
It's time to play "Spot the double quoting!" #define ZEND_NS_FENTRY(ns, zend_name, name, arg_info, flags) ZEND_RAW_FENTRY(ZEND_NS_NAME(ns, #zend_name), name, arg_info, flags) #define ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info) ZEND_NS_FENTRY(ns, #zend_name, name, arg_info, 0) ZEND_NS_NAMED

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Address feature request #38917 for native SPKAC (HTML5 keygen element) support: ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_spki_

2013-05-21 Thread Jason Gerfen
I realize I am new to the internals and feature/bug/patch lists, but wouldn't this be classified as a bug seeing as there is an actual bug report for it? In any event, I am sure it will be included in some future release, however in anticipation to this I have been attempting to use the online doc