[PHP-DEV] Fwd: New VM Architecture

2004-10-15 Thread Andi Gutmans
I still haven't received any feedback about the new VM architecture. A while back it seemed very important to people here to be able to give feedback but I haven't heard from a soul. Basically I suggest trying out the new implementation, looking at the two different implementations and giving fe

[PHP-DEV] Square brackets tags

2004-10-15 Thread Marco Bambini
Hi All, I hope this is the right list to post my question. I need to write a PHP extension or a PHP template system (this is the question) to parse some commands enclosed in square brackets inside web pages. Please note that the commands are in the form [command1] and not . I want use PHP becaus

[PHP-DEV] [PATCH] array index sanitation bugs

2004-10-15 Thread Joe Orton
We've just been looking at the security issues which were silently fixed in 4.3.9/5.0.2. The fixes for array index handling appear to be incomplete, there is now a segfault for a variable like "?foo[][=" That was just filed as #30442, patch below fixes it. Also, query strings like: "?foo[[[h

RE: [PHP-DEV] [PATCH] Resubmitted for review

2004-10-15 Thread Robert Silva
Don't completely follow you since I don't have the required knowledge of the Zend Engine (yet). The problem that I ran into (I think) was that destroy_zend_class gets called before rshutdown and it was releasing the entries in the constants_table before I had a chance to do it, hence the patch whic