[PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-29 Thread Hannes Magnusson
Thanks for taking care of the rest of this -Hannes 2009/6/28 Johannes Schlüter johan...@php.net: johannes                Sun Jun 28 17:55:36 2009 UTC  Modified files:    /php-src    php.ini-development php.ini-production  Log:  Add missing ini entries (Mikko)

[PHP-DEV] PHP 5 Bug Summary Report

2009-06-29 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1399 total -- which includes 878 feature requests) ===[*General Issues]== 48597 Open unexpected gpc variable parsing 48612 Open PHP command line

[PHP-DEV] PHP 6 Bug Summary Report

2009-06-29 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (87 total -- which includes 38 feature requests) ===[*Unicode Issues]== 48265 Open Source and result of database have different encodings.

[PHP-DEV] Re: PHC Dataflow

2009-06-29 Thread Paul Biggar
Hey Graham, Sorry for the delay, I meant to send this over the weekend. On Thu, Jun 25, 2009 at 2:50 AM, Paul Biggarpaul.big...@gmail.com wrote: When I say model, I mean that we abstractly interpret the program. Its like we're interpreting it, but we don't have the actual values, so we model

[PHP-DEV] Re: PHC Dataflow

2009-06-29 Thread Graham Kelly
Hey Paul, As always, great information! Anyway, I've been looking into building a fairly simple def-use system where I build a graph for each variable in the function local scope (each CV, TMP_VAR, and VAR). What I'm doing is building a local graph for each variable in each basic block and