Re: [PHP-DEV] Re: PHP 7.0.1 scheduling

2015-12-25 Thread Ferenc Kovacs
On Fri, Dec 25, 2015 at 8:47 AM, Jan Ehrhardt wrote: > Ferenc Kovacs in php.internals (Wed, 16 Dec 2015 15:57:14 +0100): > >so Anatol already tagged 7.0.1, I'm waiting with the 5.6.17 tag for Julien > >to tag 5.5.31. > >Julien what is the status there? > > Any progress? 5.6.17 was initually is pl

Re: [PHP-DEV] Re: PHP 7.0.1 scheduling

2015-12-25 Thread Jan Ehrhardt
Hi Ferenc, Ferenc Kovacs in php.internals (Fri, 25 Dec 2015 16:07:10 +0100): >as Julien wasn't available that time we delayed the 5.5 and 5.6 release for >early January. Isn't that a bit odd? There apparently is an issue important enough to bring out a new 5.5 release, but yet that release is pos

[PHP-DEV] PHP7 Zend Heap validation

2015-12-25 Thread akin.ocal
Hi everyone, I am working on porting a pre-PHP7 database driver extension to PHP7 for Windows platforms. ( I am using PHP 7.0.1 master branch code and targeting non-ZTS 32 bit PHP7 on Windows Server 2012 R2 ) And currently as I did mechanical bits of porting ( compilation issues, getting functi

Re: [PHP-DEV] PHP7 Zend Heap validation

2015-12-25 Thread Xinchen Hui
Hey: On Sat, Dec 26, 2015 at 1:01 PM, wrote: > Hi everyone, > > I am working on porting a pre-PHP7 database driver extension to PHP7 for > Windows platforms. > ( I am using PHP 7.0.1 master branch code and targeting non-ZTS 32 bit > PHP7 on Windows Server 2012 R2 ) > And currently as I did mecha

RE: [PHP-DEV] PHP7 Zend Heap validation

2015-12-25 Thread akin.ocal
For Windows, when it is USE_ZEND_ALLOC=0 , I tried to see overflows rather than leaks, with MS Application verifier and with MS CRT debug flags ( particularly _CRTDBG_CHECK_ALWAYS_DF ) , however I am not getting any meaningful output so that is why I wanted to ask for the Zend heap verifier he

Re: [PHP-DEV] PHP7 Zend Heap validation

2015-12-25 Thread Pierre Joye
On Dec 26, 2015 12:30 PM, "Xinchen Hui" wrote: > > Hey: > > On Sat, Dec 26, 2015 at 1:01 PM, wrote: > > > Hi everyone, > > > > I am working on porting a pre-PHP7 database driver extension to PHP7 for > > Windows platforms. > > ( I am using PHP 7.0.1 master branch code and targeting non-ZTS 32 bit