Re: [PHP-DEV] Bug #15280 Updated: Feature request

2002-01-29 Thread Markus Fischer
On Tue, Jan 29, 2002 at 05:59:13PM -0500, Sean R. Bright wrote : > How about we wait for him to say "because I am lazy" before jumping down his > throat? Nobody jumped anywhere. -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List

RE: [PHP-DEV] Bug #15280 Updated: Feature request

2002-01-29 Thread Sean R. Bright
How about we wait for him to say "because I am lazy" before jumping down his throat? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 2:59 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Bug #15280

[PHP-DEV] Bug #15280 Updated: Feature request

2002-01-29 Thread Benjamin . Eggerstedt
ID: 15280 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Feature/Change Request Operating System: Win2k PHP Version: 4.1.1 New Comment: I think you are right. I only wanted to help. sorry ); I will better think about it before post

Re: [PHP-DEV] Bug #15280 Updated: Feature request

2002-01-29 Thread brad lafountain
This request seems pretty valid... Say um you had an array that you delete from and create elements frequently.. amost like a db table... and you wanted to clean this periocally.. in addition to this you wanted the index to be renumbered... having a array_vaccum() would be nice... eg.. $a =

[PHP-DEV] Bug #15280 Updated: Feature request

2002-01-29 Thread mfischer
ID: 15280 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: Win2k PHP Version: 4.1.1 New Comment: You mean something like array_unset_empty_valus() ? I don't think there's a hard-coded need for it when user-