How to suggest a new feature in PHP?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

How to suggest a new feature in PHP?

Post by JAB Creations »

How can I suggest a new feature in PHP without having to subscribe to a 60-messages a day mailing list? :|
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: How to suggest a new feature in PHP?

Post by Ambush Commander »

What kind of new feature are you thinking of? php-internals is pretty hostile if you don't have a history or a patch.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: How to suggest a new feature in PHP?

Post by JAB Creations »

Iterations...

first of
second of
third of
fourth of

They could maybe create something like...
foreach(iter(3) == 'hi') {echo 'this third item said hi';}
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: How to suggest a new feature in PHP?

Post by John Cartwright »

Code: Select all

for ($x=0; $x < 100; $x+=3) {
   //every 3rd
}
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: How to suggest a new feature in PHP?

Post by JAB Creations »

Err ok haha thanks; dam...what don't you guys know? :mrgreen: Still it would be nice if they could humanize it a little bit, I'm not great with math/programming logic. :|

Oh hey nice avatar, that's new right?
Post Reply