On Sat, Jun 5, 2010 at 11:05 PM, Eric Stewart wrote:
> Wrote up and attempted to commit a news announcement for TestFest 2010,
> only to find out I don't have karma for that section of the repository. I've
> attached the entry XML file if someone would be kind enough to
Wrote up and attempted to commit a news announcement for TestFest 2010, only
to find out I don't have karma for that section of the repository. I've
attached the entry XML file if someone would be kind enough to commit it for
me.
Thanks,
Eric Lee Stewart
http://www.w3.org/2005/Atom"; xmlns:defau
On Fri, Apr 2, 2010 at 1:16 AM, Andi Gutmans wrote:
> Hi,
>
> I think that if we were ever to implement threading we would be best off
> to enable spawning worker threads that have their own context with no
> shared data (and therefore no requirement for locking). We could then
> have a message p
On Tue, Mar 23, 2010 at 4:09 PM, Michael Shadle wrote:
> On Tue, Mar 23, 2010 at 12:43 PM, Antony Dovgal
> wrote:
>
> > I mentioned it, albeit briefly:
> > * basic SAPI status info (similar to Apache mod_status)
>
> Missed it (oops)
>
> > We've discussed this many times and I thought it's pretty
On Fri, Mar 19, 2010 at 11:12 AM, Nate Gordon wrote:
> On Fri, Mar 19, 2010 at 3:31 AM, Ferenc Kovacs wrote:
>
> > On Fri, Mar 19, 2010 at 4:20 AM, Larry Garfield
> > wrote:
> > > On Thursday 18 March 2010 10:05:39 pm Eric Stewart wrote:
> > >
> >
On Thu, Mar 18, 2010 at 4:50 PM, Lukas Kahwe Smith wrote:
>
> On 18.03.2010, at 18:48, David Soria Parra wrote:
>
> On 2010-03-18, Pierre Joye wrote:
>>
>>> On Thu, Mar 18, 2010 at 6:16 PM, Derick Rethans wrote:
>>>
>>> I do agree that we need to do major releases more often, but just
se
On Sat, Mar 13, 2010 at 11:57 AM, Derick Rethans wrote:
> On Thu, 11 Mar 2010, Rasmus Lerdorf wrote:
>
> > So I think Lukas and others are right, let's move the PHP 6 trunk to a
> > branch since we are still going to need a bunch of code from it and
> > move development to trunk and start explori
On Fri, Mar 12, 2010 at 6:27 PM, Stanislav Malyshev wrote:
> Hi!
>
>
> It is always possible to write a test for both versions (except
>> namespace). However it requires a radical change on how we test
>> things.
>> Instead of testing the output of given script, we will have to add
>> logics in
On Fri, Mar 12, 2010 at 5:39 PM, Pierre Joye wrote:
> On Fri, Mar 12, 2010 at 11:33 PM, Jani Taskinen
> wrote:
> > 13.3.2010 0:18, Stanislav Malyshev wrote:
> >>
> >> Hi!
> >>
> >>> There are going to be some technical challenges. Some (maybe a lot) of
> >>> test
> >>> will need updates or rewri
On Fri, Mar 12, 2010 at 4:55 PM, Stanislav Malyshev wrote:
> Hi!
>
>
> That's easy to say - but how exactly you're going to test
>>> functionality of, say. ext/intl without testing the underlying ICU
>>> library?
>>>
>>
>> Well, here's the way I see it:
>>
>> Extensions (including ext/intl) decl
On Fri, Mar 12, 2010 at 6:37 AM, Jani Taskinen wrote:
> On 03/12/2010 12:29 PM, Hannes Magnusson wrote:
>
>> On Fri, Mar 12, 2010 at 11:18, Jani Taskinen
>> wrote:
>>
>>> Having tests in multiple branches is PITA. Hasn't anyone considered that
>>> the
>>> best way would be to move all tests into
On Thu, Mar 11, 2010 at 4:41 PM, Christopher Jones <
christopher.jo...@oracle.com> wrote:
>
>
> Ilia Alshanetsky wrote:
> > +1. I think we need we need to make "HEAD" a common use branch where
> > most of the developers trees are at and current HEAD iteration is just
> > not it.
>
> I'm +1. Jani'
On Thu, Mar 11, 2010 at 10:22 AM, Jani Taskinen wrote:
> On 03/11/2010 04:41 PM, Lukas Kahwe Smith wrote:
>
>> @jani: committing to a stable branch because you are getting a new laptop
>> is not really a convincing argument. :)
>>
>
> Losing the one with the changes in it is. Doing patches will on
Remi,
Thank you for the heads up. This problem has been corrected in the PHP 5.3
branch as well as head.
Eric Stewart
ericleestew...@gmail.com
On Tue, Mar 24, 2009 at 4:11 PM, Remi Collet wrote:
> Le 22/03/2009 06:15, Eric Stewart a écrit :
>
> > Here is a link to the patche
Pierre and Johannes,
As per the current commit lockdown, I'm providing notification of ini
changes ready for commit. Here are the notes regarding the patches.
1. Involves an mbstring setting correction regarding:
http://marc.info/?l=php-cvs&m=123596904426621&w=2
2. Added mbstring.http_output_conv
Chris and Johannes,
I'll merge both all the changes I have on hand into a single set of patches
and send them to the list later today.
Eric Lee Stewart
On Thu, Mar 19, 2009 at 3:38 AM, Christopher Jones <
christopher.jo...@oracle.com> wrote:
>
> Eric Stewart wrote:
>
>
I've attached patches for php.ini-production and php.ini-development.
One change involves an mbstring setting correction regarding:
http://marc.info/?l=php-cvs&m=123596904426621&w=2
Another change adds an additional comment including XOR in the list of
usable bitwise operators.
The final change i
I made the following changes to the new INIs based on feedback mostly from
this list. Here are the changes.
1. Changed production value of error_reporting to E_ALL & ~E_DEPRECATED.
2. extension_dir is now commented in both INIs.
3. enable_dl is now set to Off in both INIs. This was not added to t
We seem to have a split opinion on what the production INI value for
allow_call_time_pass_reference should be.
As I understand it, this does not enable or disable the ability to pass
references at call time. It only enables or disables PHP's warnings about
this behavior.
I currently have it set t
r example "asp_tags" and "precision". If the
> parameters don't always have the same default value everywhere, should
> they be documented in Quick Reference section as having a different
> value to the default?
>
> Eric Stewart wrote:
> > 4. I mis
em.
extension_dir = "./"
enable_dl = On
Take a look when you get a chance and let me know how things look now.
http://wiki.php.net/rfc/newinis
Eric Stewart
A new RFC for PHP's proposed INI files have been added to the wiki. Below is
a direct link to the page.
http://wiki.php.net/rfc/newinis
Eric Lee Stewart
ericleestew...@gmail.com
This sounds interesting. I'd would like to take this on.
Eric Stewart
e.stew...@mac.com
On Jan 7, 2009, at 2:53 PM, Lukas Kahwe Smith wrote:
On 07.01.2009, at 02:36, Mike Robinson wrote:
Hannes Magnusson wrote:
I am totally against this change for 5.2. 5.3 on the otherhand
s
The purpose of the account is to commit PHP tests into the code base. Please
see Lukas Smith and Zoe Slattery on the QA team for recommendation.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
24 matches
Mail list logo