Open todo items

php.internals

Lukas Smith

19 years ago
Hi, in my on going effort to make PHP todo management more transparent I am wondering what are the current open todo items for PHP 5.2? Obviously bug fixing. Filter ext needs some love on the function names and some of the parameters. That makes me wonder about the other newly bundled extensions. Are the relevant authors fairly happy with the amount of testing (I guess JSON is simple enough ..)? Any other key todo items left open? BTW: I heard Ilia is shooting for end of month for the next release. regards, Lukas

Pierre Joye

19 years ago
Hello, On 9/14/06, Lukas Kahwe Smith <lsmith@php.net> wrote:
> Obviously bug fixing. Filter ext needs some love on the function names > and some of the parameters.
I was asking discussions about the API since months. It is really late in the game, but better late than never. For what I heard to day, we will have another RC, it may help. My other worries are about the code stability, I worked on the critical parts (from my pov) and on what I needed in the logical filters. But I have some doubts about the sanitize functions and the default filtering, I would really like to have more feedbacks. Please test and report bugs! However, having finally released it under PECL before the RC3 helped a lot, I like to do the same for the next RC and again before 5.2.0 final).
> That makes me wonder about the other newly > bundled extensions. Are the relevant authors fairly happy with the > amount of testing (I guess JSON is simple enough ..)?
Zip is pretty much stable now. There is one bug going to be fixed today (and a new release will be done). It is likely to have a 2.0.0-stable in php 5.2.0 final. --Pierre

Ilia A.

19 years ago
I am unaware of any open TODO items for 5.2, there certainly were none left open on my list or the one we have on the existing wiki. On 14-Sep-06, at 11:58 AM, Lukas Kahwe Smith wrote:
> Hi, > > in my on going effort to make PHP todo management more transparent > I am wondering what are the current open todo items for PHP 5.2? > > Obviously bug fixing. Filter ext needs some love on the function > names and some of the parameters. That makes me wonder about the > other newly bundled extensions. Are the relevant authors fairly > happy with the amount of testing (I guess JSON is simple enough ..)? > > Any other key todo items left open? > > BTW: I heard Ilia is shooting for end of month for the next release. > > regards, > Lukas > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
Ilia Alshanetsky