ID: 8172
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Feature/Change Request
Assigned To:
Comments:
implemented.
Previous Comments:
---------------------------------------------------------------------------
[2000-12-08 11:25:41] [EMAIL PROTECTED]
see subject.
I don't know C, so I can't write it myself, but I think the
if (zend_hash_get_current_key(Z_ARRVAL_PP(var_array), &varname, &lkey) ==
HASH_KEY_IS_STRING) {
if (_valid_var_name(varname)) {
block of the extract function could be probably changed to
1) check whether EXTR_PREFIX_ALL is set,
2) if so, check, whether the PREFIXED varname is valid
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=8172
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]