-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
php_phongo_server_to_zval is used by both the Manager and Server debug handlers. In the same spirit as the other linked issues, it may make sense to just have Manager include Server objects in its debug output instead of calling Server's debug handler directly.
Note that these debug handlers are not like dual-purpose functions on our value objects, which support both var_dump and var_export, since we intentionally decided not to support var_export on classes where we cannot implement __set_state() (see: this comment).