]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.7-bug-54601.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-5.3.7-bug-54601.patch
1 --- PHP_5_3/ext/libxml/libxml.c 2011/05/29 10:23:06     311543
2 +++ PHP_5_3/ext/libxml/libxml.c 2011/05/29 11:39:49     311544
3 @@ -222,6 +222,7 @@
4                         switch (node->type) {
5                                 /* Skip property freeing for the following types */
6                                 case XML_NOTATION_NODE:
7 +                               case XML_ENTITY_DECL:
8                                         break;
9                                 case XML_ENTITY_REF_NODE:
10                                         php_libxml_node_free_list((xmlNodePtr) node->properties TSRMLS_CC);
11 @@ -233,7 +234,6 @@
12                                 case XML_ATTRIBUTE_DECL:
13                                 case XML_DTD_NODE:
14                                 case XML_DOCUMENT_TYPE_NODE:
15 -                               case XML_ENTITY_DECL:
16                                 case XML_NAMESPACE_DECL:
17                                 case XML_TEXT_NODE:
18                                         php_libxml_node_free_list(node->children TSRMLS_CC);
This page took 0.030201 seconds and 3 git commands to generate.