]> git.pld-linux.org Git - packages/php.git/blob - php-domxml_node.patch
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-domxml_node.patch
1 --- php-4.1.1/ext/domxml/php_domxml.c~  Thu Feb 14 15:23:48 2002
2 +++ php-4.1.1/ext/domxml/php_domxml.c   Thu Feb 14 15:23:48 2002
3 @@ -833,6 +833,7 @@
4                         if (Z_TYPE_P(obj) == XML_ENTITY_REF_NODE) {
5                                 content = xmlNodeGetContent(nodep);
6                                 if (content)
7 +                                       add_property_long(wrapper, "type", Z_TYPE_P(nodep));
8                                         add_property_stringl(wrapper, "content", (char *) content, strlen(content), 1);
9                         }
10                         break;
This page took 0.033725 seconds and 3 git commands to generate.