Re: [PHP-DEV] back to 5.4 alpha

2010-08-12 Thread Lukas Kahwe Smith
my point: I'm not saying we won't need to begin > soon, but I do not accept the way it is done, the total lack of > respect of the other core developers and the total lack of roadap, > consensus or general agreement about what will be php-next. +1 regards, Lukas Kahwe Smith m...@p

Re: [PHP-DEV] Strict typing

2010-08-11 Thread Lukas Kahwe Smith
only then bring it back to this list. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Strict typing (was: Typehints)

2010-08-11 Thread Lukas Kahwe Smith
a much better work flow already to handle feature branches. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Strict typing (was: Typehints)

2010-08-11 Thread Lukas Kahwe Smith
On 11.08.2010, at 14:14, Richard Quadling wrote: > So, the trunk keeps strict typing. no .. a controversial patch like this should never have gotten into trunk without a vote. the only place for this patch in the svn.php.net repo would be a feature branch. regards, Lukas Kahwe Smit

Re: [PHP-DEV] Strict typing (was: Typehints)

2010-08-11 Thread Lukas Kahwe Smith
n't know why nobody cares (well I do ;), but this is totally > insane. Do we ever learn? PHP6, the last 5.4 horrible episode, etc. > And as we clearly see today, we are not ready. +1 regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Developm

Re: [PHP-DEV] Strict typing (was: Typehints)

2010-08-10 Thread Lukas Kahwe Smith
type check changes should be moved to a feature branch. just committing, and then try to wait for a moment when nobody complains (guess it didnt work this time) to release the commit has been done before i guess, but its not the way to go .. for obvious reasons. regards, Lukas Kahwe Sm

Re: [PHP-DEV] Version management

2010-08-10 Thread Lukas Kahwe Smith
gt; This only works if manage to keep the time between "new code is > committed to trunk" and "new code is released" under a year. Otherwise > developers get frustrated. > > If we manage to release a PHP 5.X.0 release every year, we are a lot > more predictabl

Re: [PHP-DEV] 5.4 Alpha?

2010-08-10 Thread Lukas Kahwe Smith
vide? Seems to me like this is something the linux vendors take care of for the most part. Of course this leaves windows, OSX (and maybe some others). regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Karoly Negyesi: What do you really want?

2010-07-25 Thread Lukas Kahwe Smith
and assist the doc team in writing the migration guides. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] closures and $this

2010-07-23 Thread Lukas Kahwe Smith
arding closures/$this ... subscribe to the RSS feed on the wiki. also .. the time is now to discuss the future and get changes into trunk regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dangerous handling of security bugs

2010-07-13 Thread Lukas Kahwe Smith
urself. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dangerous handling of security bugs

2010-07-12 Thread Lukas Kahwe Smith
On 12.07.2010, at 21:22, Reindl Harald wrote: > Am 12.07.2010 21:16, schrieb Lukas Kahwe Smith: > >> I am sorry but I think you have to accept that this service will not be >> provided >> by php.net (for which version of PHP should be release the security patches) >

Re: [PHP-DEV] dangerous handling of security bugs

2010-07-12 Thread Lukas Kahwe Smith
ns of PHP just to get security fixes, but for those people who prefer to stick with one version of PHP and simply get security backports, there are plenty of distributions to choose from that provide these services for free or via a subscription. regards, Lukas Kahwe Smith m...@pooteeweet.org

Re: [PHP-DEV] APC in trunk

2010-06-21 Thread Lukas Kahwe Smith
kinds of optimizations because its now possible to more tightly integrate with core? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] APC in trunk

2010-06-21 Thread Lukas Kahwe Smith
hink this type of BC break in an edge feature (or rather edge bug) would be ok in a major update to the language. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] APC in trunk

2010-06-20 Thread Lukas Kahwe Smith
by default .. or rather undecided at this point. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-20 Thread Lukas Kahwe Smith
inally IIRC there was a mysql->mysqli conversion script that could be prominently placed in the docs. and of course we can add deprecation notices. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-06-18 Thread Lukas Kahwe Smith
On 18.06.2010, at 18:13, Christian Kaps wrote: > On Fri, 18 Jun 2010 16:28:31 +0200, Lukas Kahwe Smith > wrote: >> On 18.06.2010, at 16:13, Melanie Rhianna Lewis wrote: >> >>> >>> >>> On 17 Jun 2010, at 20:14, Stas Malyshev wrote: >>>

