Re: [PHP-DEV] Re: Multi-level Caching Fork of OPcache -- update

2013-06-10 Thread Dmitry Stogov
Hi Terry, Sorry for slow response. I'm very busy with other work and have no time for MLC OPcache review. I don't think we can include it into main tree before 5.5.0 release anyway. But in general I think we may include your work in the future releases. Also, thanks for useful reports about probl

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Pierre Joye
hi, On Fri, Jun 7, 2013 at 9:27 PM, Gustavo Lopes wrote: > On Fri, 07 Jun 2013 14:06:11 +0200, Derick Rethans wrote: > >>> That's the one where conversion int <> string for serialization was >>> developed. It came into 5.5 with this patches (the originally proposed >>> patch is still attached to

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Etienne Kneuss
On Fri, Jun 7, 2013 at 9:27 PM, Gustavo Lopes wrote: > On Fri, 07 Jun 2013 14:06:11 +0200, Derick Rethans wrote: > > That's the one where conversion int <> string for serialization was >>> developed. It came into 5.5 with this patches (the originally proposed >>> patch is still attached to that

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Pierre Joye
On Jun 10, 2013 1:24 PM, "Etienne Kneuss" wrote: > > So if I understand correctly var_dump now indicates a different type than > what accessing the property returns? > > Even if the change itself does not constitute a big BC break, this > behavior is confusing and seems like a big no-no to me.

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Anatol Belski
Hi Etienne, On Mon, June 10, 2013 13:24, Etienne Kneuss wrote: > On Fri, Jun 7, 2013 at 9:27 PM, Gustavo Lopes > wrote: > > >> On Fri, 07 Jun 2013 14:06:11 +0200, Derick Rethans >> wrote: >> >> >> That's the one where conversion int <> string for serialization was >> developed. It came into

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Etienne Kneuss
On Mon, Jun 10, 2013 at 1:56 PM, Anatol Belski wrote: > Hi Etienne, > > On Mon, June 10, 2013 13:24, Etienne Kneuss wrote: > > On Fri, Jun 7, 2013 at 9:27 PM, Gustavo Lopes > > wrote: > > > > > >> On Fri, 07 Jun 2013 14:06:11 +0200, Derick Rethans > >> wrote: > >> > >> > >> That's the one where

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Etienne Kneuss
On Mon, Jun 10, 2013 at 1:47 PM, Pierre Joye wrote: > > On Jun 10, 2013 1:24 PM, "Etienne Kneuss" wrote: > > > > > So if I understand correctly var_dump now indicates a different type than > > what accessing the property returns? > > > > Even if the change itself does not constitute a big BC bre

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Johannes Schlüter
On Mon, 2013-06-10 at 14:07 +0200, Etienne Kneuss wrote: > I propose we fix the serialization/unserialization crash in a way that > does not affect var_dump. That was the summary of my message a while back, too. Aside from that I trust the assessment of extension maintainers. I want to take thi

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Anatol Belski
On Mon, June 10, 2013 14:04, Etienne Kneuss wrote: > On Mon, Jun 10, 2013 at 1:56 PM, Anatol Belski wrote: > > >> Hi Etienne, >> >> >> On Mon, June 10, 2013 13:24, Etienne Kneuss wrote: >> >>> On Fri, Jun 7, 2013 at 9:27 PM, Gustavo Lopes >>> wrote: >>> >>> >>> On Fri, 07 Jun 2013 14:06:11 +0

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Pierre Joye
On Mon, Jun 10, 2013 at 2:33 PM, Johannes Schlüter wrote: > On Mon, 2013-06-10 at 14:07 +0200, Etienne Kneuss wrote: > > >> I propose we fix the serialization/unserialization crash in a way that >> does not affect var_dump. > > That was the summary of my message a while back, too. Aside from that

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Stas Malyshev
Hi! > As I mentioned previously, that small piece is easy fixable, though it > possibly makes that place not portable between 32 and 64 bit. The main > intention is to fix the unserialization crash, which IMHO interleaves this > small deviation. What you mean by not portable? Different code, diff

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Stas Malyshev
Hi! > Stas, Johannes? We have to fix this crash, in one way or another. The > current patch is good imo. I'm ok with this in 5.4 but I'd really like to fix the var_dump issue if possible. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- P

Re: [PHP-DEV] Re: #53437

2013-06-10 Thread Anatol Belski
Hi Stas, On Mon, 2013-06-10 at 10:54 -0700, Stas Malyshev wrote: > Hi! > > > Stas, Johannes? We have to fix this crash, in one way or another. The > > current patch is good imo. > > I'm ok with this in 5.4 but I'd really like to fix the var_dump issue if > possible. I've reworked the patch bef

[PHP-DEV] Internal object orientation documentation available!

2013-06-10 Thread Nikita Popov
Hi internals! We just published some rather extensive documentation on internal object orientation: http://www.phpinternalsbook.com/classes_objects.html This is part of a larger project aimed at documenting the engine and making it accessible to new contributors. Any feedback is appreciated

[PHP-DEV] [VOTE] Internal operator overloading and GMP improvments

2013-06-10 Thread Nikita Popov
Hi internals! I started the vote on the operator overloading / GMP RFC: https://wiki.php.net/rfc/operator_overloading_gmp#vote Thanks, Nikita

Re: [PHP-DEV] PHP 5.4.16 and PHP 5.3.26 released!

2013-06-10 Thread Stas Malyshev
Hi! > Please also add html escaping for the entry (some entres contain i.e. "->") Done, added it to bin/news2html on phpweb. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscri