]> git.pld-linux.org Git - packages/php.git/blame - php-domxml_node.patch
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-domxml_node.patch
CommitLineData
04cc6e9a 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.093499 seconds and 4 git commands to generate.