[PHP-DEV] PHP 5 Bug Summary Report

2009-06-01 Thread internals
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()

[PHP-DEV] PHP 6 Bug Summary Report

2009-06-01 Thread internals
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. ==

Re: [PHP-DEV] need inverted __sleep?

2009-06-01 Thread Nathan Rixham
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

Re: [PHP-DEV] need inverted __sleep?

2009-06-01 Thread Kalle Sommer Nielsen
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

[PHP-DEV] ext/filter and rfc1867 problem

2009-06-01 Thread Andrei Zmievski
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