[PHP-DEV] Re: Big hashes problem in master

2015-06-01 Thread Dmitry Stogov
Hi Stas, This should be fixed now. As I understood you already fixed the second problem. Thanks for catching this. Dmitry. On Mon, Jun 1, 2015 at 5:38 AM, Stanislav Malyshev wrote: > Hi! > > Looking into bug #69295 I've noticed the following problem with hashes > on master: if we try to create

Re: [PHP-DEV] JSON unicode escape issue and new constants

2015-06-01 Thread Jakub Zelenka
Hi Yasuo, On Mon, Jun 1, 2015 at 1:10 AM, Yasuo Ohgaki wrote: > > > Any invalid chars as variable/property name should be handled as invalid. > > Valid variable name: '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*' > http://php.net/manual/en/language.variables.basics.php > > This violates JSON spec,

Re: [PHP-DEV] [RFC] Simplified Array API for extensions

2015-06-01 Thread Hannes Magnusson
\o/ thanks -Hannes On Fri, May 29, 2015 at 3:54 PM, Sara Golemon wrote: > Not thoroughly tested, but it compiles at least. > Give the latest commit a shot: > https://github.com/sgolemon/php-array-api/commit/1274a2bcbc3eca78dbd35702136b0034b67afc8f > > -Sara > > On Fri, May 29, 2015 at 1:25 PM,