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

2009-06-30 Thread Kalle Sommer Nielsen
2009/6/30 Hannes Magnusson : > > Now that 5.3.0 is out, are you looking into fixing run-tests.php or all tests? run-tests.php seems most reasonable to fix, and then those tests that fail (aka. those who havnt been updated to catch these warnings). > > Like I warned about; if you enable any of the

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

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

2009-06-30 Thread Daniel Brown
On Tue, Jun 30, 2009 at 16:30, Hannes Magnusson 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 > tests that actually pa

[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 Kelly 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 local scope (each

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 Magnusson wrote: > On Tue, Jun 30, 2009 at 22:29, Guilherme > Blanco wrote: >> Hi guys, >> >> It seems it's missing the compiled version of memcache in Windows builds. > > memcache is an pecl extension, not bundle

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 Blanco 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 know, no pecl extensions ar

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 Nielsen wrote: > 2009/2/6 Kalle Sommer Nielsen : >> 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 in HEAD where 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 - Certi

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

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

[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 worke

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 n

[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

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 n

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 bottl

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 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 l

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. Congratulat

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

2009-06-30 Thread Luke
2009/6/30 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 Announ

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.

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 closure

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 P

[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 alr

[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/relea

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

2009-06-30 Thread Daniel Brown
On Tue, Jun 30, 2009 at 09:25, Rodrigo Saboya 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 shows live in your area. A lit

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

2009-06-30 Thread Hannes Magnusson
On Tue, Jun 30, 2009 at 15:25, Rodrigo Saboya 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 new features and bug f

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,

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 Announcement

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 binary-safe

[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 D

[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:htt

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 sol