Re: [PHP-DEV] Type hinting

2010-06-18 Thread Lukas Kahwe Smith
d be *any* class if you're > modify the behaviour of some default methods (say doing something like a > decorator pattern). Having a type hint that recognises object vs non objects > is useful. isnt this what interfaces are for? regards, Lukas Kahwe Smith m...@pooteeweet.org

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-13 Thread Lukas Kahwe Smith
quot;. Yet now this is a specific pgsql*** interface that cannot be > abstracted for other drivers OR implemented at the driver level. Now > if I want a MSSQL / Sybase dump/load method, I need to preface it with > dblibCopyFrom, dblibCopyTo. right .. Ilia just chose to ignore the rest o

Re: [PHP-DEV] Traits and static variables

2010-06-09 Thread Lukas Kahwe Smith
s. Thus, > static variables should be independent for the different traits usages. > > Any thoughts on that? i agree. the mantra is traits are engine level automated copy&paste. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing L

Re: [PHP-DEV] Type hinting

2010-06-09 Thread Lukas Kahwe Smith
gure out some sensible way to let people vote on the various solutions that are proposed. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-06-03 Thread Lukas Kahwe Smith
de an optional variant to get an E_FATAL instead of E_STRICT, though I personally do not see the need for it. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-06-03 Thread Lukas Kahwe Smith
On 03.06.2010, at 18:57, Ferenc Kovacs wrote: > > > On Thu, Jun 3, 2010 at 6:32 PM, Lukas Kahwe Smith wrote: > > On 03.06.2010, at 18:25, Josh Davis wrote: > > > On 1 June 2010 20:43, Stas Malyshev wrote: > > > >> It is very frequent that you w

Re: [PHP-DEV] Type hinting

2010-06-03 Thread Lukas Kahwe Smith
typos to result in hard to debug issues. Sure sounds good and I guess there probably is a market, maybe even an urgent need for a strictly typed scripting language for the web space. But really is PHP the best basis for this? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ereg deprecation?

2010-05-31 Thread Lukas Kahwe Smith
e using pcre? If not: Less code to maintain -> less > trouble :-) i would still keep it deprecated simply because people should not write new code with ereg, even if we do not have to remove it because of lack of unicode support. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-05-31 Thread Lukas Kahwe Smith
On 28.05.2010, at 11:50, Lukas Kahwe Smith wrote: > > On 28.05.2010, at 11:22, Etienne Kneuss wrote: > >> so, it would be nice to update the RFC(s), so that we have a solid >> ground on which we can discuss/vote. > > > i agree. i currently see 5 fundamental

Re: [PHP-DEV] Type hinting

2010-05-28 Thread Lukas Kahwe Smith
t they want to veto. of course if 6) gets voted for we would then have to decide on which of the permutations (1/3, 1/4, 1/5, 2/3, 2/4, 2/5) to go with in a second vote. regards, Lukas Kahwe Smith m...@pooteeweet.org PS: of course for 4) i see some suboptions a) raise an E_STRICT on data loss

Re: [PHP-DEV] Type hinting

