[PHP-DEV] PHP 5 Bug Summary Report

2009-03-09 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1325 total -- which includes 819 feature requests) ===[*Directory/Filesystem functions] 46990 Assigned Passing UTF8 strings to filesystem functions produce wrong filenames

[PHP-DEV] PHP 6 Bug Summary Report

2009-03-09 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (75 total -- which includes 32 feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers

Re: [PHP-DEV] Memory Leaks with Objects (no circular reference)

2009-03-09 Thread Dmitry Stogov
Hi, these caches can't grow over some internal limits and they can't take 128M. It may be some other source of the problem. Could you create a script which reproduces memory overflow? Thanks. Dmitry. Igor Feghali wrote: Hello Dmitry, Thank you for your answer. The problem comes when you

Re: [PHP-DEV] 5.3 items

2009-03-09 Thread shire
Hey Lukas, Just a heads up that I should have a fix for this soonish, just running some more tests to make sure everything works as expected (I assume nobody else has started work on this): 9. tokenizer misses last single-line comment (http://bugs.php.net/bug.php?id=46817) What's the

Re: [PHP-DEV] 5.3 items

2009-03-09 Thread Scott MacVicar
Hey Brian, On 9 Mar 2009, at 20:42, shire wrote: Hey Lukas, Just a heads up that I should have a fix for this soonish, just running some more tests to make sure everything works as expected (I assume nobody else has started work on this): 9. tokenizer misses last single-line comment

Re: [PHP-DEV] 5.3 items

2009-03-09 Thread Matt Wilmas
Hi Brian, - Original Message - From: shire Sent: Monday, March 09, 2009 Hey Lukas, Just a heads up that I should have a fix for this soonish, just running some more tests to make sure everything works as expected (I assume nobody else has started work on this): 9. tokenizer

Re: [PHP-DEV] 5.3 items

2009-03-09 Thread shire
Hey Matt, Matt Wilmas wrote: 9. tokenizer misses last single-line comment (http://bugs.php.net/bug.php?id=46817) I was going to take care of that one, as I mentioned in a previous message, though it's been awhile since I've been delayed much longer with stuff here. :-( (Nothing set up for

Re: [PHP-DEV] 5.3 items

2009-03-09 Thread Matt Wilmas
Hi Brian, - Original Message - From: shire Sent: Monday, March 09, 2009 Hey Matt, Matt Wilmas wrote: 9. tokenizer misses last single-line comment (http://bugs.php.net/bug.php?id=46817) I was going to take care of that one, as I mentioned in a previous message, though it's been

Re: [PHP-DEV] 5.3 items

2009-03-09 Thread shire
Matt Wilmas wrote: I don't have much time right now, but looked at it quick, and see that you're actually trying to work around the re2c issues in general. :-) I was only thinking of putting a band-aid on the comment symptom(s), since those are about the only ones that occur with valid code (is