I ran into an issue today that seems to be a genuine bug.
In rfc1867.c there is code like this:
if (sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len
TSRMLS_CC)) {
/* register the variable */
}
The sapi_module.input_filter points to php_sapi_filter(). That r
Hi
2009/6/1 Nathan Rixham :
> Matt Wilson wrote:
>>
>> get_class_vars + array_diff
>
> cheers but nope; as the manual says
> "Returns an associative array of default public properties of the class"
I've recently fixed the manual about get_class_vars, since PHP 5.0.5
get_class_vars, depending on t
Jonathan Tapicer wrote:
Hi,
Matt's approach works also for your usecase, casting to array returns
all the properties of the class and base classes, but it has some
problems: for private properties the class name is added before the
property name, and for protected properties * is added, both thi
PHP 6 Bug Database summary - http://bugs.php.net/
Num Status Summary (76 total -- which includes 36 feature requests)
===[*Unicode Issues]==
48265 Open Source and result of database have different encodings.
==
PHP 5 Bug Database summary - http://bugs.php.net/
Num Status Summary (1326 total -- which includes 867 feature requests)
===[*Network Functions]===
48167 To be documented undefined function checkdnsrr()