Re: [PHP-DEV] post 5.3.0 development

2009-06-30 Thread Lukas Kahwe Smith
On 26.06.2009, at 17:26, Lukas Kahwe Smith wrote: After this period bug fixes can be applied again. However feature additions should wait until after 5.3.1, which we expect to be released within a month or two. As always if you are unsure, ask Johannes. And also as always if there is a

[PHP-DEV] PHP 5.3.0 Released!

2009-06-30 Thread Lukas Kahwe Smith
Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Release Announcement: http://www.php.net/release/5_3_0.php Downloads:

[PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Rodrigo Saboya
Lukas Kahwe Smith wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Release Announcement: http://www.php.net/release/5_3_0.php

Re: [PHP-DEV] [PATCH] create_function/zend_eval_string aren't binary-safe

2009-06-30 Thread Lukas Kahwe Smith
On 03.06.2009, at 20:45, Matt Wilmas wrote: Hi all, I first noticed this with preg_replace()'s /e modifier (SO many other issues with that...), but it also happens with create_function() and a few other places where zend_eval_string() is used. Other code evaluation in PHP is

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Manuel Kiessling
Works for me. Rodrigo Saboya schrieb: Lukas Kahwe Smith wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Release

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Ólafur Waage
Congratulations :) On Tue, Jun 30, 2009 at 1:25 PM, Rodrigo Saboya rodrigo.sab...@bolsademulher.com wrote: Lukas Kahwe Smith wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Hannes Magnusson
On Tue, Jun 30, 2009 at 15:25, Rodrigo Saboyarodrigo.sab...@bolsademulher.com wrote: Lukas Kahwe Smith wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Daniel Brown
On Tue, Jun 30, 2009 at 09:25, Rodrigo Saboyarodrigo.sab...@bolsademulher.com wrote: But I think the changelog link is broken =P This will depend on your local mirror. While I've just been in touch with the mirror maintainers around the world, it may still take an hour or so before it

[PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread pan
Lukas Kahwe Smith wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Release Announcement: http://www.php.net/release/5_3_0.php

[PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Christian Schneider
Lukas Kahwe Smith wrote: The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which Congratulations to everybody! One quick question: What is the situation with opcode caches, are APC and/or EAccelerator

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Ilia Alshanetsky
Chris, I've been using APC with PHP 5.3 on my dev box for sometime now and it works no worse then it did with 5.2. Ilia Alshanetsky On 30-Jun-09, at 10:09 AM, Christian Schneider wrote: Lukas Kahwe Smith wrote: The PHP Development Team would like to announce the immediate release of

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Evert | Filemobile
On 30-Jun-09, at 10:19 AM, Ilia Alshanetsky wrote: Chris, I've been using APC with PHP 5.3 on my dev box for sometime now and it works no worse then it did with 5.2. No worse! You're not really selling it :) Congrats all anyway, this is a release I'm quite excited about. Yay for

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Roman Borschel
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.

[PHP-DEV] Re: [PHP] Re: PHP 5.3.0 Released!

2009-06-30 Thread Luke
2009/6/30 pan p...@syix.com Lukas Kahwe Smith wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Release Announcement:

Re: [PHP-DEV] PHP 5.3.0 Released!

2009-06-30 Thread Edward Z. Yang
Excerpts from Lukas Kahwe Smith's message of Tue Jun 30 09:01:16 -0400 2009: The PHP Development Team would like to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes.

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Eddie Drapkin
On Tue, Jun 30, 2009 at 10:42 AM, Roman Borschelr.borsc...@gmx.net 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

Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2

2009-06-30 Thread Evert | Filemobile
On 4-Sep-08, at 12:06 AM, Andi Gutmans wrote: Btw, contrary to what many believe, 32bit PHP tends to perform better than 64bit PHP. So unless there's a really good reason why you want 64bit I wouldn't waste too much time on that. I have heard this before, but CPU hasn't really been our

Re: [PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread Rasmus Lerdorf
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

Re: [PHP-DEV] Request for a function or constant to expose which namespace the current code is running under.

2009-06-30 Thread Stanislav Malyshev
Hi! If I'm looking for a specific function, and it's in two include files, how do you know which namespace the function is written under? Some sort of manual backtrace? Namespaces are local to files. Is there a magic constant like __NAMESPACE__ or a function that can return the name of the

[PHP-DEV] Request for a function or constant to expose which namespace the current code is running under.

2009-06-30 Thread Michael Shadle
Namespaces in PHP are scaring me. I can only imagine some of my developers creating code and using namespaces - and how do you identify which namespace a function, class or chunk of code is under? It looks like you can define namespaces anywhere. If I'm looking for a specific function, and it's

[PHP-DEV] Re: PHC Dataflow

2009-06-30 Thread Graham Kelly
Hey, Anyway, I guess I'll elaborate a bit on what I've been doing with data flow (ish) stuff. Basically I am looking at building a def use graph for each variable (as I mentioned in my last email). The problems seem to come with loops and with var vars, evals, and includes (I also haven't

[PHP-DEV] Missing php_memcache.dll in all Win builds

2009-06-30 Thread Guilherme Blanco
Hi guys, It seems it's missing the compiled version of memcache in Windows builds. I can confirm in VC6 TS and VC9 TS. Haven't checked on NTS builds. On Pierre's downloads page, it's an old VC6 TS version which it's the one I'm using atm. Cheers, -- Guilherme Blanco - Web Developer CBC -

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Hannes Magnusson
On Tue, May 5, 2009 at 21:34, Kalle Sommer Nielsenka...@php.net wrote: 2009/2/6 Kalle Sommer Nielsen ka...@php.net: G'day I'd like to propose a change for when PHP starts to throw an E_DEPRECATED notice for each of the deprecated ini directives (such as register_globals, safe_mode ect.) like

Re: [PHP-DEV] Missing php_memcache.dll in all Win builds

2009-06-30 Thread Hannes Magnusson
On Tue, Jun 30, 2009 at 22:29, Guilherme Blancoguilhermebla...@gmail.com wrote: Hi guys, It seems it's missing the compiled version of memcache in Windows builds. memcache is an pecl extension, not bundled with PHP. It may have been part of the windows builds in the past, but as far as I

Re: [PHP-DEV] Missing php_memcache.dll in all Win builds

2009-06-30 Thread Guilherme Blanco
Yes, yes... you're right... my bad. Cheers, On Tue, Jun 30, 2009 at 5:33 PM, Hannes Magnussonhannes.magnus...@gmail.com wrote: On Tue, Jun 30, 2009 at 22:29, Guilherme Blancoguilhermebla...@gmail.com wrote: Hi guys, It seems it's missing the compiled version of memcache in Windows builds.

[PHP-DEV] Re: PHC Dataflow

2009-06-30 Thread Paul Biggar
Hi Graham, Sorry for taking so long getting back to you. I'll reply to both your mails in one. On Mon, Jun 29, 2009 at 9:37 PM, Graham Kellygrah...@facebook.com wrote: Anyway, I’ve been looking into building a fairly simple def-use system where I build a graph for each variable in the function

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Daniel Brown
On Tue, Jun 30, 2009 at 16:30, Hannes Magnussonhannes.magnus...@gmail.com wrote: Now that 5.3.0 is out, are you looking into fixing run-tests.php or all tests? Like I warned about; if you enable any of these features in your php.ini and then run the test suite.. there are only a handful of

RE: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Uwe Schindler
I had the same this morning when I compiled PHP on my solaris machine. The php.ini from my system-wide lib folder was used for the tests. In my case it claimed about the deprecated *_long_arrays setting (or something like that). Almost no test worked until I edited my global php.ini. Tests should