php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #54037
Patch patch-for-new-loadhtml-options-documentation revision 2011-08-12 21:06 UTC by fxmulder at gmail dot com
Patch patch-for-adding-loadhtml-options.patch revision 2011-03-03 07:12 UTC by chregu@php.net
Patch libxml-html-constants.patch revision 2011-02-17 23:19 UTC by fxmulder at gmail dot com
revision 2011-02-17 23:00 UTC by fxmulder at gmail dot com
Patch domdocument-loadhtml-options.patch revision 2011-02-17 18:31 UTC by fxmulder at gmail dot com
revision 2011-02-17 17:59 UTC by fxmulder at gmail dot com

Patch domdocument-loadhtml-options.patch for DOM XML related Bug #54037

Patch version 2011-02-17 18:31 UTC

Return to Bug #54037 | Download this patch
This patch is obsolete

Obsoleted by patches:

This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2011-02-17 18:31 UTC | 2011-02-17 17:59 UTC

Developer: fxmulder@gmail.com



   	dom_object *intern;
   	dom_doc_propsptr doc_prop;
   	char *source;
  -	int source_len, refcount, ret;
 +	int source_len, refcount, ret, options;
 +	int source_len, refcount, ret, options = 0;
   	htmlParserCtxtPtr ctxt;
   	
   	id = getThis();
   
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 12:01:30 2024 UTC