summaryrefslogtreecommitdiff
path: root/ext/wddx
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-21 18:35:54 +0000
committerSascha Schumann <sas@php.net>2000-06-21 18:35:54 +0000
commit9d640cc990e212238f6e86955e0198926c086e8c (patch)
tree9112abd457b263d29dbccf41a587443adcfe5ea9 /ext/wddx
parentbc8d0782ddd9cd18349a97b89784627f85b61f13 (diff)
downloadphp-git-9d640cc990e212238f6e86955e0198926c086e8c.tar.gz
Revert earlier commit.
Diffstat (limited to 'ext/wddx')
-rw-r--r--ext/wddx/wddx.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c
index 0bd5cfa7c8..01ec184c85 100644
--- a/ext/wddx/wddx.c
+++ b/ext/wddx/wddx.c
@@ -34,8 +34,6 @@
#if HAVE_WDDX
-#include "ext/standard/php_var.h" /* for php_create_empty_class */
-
#include "php_wddx_api.h"
#define PHP_XML_INTERNAL
#include "ext/xml/php_xml.h"
@@ -741,13 +739,8 @@ static void php_wddx_pop_element(void *user_data, const char *name)
if (zend_hash_find(EG(class_table), ent1->data->value.str.val,
ent1->data->value.str.len+1, (void **) &ce)==FAILURE) {
-
- ce = php_create_empty_class(ent1->data->value.str.val,ent1->data->value.str.len);
-
- /*
php_error(E_NOTICE, "Deserializing non-existant class: %s! No methods will be available!", ent1->data->value.str.val);
ce = &zend_standard_class_def;
- */
}
/* Initialize target object */