]> granicus.if.org Git - php/commitdiff
Fix attribution on NEWS.
authorAndrei Zmievski <andrei@php.net>
Wed, 5 Jul 2000 15:18:26 +0000 (15:18 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 5 Jul 2000 15:18:26 +0000 (15:18 +0000)
NEWS
ext/wddx/wddx.c

diff --git a/NEWS b/NEWS
index b034860924307a317ea1a1a385fb61b1c07c441f..0b0c217ee878aca35685482aa52c5b129fdd20b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,12 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.2
-- Support for pdflib 3.01
-- FDF Data is handled properly and can be accessed by reading HTTP_RAW_POST_DATA
+- Support for pdflib 3.01. (Uwe)
+- FDF Data is handled properly and can be accessed by reading
+  HTTP_RAW_POST_DATA. (Uwe)
 - Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM"
   (eg: Pacific time is -0700).  This is useful for things such as Date: mail
-  headers.
+  headers. (Mike W)
 - Fixed crash on OCI?Logon() failure. (thies)
 - Make the special Header("http/...") response be case insensitive like 3.0 (Rasmus)
 - Allow cybercash to compile as a DL module. (Sterling)
index 577d35a2f6dcdd26fa09804f9aa45b46e6315f13..7fc0c422fb11bd819789de83c94409d9b4974b6a 100644 (file)
@@ -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();