[PHP-DEV] Request: Scope variables, $GLOBALS and ???

2001-05-17 Thread Gustaf Björklund
The ability to get all variables within a certain scope would be a good thing to have I think. If it wouldn't be a huge overhead to make it available? Makes sense also to have class and function scopes available aswell as the $GLOBALS and $HTTP_POST/GET/COOKIE_VARS that are currently available.

[PHP-DEV] array support for dbmfetch

2001-05-10 Thread Gustaf Björklund
I'd like to propose a slight change of dbmfetch adding support for arrays. The best solution to this that I found was taking the values of the array sent in as keys and returning a associative array with the keys as keys and the values from the dbm file as values. Below is my little hack for thi