#50647 [WFx]: Short array notation

2010-01-04 Thread robert_xp at gmx dot net
ID: 50647 User updated by: robert_xp at gmx dot net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Feature/Change Request PHP Version: 5.3.1 New Comment: Grml...Sorry, I didn't saw this before. I read the mailing lists, but I cou

#50652 [WFx]: time call optimization

2010-01-04 Thread robert_xp at gmx dot net
ID: 50652 User updated by: robert_xp at gmx dot net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Performance problem PHP Version: 5.3.1 New Comment: I'm such an idiot. Sorry, fixed. Previous Com

#50652 [WFx]: time call optimization

2010-01-04 Thread robert_xp at gmx dot net
ID: 50652 User updated by: robert_xp at gmx dot net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Performance problem PHP Version: 5.3.1 New Comment: Yes, that's right. I think this is the only point, that speaks really against

#50653 [NEW]: str_split sequence handling

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: str_split sequence handling Description: str_split is only able to split a string in periodical substrings. I think, it's a

#50652 [NEW]: time call optimization

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Performance problem Bug description: time call optimization Description: Sure, it is not so critical to patch this but you use ever time(NULL) to get the current time in most

#50651 [NEW]: Native type cast returns wrong result

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: Debain Etch PHP version: 5.3.1 PHP Bug Type: MySQLi related Bug description: Native type cast returns wrong result Description: mysqlnd implements native type casting but returns string for some integer values

#50650 [NEW]: mysql_matched_rows

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: mysql_matched_rows Description: Sometimes, it is necessary to get the number of matches instead of the number of affected rows. Matches

#50649 [NEW]: negative offsets

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: negative offsets Description: I heared somewhere, that string offsets will be removed in future releases of PHP, as of 6.0. I like

#50648 [NEW]: Format for binary numbers

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: Format for binary numbers Description: I think it would be a good improvement to have a short form for binary numbers like C# with 0b101010

#50647 [NEW]: Short array notation

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: Short array notation Description: A nice improvement for PHP would be a short hand notation for arrays. You can find more details here