Welcome! Log In Create A New Profile

Advanced

php5.3-fpm and "?:" operator

Posted by Dmitry Medvedev 
Dmitry Medvedev
php5.3-fpm and "?:" operator
July 02, 2009 04:14AM
Can anyone confirm the new operator ":?" works with current unofficial
patch?
Re: php5.3-fpm and "?:" operator
July 02, 2009 01:26PM
I would assume it would. It shouldn't change the behavior of php
itself. Just the fastcgi sapi and a couple other "userland"
functionalities.

Sent from my iPhone

On Jul 2, 2009, at 1:14 AM, Dmitry Medvedev <dmitry@fapu.ru> wrote:

>
> Can anyone confirm the new operator ":?" works with current unofficial
> patch?
Dmitry Medvedev
Re: php5.3-fpm and "?:" operator
July 09, 2009 04:35AM
Wasn't worked for me. The reason was APC module, looks like there is no
stable release for 5.3 yet.

Michael Shadle:
>
> I would assume it would. It shouldn't change the behavior of php
> itself. Just the fastcgi sapi and a couple other "userland"
> functionalities.
>
> Sent from my iPhone
>
> On Jul 2, 2009, at 1:14 AM, Dmitry Medvedev <dmitry@fapu.ru> wrote:
>
>>
>> Can anyone confirm the new operator ":?" works with current unofficial
>> patch?
Re: php5.3-fpm and "?:" operator
July 09, 2009 11:04AM
I believe on pecl-dev or php-internals they said the latest APC HEAD
from CVS worked with 5.3.

However they're in the middle of migration from CVS to SVN still (I
think) so I don't know if they're up etc.

On Thu, Jul 9, 2009 at 1:35 AM, Dmitry Medvedev<dmitry@fapu.ru> wrote:
>
> Wasn't worked for me. The reason was APC module, looks like there is no
> stable release for 5.3 yet.
>
> Michael Shadle:
>>
>> I would assume it would. It shouldn't change the behavior of php itself.
>> Just the fastcgi sapi and a couple other "userland" functionalities.
>>
>> Sent from my iPhone
>>
>> On Jul 2, 2009, at 1:14 AM, Dmitry Medvedev <dmitry@fapu.ru> wrote:
>>
>>>
>>> Can anyone confirm the new operator ":?" works with current unofficial
>>> patch?
>
>
Antony Dovgal
Re: php5.3-fpm and "?:" operator
July 09, 2009 11:08AM
On 09.07.2009 19:04, Michael Shadle wrote:
> I believe on pecl-dev or php-internals they said the latest APC HEAD
> from CVS worked with 5.3.
>
> However they're in the middle of migration from CVS to SVN still (I
> think) so I don't know if they're up etc.

CVS is up for sure, you can checkout latest APC with the following command:
# cvs -d :pserver:cvsread@cvs.php.net/repository co pecl/apc
Password: phpfi

--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime statistics for PHP
Dmitry Medvedev
Re: php5.3-fpm and "?:" operator
July 09, 2009 11:10AM
[2009-07-06 11:39 UTC] gopalv
I haven't even begun on the 5.3 QA yet.
You'll need to be bribe me to get this up on my priorities ;)
Actually, will fix it up soonish...

http://pecl.php.net/bugs/bug.php?id=16083

Still no changes in cvs...

Michael Shadle:
> I believe on pecl-dev or php-internals they said the latest APC HEAD
> from CVS worked with 5.3.
>
> However they're in the middle of migration from CVS to SVN still (I
> think) so I don't know if they're up etc.
>
> On Thu, Jul 9, 2009 at 1:35 AM, Dmitry Medvedev<dmitry@fapu.ru> wrote:
>
>> Wasn't worked for me. The reason was APC module, looks like there is no
>> stable release for 5.3 yet.
>>
>> Michael Shadle:
>>
>>> I would assume it would. It shouldn't change the behavior of php itself.
>>> Just the fastcgi sapi and a couple other "userland" functionalities.
>>>
>>> Sent from my iPhone
>>>
>>> On Jul 2, 2009, at 1:14 AM, Dmitry Medvedev <dmitry@fapu.ru> wrote:
>>>
>>>
>>>> Can anyone confirm the new operator ":?" works with current unofficial
>>>> patch?
>>>>
>>
Re: php5.3-fpm and "?:" operator
July 09, 2009 11:13AM
Sorry, this was the conversation. It was on php-internals. According
to Rasmus and the user it should work. That's all I know though :)