2010-05-28 Thread Lukas Kahwe Smith
ype juggeling in PHP). However I can also accept if we simply stick with the same rules as PHP has atm (albeit still with the addition that a cast that causes data loss would not happen silently regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List T

Re: [PHP-DEV] Type hinting

2010-05-27 Thread Lukas Kahwe Smith
t type if you specify so. So > this is moot point. well most people do not use that since its just as tedious to use as having to cast your results. of course if we did have strict typing it would probably become more widely used, not that having to add those lines of code are something i

Re: [PHP-DEV] Type hinting

2010-05-27 Thread Lukas Kahwe Smith
e effort as possible to be as functional and secure as possible? Again, API developers are likely to be more competent than those consuming the API's that just how the food chain goes. Furthermore every API method will be called multiple times and so moving the validation/cast log

Re: [PHP-DEV] Type hinting

2010-05-27 Thread Lukas Kahwe Smith
letely against the > auto-conversion hint idea. the current proposal is quote the opposite from obfuscation since it would alert the user if the conversion would imply data loss. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Type hinting

2010-05-27 Thread Lukas Kahwe Smith
uot;cake or death" a new dimension :) seriously php.ini settings to manipulate how core syntax is interpreted are a no no. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-05-27 Thread Lukas Kahwe Smith
With the proposal of weak typing with error/notice on data loss none of that would be needed. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-05-23 Thread Lukas Kahwe Smith
go with enabling type hinting or full out strict typing. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-05-22 Thread Lukas Kahwe Smith
hello world heh ... you are selling recoverable errors as anything but a solution to display something else than a white screen? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting

2010-05-22 Thread Lukas Kahwe Smith
st a few mails early in the thread than yours: http://wiki.php.net/rfc/typecheckingstrictandweak regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trunk is alive and open

2010-05-06 Thread Lukas Kahwe Smith
tied up in a perpetual battle. Over the years I got a few things to go the way I wanted (wiki, a todo list, RFCs) but there are simply some fundamental things where I am no longer motivated to work with the status quo, but where I do not see a realistic chance if this ever changing. regards,

Re: [PHP-DEV] Re: Turkish/Azeri locale support

2010-05-05 Thread Lukas Kahwe Smith
improvement. Cons: BC >> break from current documented behaviour. > > Once and for all: +1 for #2 (BTW that kind of BC will not be that hard to > fix!) we have had the topic of making PHP case sensitive before. I do not find the above reason all that compelling to make thi

Re: [PHP-DEV] Using default_charset for htmlspecialchars() and others

2010-05-03 Thread Lukas Kahwe Smith
would hold off with doing this change until we have our unicode plans more concrete, because this might result in yet another change in this area. regards, Lukas Kahwe Smith m...@pooteeweet.org PS: Then again .. the entire unicode discussion seems to have died on this list and I am not aware of

Re: [PHP-DEV] trunk is alive and open

2010-04-29 Thread Lukas Kahwe Smith
d; Ilia Alshanetsky; Kalle Sommer Nielsen; Lukas Kahwe >>> Smith; Andi Gutmans; Derick Rethans; PHP Developers Mailing List >>> Subject: Re: [PHP-DEV] trunk is alive and open >>> >>> On Tue, 2010-04-27 at 17:46 +0200, Pierre Joye wrote: >>>> Bef

Re: [PHP-DEV] A critique of PHP 6

2010-04-21 Thread Lukas Kahwe Smith
ed for some out of the box BC extension), than this would be the moment to fix stuff like this. Anyways, if anyone cares about any of the above proposals write up an RFC (or champion an existing one). Lets not end up in a situation where we have to refer people to the archives to understa

Re: [PHP-DEV] Re: Named Parameters

2010-04-19 Thread Lukas Kahwe Smith
tion > syntax, will it look something like this:{'a'=>'b', 'c'=>'d'} or will it > look like {a: 'b', c: 'd'} ? Just stumbled over a post about SQL 2011 which also seems to get support for named parameters for functions

Re: [PHP-DEV] Traits

2010-04-12 Thread Lukas Kahwe Smith
y got karma and told me he can commit his traits patch after the 15th. I do not really think we should leave out the aliasing, lets have as many people as possible play with it as is. We can always tweak/change/drop it later. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internal

Re: [PHP-DEV] Performance improvements

2010-04-11 Thread Lukas Kahwe Smith
. Thanks for sharing the results! So where do we stand here? Do we want to start rolling these changes into trunk? Could the changes and additional proposals be tracked inside a wiki RFC? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development M

Re: [PHP-DEV] php and multithreading (additional arguments)

2010-04-11 Thread Lukas Kahwe Smith
Hi, Anyone core to summarize the thread on the wiki? can just be a couple of sentences and links to news.php.net. regardsm Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Open PHP6/trunk bugs

