Nikita Popov
df79b9b27a
Update get_class_name semantics
...
* get_class_name is now only used for displaying the class name
in debugging functions like var_dump, print_r, etc. It is no
longer used in get_class() etc.
* As it is no longer used in get_parent_class() the parent
argument is now gone. This also fixes incorrect parent classes
being reported in COM.
* get_class_name is now always required (previously some places
made it optional and some required it) and is also required
to return a non-NULL value.
* Remove zend_get_object_classname. This also fixes a number of
potential leaks due to incorrect usage of this function.
2014-10-09 20:48:27 +02:00
..
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-10-09 20:48:27 +02:00
2014-09-28 19:02:09 +02:00
2014-10-03 21:47:00 +02:00
2014-10-06 05:52:43 +08:00
2014-09-28 19:02:09 +02:00
2014-10-09 23:32:19 +08:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-20 16:42:31 -07:00
2014-10-09 12:51:05 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 20:46:22 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-21 20:58:31 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 12:28:30 -07:00
2014-09-21 20:49:39 +02:00
2014-10-09 12:51:05 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-10-06 05:52:43 +08:00
2014-10-07 21:08:33 +00:00
2014-09-28 19:02:09 +02:00
2014-10-07 21:23:04 +00:00
2014-10-09 14:01:19 +04:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-09-21 20:49:39 +02:00
2014-10-09 20:48:27 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-25 19:45:05 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-10-05 13:20:27 +02:00
2014-09-20 18:24:38 +02:00
2014-09-28 19:02:09 +02:00
2014-10-05 21:57:05 +02:00
2014-09-19 18:33:14 +02:00
2014-10-09 13:58:14 +02:00
2014-10-09 12:51:05 +02:00
2014-09-28 19:02:09 +02:00
2014-10-09 14:08:10 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-10-09 20:29:02 +04:00
2014-09-28 19:02:09 +02:00
2014-10-09 14:17:30 +02:00
2014-09-19 18:33:14 +02:00
2014-10-09 20:48:27 +02:00
2014-09-28 19:02:09 +02:00
2014-09-21 20:49:39 +02:00
2014-09-19 18:33:14 +02:00
2014-09-21 20:49:39 +02:00
2014-09-28 19:02:09 +02:00
2014-10-05 22:09:28 +02:00
2014-09-21 20:49:39 +02:00
2014-09-20 10:09:21 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-10-06 11:45:23 +02:00
2014-10-01 09:26:46 +02:00
2014-10-03 19:38:40 +02:00