summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-07-05 15:18:26 +0000
committerAndrei Zmievski <andrei@php.net>2000-07-05 15:18:26 +0000
commit057264d6ed148d9933b9eb3681911cde7bffd6dc (patch)
tree7e5659a0da30054c976bfcc8fcdc57c250fa59f1 /ext
parent055c5237029e5adcf9a3d232459d82babe20703e (diff)
downloadphp-git-057264d6ed148d9933b9eb3681911cde7bffd6dc.tar.gz
Fix attribution on NEWS.
Diffstat (limited to 'ext')
-rw-r--r--ext/wddx/wddx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c
index 577d35a2f6..7fc0c422fb 100644
--- a/ext/wddx/wddx.c
+++ b/ext/wddx/wddx.c
@@ -753,7 +753,7 @@ static void php_wddx_pop_element(void *user_data, const char *name)
ent1->data->type == IS_STRING && ent1->data->value.str.len) {
zend_bool incomplete_class = 0;
- zend_str_tolower(ent1->data->value.str.val,ent1->data->value.str.len);
+ zend_str_tolower(ent1->data->value.str.val, ent1->data->value.str.len);
if (zend_hash_find(EG(class_table), ent1->data->value.str.val,
ent1->data->value.str.len+1, (void **) &ce)==FAILURE) {
BLS_FETCH();