2010-04-09 Thread Lukas Kahwe Smith
likely to resurface in trunk at > some point and it doesn't make sense to lose this feedback. was anything done here yet? i presume someone could just change the version to "PHP6-First-Experiment" or something on the database .. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Wiki-page for unicode status and ideas

2010-04-09 Thread Lukas Kahwe Smith
by links to news.php.net. Also try to keep the relevant people in the loop as you are summarizing them. In order to get a wiki account just follow the "register" link on the "login" page. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtim

Re: [PHP-DEV] Named Parameters

2010-04-09 Thread Lukas Kahwe Smith
that was before we unified the parameter parsing API. IIRC hartmut was quite involved in the discussion back then .. maybe he remembers. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Supplying nothing at all for default parameters

2010-04-09 Thread Lukas Kahwe Smith
add named parameters are you just use the current work around for the absence of named parameters (aka an array parameter and array_merge/array_replace_recursive) regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Patch: Reflection Exception Messages

2010-04-09 Thread Lukas Kahwe Smith
t;> zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, >> -"Property %s does not exist", name); >> +"Property %s::%s does not exist", ce->name, name); >> } >> /* }}} * >> >> The patch is against SVN trunk

Re: [PHP-DEV] User Input Callback as a new security feature

2010-04-08 Thread Lukas Kahwe Smith
what's going on. > > When magic_quotes and register_globals will, finally, be killed in > PHP6, this could be, finally, a real security feature, couldn't it? > > Greets, > Daniel Zulla > > [1] Code Example: > request_init(Array(POST, GET), Array(userid => IN

Re: [PHP-DEV] SVN Account Request: gron

2010-04-06 Thread Lukas Kahwe Smith
hen cherry pick. So yeah, lets get it into trunk. +1 regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Named Parameters

2010-04-06 Thread Lukas Kahwe Smith
e link is here (can be found by clicking on "login" on the lower right navi bar): http://wiki.php.net/start?do=register regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trunk is alive and open

2010-03-27 Thread Lukas Kahwe Smith
would think that it would help a lot to get the RM's sorted out quickly, so I would really ask all people to quickly chime in with their preference, nominations or whatever else might matter to get this decision finalized. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Intern

Re: [PHP-DEV] horizontal reuse: traits vs. grafts

2010-03-25 Thread Lukas Kahwe Smith
On 25.03.2010, at 22:59, Stefan Marr wrote: > > On 25 Mar 2010, at 21:30, Stefan Marr wrote: >> On 25 Mar 2010, at 16:37, Lukas Kahwe Smith wrote: >>> Hi, >>> >>> this was just brought up on IRC. my understanding is that traits have no >>>

Re: [PHP-DEV] horizontal reuse: traits vs. grafts

2010-03-25 Thread Lukas Kahwe Smith
ct, right. You can not instantiate traits. > But, I would not speak of multiple inheritance. I would prefer something > along the lines of 'sustainable copy'n'past reuse'. I think Stefan used the right metaphor in the RFC: its language level copy paste. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] horizontal reuse: traits vs. grafts

2010-03-25 Thread Lukas Kahwe Smith
On 25.03.2010, at 21:13, Stefan Marr wrote: > On 24 Mar 2010, at 11:50, Lukas Kahwe Smith wrote: >> "In case of the above definition of Talker, PHP will show a warning that >> there have been conflicts and name the methods smallTalk() and bigTalk() as >> the reason o

Re: [PHP-DEV] horizontal reuse: traits vs. grafts

2010-03-25 Thread Lukas Kahwe Smith
Hi, this was just brought up on IRC. my understanding is that traits have no concept of properties, but grafts do (all hidden internally). correct? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] horizontal reuse: traits vs. grafts

2010-03-25 Thread Lukas Kahwe Smith
> during runtime and should be douable in PHP too. For sure aliasing is not > possible in this example. > > But as said just a general idea that I might try to work on once traits are > comittet. > > Stefan what do you think about "stackable traits" ? Woha .. that

Re: [PHP-DEV] Output buffering patch

2010-03-24 Thread Lukas Kahwe Smith
On 24.03.2010, at 21:26, Hannes Magnusson wrote: > On Wed, Mar 24, 2010 at 21:12, Lukas Kahwe Smith wrote: >> >> On 24.03.2010, at 21:10, Hannes Magnusson wrote: >> >>> On Wed, Mar 24, 2010 at 11:54, Lukas Kahwe Smith >>> wrote: >>>> Hey,

Re: [PHP-DEV] Output buffering patch

2010-03-24 Thread Lukas Kahwe Smith
On 24.03.2010, at 21:10, Hannes Magnusson wrote: > On Wed, Mar 24, 2010 at 11:54, Lukas Kahwe Smith wrote: >> Hey, >> >> Could one of you write up a short RFC on this patch? Just some details about >> the bugs fixed, known BC breaks and (undocumented) edge case

Re: [PHP-DEV] trunk is alive and open

2010-03-24 Thread Lukas Kahwe Smith
ctually think its quite the opposite. I think it would be great for PHP to have him take an "official" role. I have full trust in his integrity and so it might be also a good signal after the entire PDO2 CLA debacle that we do have trust in working with people from big corps.

[PHP-DEV] Output buffering patch

2010-03-24 Thread Lukas Kahwe Smith
Hey, Could one of you write up a short RFC on this patch? Just some details about the bugs fixed, known BC breaks and (undocumented) edge case changes. This would be helpful for anyone wanting to review their code and testing as well as documentation. regards, Lukas Kahwe Smith m

[PHP-DEV] horizontal reuse: traits vs. grafts

2010-03-24 Thread Lukas Kahwe Smith
ple can integrate them as they see fit, like they can use delegation if they are still on an older version of PHP or use Grafts. I also envision that there will be less surprises when using Grafts and this fits well with the approach to keeping the barrier to entry low for PHP development. re

Re: [PHP-DEV] trunk is alive and open

2010-03-24 Thread Lukas Kahwe Smith
oice. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trunk is alive and open

2010-03-23 Thread Lukas Kahwe Smith
should there still be any. In conclusion: There should of course be fun in just hacking out cool stuff, but I think for most developers a big part of the fun is actually seeing your ideas in a stable release. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] trunk is alive and open

2010-03-23 Thread Lukas Kahwe Smith
If thats the case then I will work > on merging those removed features like safe_mode and so on out. uhm no .. i think for that stuff we have to wait until we decide if the next version is 6.0 or 5.4 regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Developmen

Re: [PHP-DEV] trunk is alive and open

2010-03-23 Thread Lukas Kahwe Smith
On 23.03.2010, at 17:59, Rasmus Lerdorf wrote: > On 03/23/2010 09:36 AM, Lukas Kahwe Smith wrote: >> >> On 23.03.2010, at 17:21, Rasmus Lerdorf wrote: >> >>> On 03/23/2010 09:11 AM, Pierre Joye wrote: >>>> hi, >>>> >>>> I

Re: [PHP-DEV] trunk is alive and open

2010-03-23 Thread Lukas Kahwe Smith
rovements (*) (*) lets see what ideas we come up with, might turn out to be the big thing or maybe just a small incremental tweak here and there regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.4 branch and trunk

2010-03-18 Thread Lukas Kahwe Smith
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 setting a time already feels wrong. It's still open source, so it's ready when it

Re: [PHP-DEV] PHP 5.4 branch and trunk

2010-03-18 Thread Lukas Kahwe Smith
I propose that sort of a unicode working group forms but much less formal than what I make it sound like. I think the discussions can remain on internals@ and hopefully alternative approaches will be documented as RFCs. But what I mean with working group is a list of a handful of names who feel

Re: [PHP-DEV] Bug # 50755

2010-03-18 Thread Lukas Kahwe Smith
en review your patch when it comes to SQL server. Maybe Matteo has some time to take a peek. Especially in the beginning its very helpful to get some feedback on patches before getting direct commit access. Then again for PDO we might be at the stage where we might not even have the resources to do that :( regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 6

2010-03-18 Thread Lukas Kahwe Smith
ations. +1 .. this all aligns perfectly with my suggestion to establish a "unicode working group" that I made in the "PHP 5.4 branch and trunk" thread. so just like you i agree that we shouldnt put the next release under the pressure of delivering "the unicode answer&quo

Re: [PHP-DEV] Where are we ACTUALLY on Unicode?

2010-03-17 Thread Lukas Kahwe Smith
and so that the ideas do not get lost in the archives. Again the wiki is the perfect place for this. Also this will help others to collaborate in moving the idea to a full fledged proposal .. ideally with some numbers to backup any performance claims. regards, Lukas Kahwe Smith m

Re: [PHP-DEV] PHP 5.4 branch and trunk

2010-03-16 Thread Lukas Kahwe Smith
hould have regular releases. So I say we shoot for the release following the next one to come out in the summer of 2012. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.4 branch and trunk

2010-03-16 Thread Lukas Kahwe Smith
st". Ok this isnt a good suggestion, but I hope you get what I am suggesting. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.4 branch and trunk

2010-03-16 Thread Lukas Kahwe Smith
n. > You didn't even list the mbstring patch.. that was discussed and as > far as I remember everyone thought it was great idea, just not in a > stable branch. Is this tone really necessary? One you are argueing for more flexibility and then you are shooting the messenger because in a

Re: [PHP-DEV] Re: moving forward

2010-03-14 Thread Lukas Kahwe Smith
s in how to keep svn running. I see little incentive to move the _central_ repo to a DVCS. Are the bridges to git, mercurial, bzaar etc really so bad that this topic is worth discussing (no sarcasm, honest question)? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] moving forward

2010-03-14 Thread Lukas Kahwe Smith
ch create a branch and work things out there. This way normal development in trunk can commence. But again, I really do hope that we can however wrap up the debate up by end of April. regards, Lukas Kahwe Smith m...@pooteeweet.org [1] http://wiki.php.net/rfc?do=register [2] http://wiki.php.net/

Re: [PHP-DEV] Next major version must be 7 (Lessons learned from the ECMAScript committee)

2010-03-13 Thread Lukas Kahwe Smith
6 need to be ... punished ;-) > Is that wise and well-considered or something the community might regret in > the long run? Nobody needs to be punished and I think Rasmus stayed clear of such words for a reason. The name of the next version is not really all that relevant more if the next

Re: [PHP-DEV] PHP 6

2010-03-13 Thread Lukas Kahwe Smith
th work or god forbid go on vacation). I am willing to take the co-RM role again. I can also see Philip in this role. But I think the more important question is to find the technical RM and if the technical RM feels like he can use the support he can just appoint a co-RM. regards, Lukas Kahwe

Re: [PHP-DEV] PHP 6

2010-03-11 Thread Lukas Kahwe Smith
> the talking openly on the mailing list, not some IRC channels. And no more > wikis. :) i hope you mean internals and not the svn commit mailinglist. so much for dagger style .. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List T

Re: [PHP-DEV] PHP 6

2010-03-11 Thread Lukas Kahwe Smith
On 11.03.2010, at 18:54, Johannes Schlüter wrote: > On Thu, 2010-03-11 at 18:46 +0100, Lukas Kahwe Smith wrote: >> +1 for moving trunk to a branch and moving 5.3 to trunk. > > not moving 5.3 to trunk but a 5.3 copy (branched of), 5.3 should be > stable stuff (fixes) only. Gues

Re: [PHP-DEV] PHP 6

2010-03-11 Thread Lukas Kahwe Smith
on those in > trunk. Other features necessarily need to play along with these in the > same branch. I refuse to go down the path of a 5.4 branch and a > separate Unicode branch again. > > The main focus here needs to be to get everyone working in the same branch. +1 for moving

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ README.NEW-OUTPUT-API Zend/zend_highlight.c Zend/zend_indent.c ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basic_functi

2010-03-11 Thread Lukas Kahwe Smith
On 11.03.2010, at 17:26, Jani Taskinen wrote: > On 03/11/2010 06:21 PM, Scott MacVicar wrote: >> >> On 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 bec

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ README.NEW-OUTPUT-API Zend/zend_highlight.c Zend/zend_indent.c ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basic_functi

2010-03-11 Thread Lukas Kahwe Smith
se you are getting a new laptop is not really a convincing argument. :) regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: svn: /php/php-src/branches/PHP_5_3/ README.NEW-OUTPUT-API Zend/zend_highlight.c Zend/zend_indent.c ext/iconv/iconv.c ext/session/session.c ext/soap/soap.c ext/standard/basic_function

2010-03-11 Thread Lukas Kahwe Smith
ime i know that it hurts and php6 not moving forward is the root cause there. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SVN Account Request: grossolini

2010-02-02 Thread Lukas Kahwe Smith
On 03.02.2010, at 00:24, Guillaume Rossolini wrote: > Upgrade wiki.php.net (as per lsmith's and pierre's request) indeed thats correct. thx Guillaume regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] function call chaining

2010-01-19 Thread Lukas Kahwe Smith
t one as well and see if any others make sense. > > I do think the syntax is a bit ugly, but I also think it is clear what > it does and doesn't obscure/mislead the semantics of the call the way > the (new foo)->bar() suggestion does. +1 regards, Lukas Kahwe Smith m...@poote

Re: [PHP-DEV] function call chaining

2010-01-19 Thread Lukas Kahwe Smith
at hurts readability, not really. if you are worried about key strokes switch to an IDE. if you are worried about performance use a byte code cache. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2010-01-06 Thread Lukas Kahwe Smith
on the policy front? > > As you can tell, I am itching to see where this goes ;) just FYI: a tweaked stream_resolve_include_path() is scheduled for inclusion in PHP 5.3.3 do note that the next PHP 5.3 release will be 5.3.2, so it will be a few months until we will see this feat

Re: [PHP-DEV] Closures and $this

2009-12-15 Thread Lukas Kahwe Smith
5.4 should there be one). > > So: What now? Call for a vote. This time around people cannot claim to not have had time to review the issue. Also back then we tried to play it safe because of the short time before we were to release. This time there is more time for this to mature if

Re: [PHP-DEV] Towards 5.3.2

2009-12-07 Thread Lukas Kahwe Smith
d when a reason for not merging a ticket is added to the wiki it would be automatically submitted to the bug tracker as a comment. Not sure how easily this could be done though and I cannot commit time to checking this out myself :-/ regards, Lukas Kahwe Smith m...@pooteeweet.org -- PH

Re: [PHP-DEV] Towards 5.3.2

2009-12-07 Thread Lukas Kahwe Smith
ted to using a branch or not. regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Towards 5.3.2

2009-12-07 Thread Lukas Kahwe Smith
came along fairly ad hoc. However I do agree that the wiki is not the right place for this in the long run. Like I said, I believe the bug tracker is the place for this by adding milestone support. This would also be the natural place to note why a patch is not merged for example. regards,

Re: [PHP-DEV] Towards 5.3.2

2009-12-07 Thread Lukas Kahwe Smith
Making sure that every commit has a bug id attached (or if necessary gets a bug ticket created on the fly and the id injected into the commit) could also help. Obviously such infrastructure will not materialize over night, but I would urge everything to not drop the idea entirely. regards,

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-12-07 Thread Lukas Kahwe Smith
On 22.11.2009, at 18:01, Lukas Kahwe Smith wrote: > I have updated the current RFC accordingly: > http://wiki.php.net/rfc/autoload_include > > So there are three approaches listed in the RFC: > 1) http://wiki.php.net/rfc/autoload_include#proposal > add a new alternative to in

Re: [PHP-DEV] [PATCH] session_set_save_handler(class)

2009-11-27 Thread Lukas Kahwe Smith
nd for example the session handler that comes with the Memcached extension? could you provide a code example of how that would look like? regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-11-22 Thread Lukas Kahwe Smith
On 22.11.2009, at 18:01, Lukas Kahwe Smith wrote: > So there are three approaches listed in the RFC: > 1) http://wiki.php.net/rfc/autoload_include#proposal > add a new alternative to include, which works the same except that for > missing files it returns null and on success it retu

  1   2   3   4   5   6   7   8   9   10   >