nlopess Fri Sep 15 14:59:04 2006 UTC
Modified files:
/php-src/ext/tidy tidy.c
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.100&r2=1.101&diff_format=u
Index: php-src/ext/tidy/tidy.c
diff -u php-src/ext/tidy/tidy.c:1.100 php-src/ext/tidy/tidy.c:1.101
--- php-src/ext/tidy/tidy.c:1.100 Fri Sep 15 14:43:08 2006
+++ php-src/ext/tidy/tidy.c Fri Sep 15 14:59:04 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: tidy.c,v 1.100 2006/09/15 14:43:08 nlopess Exp $ */
+/* $Id: tidy.c,v 1.101 2006/09/15 14:59:04 nlopess Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -465,8 +465,6 @@
TidyBuffer *errbuf;
zval **config;
- TIDY_SET_CONTEXT;
-
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zsb", &arg1,
&arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) {
RETURN_FALSE;
}
@@ -1014,7 +1012,7 @@
php_info_print_table_start();
php_info_print_table_header(2, "Tidy support", "enabled");
php_info_print_table_row(2, "libTidy Release", (char
*)tidyReleaseDate());
- php_info_print_table_row(2, "Extension Version",
PHP_TIDY_MODULE_VERSION " ($Id: tidy.c,v 1.100 2006/09/15 14:43:08 nlopess Exp
$)");
+ php_info_print_table_row(2, "Extension Version",
PHP_TIDY_MODULE_VERSION " ($Id: tidy.c,v 1.101 2006/09/15 14:59:04 nlopess Exp
$)");
php_info_print_table_end();
DISPLAY_INI_ENTRIES();
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php