Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build

2013-03-25 Thread Pierre Joye
On Mar 26, 2013 12:59 AM, "Christopher Jones" wrote: > OK. > > I also tested bison 2.7. After locally patching Zend/acinclude.m4 to > allow "2.7", then the PHP 5.5 testsuite has only five fails, all in gd. Which? Should be max 2 (merge issue).

Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build

2013-03-25 Thread Laruence
On Tue, Mar 26, 2013 at 4:43 AM, Christopher Jones wrote: > > > On 03/25/2013 08:41 AM, Remi Collet wrote: >> >> Le 25/03/2013 06:47, Laruence a écrit : >>> >>> attached here: >>> >>> https://bugs.php.net/patch-display.php?bug_id=64503&patch=bison_build_2.patch&revision=latest >> >> >> Tested unde

Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build

2013-03-25 Thread Christopher Jones
On 03/25/2013 01:59 PM, Rasmus Lerdorf wrote: On 03/25/2013 01:43 PM, Christopher Jones wrote: Bison 2.3 with Oracle Linux 5.9 (and therefore with RHEL 5.9) gives this error: /home/cjones/php-5.5/Zend/zend_language_parser.y:50.1-5: invalid directive: `%code' /home/cjones/php-5.5/Zend/zend_lan

Re: [PHP-DEV] Questions regarding DateTimeImmutable

2013-03-25 Thread Lars Strojny
Am 25.03.2013 um 21:23 schrieb Sebastian Bergmann : > On 03/06/2013 10:50 AM, Nikita Popov wrote: >> I'd prefer to have nothing over having something bad. +1 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Questions regarding DateTimeImmutable

2013-03-25 Thread Levi Morrison
So how do we officially undo something that didn't use an RFC but should have?

Re: [PHP-DEV] PHP5.5 beta 1 is ready

2013-03-25 Thread Ferenc Kovacs
On Sun, Mar 24, 2013 at 3:48 AM, Ferenc Kovacs wrote: > > > > On Sun, Mar 24, 2013 at 3:06 AM, Ferenc Kovacs wrote: > >> >> >> >> On Sat, Mar 23, 2013 at 5:02 PM, Ferenc Kovacs wrote: >> >>> >>> >>> >>> On Sat, Mar 23, 2013 at 4:53 PM, Derick Rethans wrote: >>> On Thu, 21 Mar 2013, Julien

Re: [PHP-DEV] Questions regarding DateTimeImmutable

2013-03-25 Thread Sebastian Bergmann
On 03/06/2013 10:50 AM, Nikita Popov wrote: > I'd prefer to have nothing over having something bad. +1 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build

2013-03-25 Thread Rasmus Lerdorf
On 03/25/2013 01:43 PM, Christopher Jones wrote: > Bison 2.3 with Oracle Linux 5.9 (and therefore with RHEL 5.9) gives this > error: > /home/cjones/php-5.5/Zend/zend_language_parser.y:50.1-5: invalid > directive: `%code' > /home/cjones/php-5.5/Zend/zend_language_parser.y:50.7-14: syntax error, > u

Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build

2013-03-25 Thread Christopher Jones
On 03/25/2013 08:41 AM, Remi Collet wrote: Le 25/03/2013 06:47, Laruence a écrit : attached here: https://bugs.php.net/patch-display.php?bug_id=64503&patch=bison_build_2.patch&revision=latest Tested under RHEL 6.4 (bison 2.4.1), Fedora 17 (bison 2.5) and Fedora 18 (bison 2.6.1). NTS and ZTS

Re: [PHP-DEV] Questions regarding DateTimeImmutable

2013-03-25 Thread Michael Wallner
On Mar 6, 2013 4:51 PM, "Nikita Popov" wrote: > I'd prefer to have nothing over having something bad. +1 Can we fix this issue, please? > Nikita Mike

Re: [PHP-DEV] Re: Fix for #64450

2013-03-25 Thread Anatol Belski
Dmitry, after spending more time on this issue I came to the conclusion it shouldn't be touched :) . The __x86_64__ you've mentioned is solvable on compile time using a macros like this defined(PHP_WIN32) || ((defined(__i386__) || defined(__i386)) && defined(__STDC_IEC_559__)) so either old or

[PHP-DEV] Remove support for cloning generators

2013-03-25 Thread Nikita Popov
Hi internals! Now that we're in the beta phase I want to put some finishing touches on the generators implementation. The first thing I'd like to do is remove support for cloning generators. There are a few reasons for this: a) The cloning basically works, but the implementation is rather fragile

Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions

2013-03-25 Thread Dmitry Stogov
Hi, We didn't decide yet, if it's better to remove support for old versions in opcache bundled into php-5.5 or not. In general it should be removed but it would make maintenance of pecl branch more difficult. Thanks. Dmitry. On Mon, Mar 25, 2013 at 7:00 PM, Julien Pauli wrote: > On Mon, Mar 25

Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build

2013-03-25 Thread Remi Collet
Le 25/03/2013 06:47, Laruence a écrit : > attached here: > https://bugs.php.net/patch-display.php?bug_id=64503&patch=bison_build_2.patch&revision=latest Tested under RHEL 6.4 (bison 2.4.1), Fedora 17 (bison 2.5) and Fedora 18 (bison 2.6.1). NTS and ZTS build OK. Thanks, Remi. -- PHP Internals

Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions

2013-03-25 Thread Julien Pauli
On Mon, Mar 25, 2013 at 3:53 PM, Nikita Popov wrote: > On Mon, Mar 25, 2013 at 7:42 AM, Dmitry Stogov wrote: > > > Hi, > > > > We are going to release a new PECL version today or tomorrow, > > and, yes, we are going to support hte pecl build for old versions as > well. > > I'm not sure about php

Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions

2013-03-25 Thread Nikita Popov
On Mon, Mar 25, 2013 at 7:42 AM, Dmitry Stogov wrote: > Hi, > > We are going to release a new PECL version today or tomorrow, > and, yes, we are going to support hte pecl build for old versions as well. > I'm not sure about php-5.2 and possible new features. > > Thanks. Dmitry. > In order to mai

Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions

2013-03-25 Thread Pierre Joye
On Mon, Mar 25, 2013 at 8:52 AM, Dmitry Stogov wrote: > Hi Xinchen, > > I've merged all the changes from php and updated version to 7.0.1. > Please make all the necessary package.xml modifications and set "v7.0.1" tag > yourself. > > Please, update me, when you are done. we will provide windows b

Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions

2013-03-25 Thread Remi Collet
Le 25/03/2013 07:42, Dmitry Stogov a écrit : > Hi, > > We are going to release a new PECL version today or tomorrow, > and, yes, we are going to support hte pecl build for old versions as well. Great news. I think it really makes sense to have ZO+ available for PHP 5.4. Remi. -- PHP Interna

Re: [PHP-DEV] OPcache precompiled dll's for older Windows versions

2013-03-25 Thread Dmitry Stogov
Hi Xinchen, I've merged all the changes from php and updated version to 7.0.1. Please make all the necessary package.xml modifications and set "v7.0.1" tag yourself. Please, update me, when you are done. Thanks. Dmitry. On Mon, Mar 25, 2013 at 10:43 AM, Laruence wrote: > On Mon, Mar 25, 2013