Re: [PHP-DEV] 5.4 beta

2011-08-28 Thread Christian Stocker
I will look into the 3 failing xsl tests. chregu On 29.08.11 08:06, Rasmus Lerdorf wrote: > On 08/28/2011 10:34 PM, Stas Malyshev wrote: >> According to our release plan, we are planning to release the 5.4 beta >> this week on September 1st, which means it'll be packaged on Wednesday >> Aug 31st.

Re: [PHP-DEV] 5.4 beta

2011-08-28 Thread Rasmus Lerdorf
On 08/28/2011 10:34 PM, Stas Malyshev wrote: > According to our release plan, we are planning to release the 5.4 beta > this week on September 1st, which means it'll be packaged on Wednesday > Aug 31st. If you have any TODO items you want in, please do it before that. I would really like to see th

Re: [PHP-DEV] 5.4 beta

2011-08-28 Thread Gustavo Lopes
On Mon, 29 Aug 2011 06:34:21 +0100, Stas Malyshev wrote: Hi! According to our release plan, we are planning to release the 5.4 beta this week on September 1st, which means it'll be packaged on Wednesday Aug 31st. If you have any TODO items you want in, please do it before that. I s

[PHP-DEV] 5.4 beta

2011-08-28 Thread Stas Malyshev
Hi! According to our release plan, we are planning to release the 5.4 beta this week on September 1st, which means it'll be packaged on Wednesday Aug 31st. If you have any TODO items you want in, please do it before that. Thanks, -- Stanislav Malyshev, Software Architect SugarCRM: http://www.

Re: [PHP-DEV] Problems with the stream API

2011-08-28 Thread Christian Kaps
Hi Gustavo, thanks for your detailed explanation. Nevertheless it might be useful to document these inconsistent(from the userland point of view) behavior. Please see my comments inline. Am 28.08.2011 17:22, schrieb Gustavo Lopes: > On Sun, 28 Aug 2011 14:29:28 +0100, Christian Kaps > wrote: >

Re: [PHP-DEV] Problems with the stream API

2011-08-28 Thread Gustavo Lopes
On Sun, 28 Aug 2011 14:29:28 +0100, Christian Kaps wrote: I have some problems with the stream API. The methods stream_tell and stream_seek works not as expected in some cases. Before reading the next lines, please look at the short gist(https://gist.github.com/1176641). First example: $fp

Re: [PHP-DEV] Problems with the stream API

2011-08-28 Thread Pierre Joye
On Sun, Aug 28, 2011 at 3:29 PM, Christian Kaps wrote: > In one of the comments Pierre says: There is no bug but a feature > request which seems to be very discutable. The key part of the comments there are in Wez ones much more than mine, which mainly refer to his comment about why it works thi

[PHP-DEV] Problems with the stream API

2011-08-28 Thread Christian Kaps
Hi, I have some problems with the stream API. The methods stream_tell and stream_seek works not as expected in some cases. Before reading the next lines, please look at the short gist(https://gist.github.com/1176641). First example: $fp = fopen('mfx://test1', 'w'); fwrite($fp, '12345678'); fsee

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-28 Thread Remi Collet
Le 28/08/2011 10:19, Reindl Harald a écrit : > and that is why fedora is patcjing even the core-php since years and > with nearly each release some patches are changed without them you could > not build a RPM - I can't say for all patches (some are quite old, not from me), but for each new one, a

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-28 Thread Remi Collet
Le 28/08/2011 10:00, Stas Malyshev a écrit : > but I have no idea what's special with new Fedora I think this is explain there: http://fedoraproject.org/wiki/UnderstandingDSOLinkChange Remi. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-28 Thread Gwynne Raskind
On Sun, Aug 28, 2011 at 04:00, Stas Malyshev wrote: > Hi! > > On 8/27/11 1:49 AM, Sebastian Bergmann wrote: >> >> note: '__gxx_personality_v0@@CXXABI_1.3' is defined in DSO > Judging from a quick search this is caused by libstdc++ missing from link > line, and can be fixed by adding it, but I have

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-28 Thread Reindl Harald
Am 28.08.2011 10:12, schrieb Sebastian Bergmann: > Am 28.08.2011 10:00, schrieb Stas Malyshev: >> Judging from a quick search this is caused by libstdc++ missing from link >> line, and can be fixed by adding it, but I have no idea what's special >> with new Fedora (i.e., I think some new gcc stuf

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-28 Thread Sebastian Bergmann
Am 28.08.2011 10:00, schrieb Stas Malyshev: > Judging from a quick search this is caused by libstdc++ missing from link > line, and can be fixed by adding it, but I have no idea what's special > with new Fedora (i.e., I think some new gcc stuff, no idea what) or why > our autoconf magic didn't do w

Re: [PHP-DEV] Cannot build ext/intl on Fedora 15

2011-08-28 Thread Stas Malyshev
Hi! On 8/27/11 1:49 AM, Sebastian Bergmann wrote: note: '__gxx_personality_v0@@CXXABI_1.3' is defined in DSO Judging from a quick search this is caused by libstdc++ missing from link line, and can be fixed by adding it, but I have no idea what's special with new Fedora (i.e., I think some ne