Re: [PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/unserialize_c

2013-05-17 Thread Nikita Popov
On Fri, May 17, 2013 at 12:18 AM, Sara Golemon poll...@php.net wrote: Commit:cfd104582220d578ab1b78a5991065d038e1f931 Author:Sara Golemon poll...@php.net Thu, 16 May 2013 14:37:36 -0700 Parents: bc656cde0453aa6de50812ba9edfc6f74c61ce37 Branches: master Link:

[PHP-CVS] com php-src: Improved IS_VAR operands fetching: Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_gen.php

2013-05-17 Thread Dmitry Stogov
Commit:273ad58295d738b1d146abfae92babc075282d85 Author:Dmitry Stogov dmi...@zend.com Fri, 17 May 2013 13:15:09 +0400 Parents: cfd104582220d578ab1b78a5991065d038e1f931 Branches: master Link:

[PHP-CVS] com php-src: Recover NEWS: NEWS

2013-05-17 Thread Johannes Schlüter
Commit:22da0b7364e4290ef57ede40468564d6a4ff2797 Author:Johannes Schlüter johan...@php.net Fri, 17 May 2013 11:22:04 +0200 Parents: 273ad58295d738b1d146abfae92babc075282d85 Branches: master Link:

[PHP-CVS] com php-src: other fix for #64214, unmodified file may not have old fp set, causing other possible crashes: ext/phar/zip.c

2013-05-17 Thread Pierre Joye
Commit:3eb1745643e6774dcd589705bf566516561d1cff Author:Pierre Joye pierre@gmail.com Fri, 17 May 2013 11:45:13 +0200 Parents: 86db5fb4c2b7199dc862dfce99c345c49305ba8a Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: entry for #64214: NEWS

2013-05-17 Thread Pierre Joye
Commit:46b05bc57aee7a24f87a31a079f9076f4870b780 Author:Pierre Joye pierre@gmail.com Fri, 17 May 2013 11:49:13 +0200 Parents: 3eb1745643e6774dcd589705bf566516561d1cff Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Add optional second arg to unserialize(): ext/standard/basic_functions.c ext/standard/tests/serialize/serialization_error_001.phpt ext/standard/tests/serialize/unserialize_c

2013-05-17 Thread Stas Malyshev
Hi! Imho this should have been briefly discussed on internals beforehand. At least to me this seems rather dubious (why is it needed? why are you manually parsing a part of the DLL serialization?) and also clashes with Stas' proposed changes to unserialize. I don't remember any discussion