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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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,
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
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
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
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
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
30 matches
Mail list logo