On Tue, Jun 30, 2009 at 1:02 PM, Roman Borschel<r.borschel@gmx.net> wrote:
> Hi,
>
> On Jun 30, 2009, at 7:31 PM, Rasmus Lerdorf wrote:
>
>> Roman Borschel wrote:
>>>
>>> Some new 5.3 features like closures and the :? operator still cause bus
>>> errors with APC though. For the former there is already an open ticket
>>> since february. So I dont think APC is really 5.3 compatible yet but I'm
>>> sure it wont take long until these issues are fixed now that 5.3 is out.
>>
>> Have you tried APC CVS HEAD? I don't get segfaults with either of these
>> features in the current APC code.
>>
>> -Rasmus
>
> Indeed, APC CVS HEAD seems to work fine with these features. I tried the
> latest (beta) release 3.1.2 before.
>
> Thanks for the hint!
>
> Roman
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>






On Thu, Jul 9, 2009 at 8:10 AM, Dmitry Medvedev<dmitry@fapu.ru> wrote:
>
> [2009-07-06 11:39 UTC] gopalv
> I haven't even begun on the 5.3 QA yet.
> You'll need to be bribe me to get this up on my priorities ;)
> Actually, will fix it up soonish...
>
> http://pecl.php.net/bugs/bug.php?id=16083
>
> Still no changes in cvs...
>
> Michael Shadle:
>>
>> I believe on pecl-dev or php-internals they said the latest APC HEAD
>> from CVS worked with 5.3.
>>
>> However they're in the middle of migration from CVS to SVN still (I
>> think) so I don't know if they're up etc.
>>
>> On Thu, Jul 9, 2009 at 1:35 AM, Dmitry Medvedev<dmitry@fapu.ru> wrote:
>>
>>>
>>> Wasn't worked for me. The reason was APC module, looks like there is no
>>> stable release for 5.3 yet.
>>>
>>> Michael Shadle:
>>>
>>>>
>>>> I would assume it would. It shouldn't change the behavior of php itself.
>>>> Just the fastcgi sapi and a couple other "userland" functionalities.
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On Jul 2, 2009, at 1:14 AM, Dmitry Medvedev <dmitry@fapu.ru> wrote:
>>>>
>>>>
>>>>>
>>>>> Can anyone confirm the new operator ":?" works with current unofficial
>>>>> patch?
>>>>>
>>>
>>>
>
>
Re: php5.3-fpm and "?:" operator
July 09, 2009 03:38PM
12:22 <gwynne> Now disabling CVS.

12:32 <gwynne> CVS is now down.
12:32 <gwynne> SVN is now also down.

:)

i guess they did have plans to take it down at some point :)

On Thu, Jul 9, 2009 at 8:08 AM, Antony Dovgal<tony@daylessday.org> wrote:
>
> On 09.07.2009 19:04, Michael Shadle wrote:
>> I believe on pecl-dev or php-internals they said the latest APC HEAD
>> from CVS worked with 5.3.
>>
>> However they're in the middle of migration from CVS to SVN still (I
>> think) so I don't know if they're up etc.
>
> CVS is up for sure, you can checkout latest APC with the following command:
> # cvs -d :pserver:cvsread@cvs.php.net/repository co pecl/apc
> Password: phpfi
>
> --
> Wbr,
> Antony Dovgal
> ---
> http://pinba.org - realtime statistics for PHP
>
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 316
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready