This commit is contained in:
Sascha Schumann 2002-05-05 02:07:33 +00:00
parent c8f884fac8
commit 67d00f8c1d

View File

@ -1,4 +1,4 @@
/* Generated by re2c 0.5 on Sat May 4 20:29:07 2002 */
/* Generated by re2c 0.5 on Sat May 4 21:06:57 2002 */
#line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re"
/*
+----------------------------------------------------------------------+
@ -931,9 +931,6 @@ PHP_MSHUTDOWN_FUNCTION(url_scanner)
PHP_RINIT_FUNCTION(url_scanner)
{
BG(url_adapt_state_ex).active = 0;
smart_str_free(&BG(url_adapt_state_ex).form_app);
smart_str_free(&BG(url_adapt_state_ex).url_app);
return SUCCESS;
}
@ -945,5 +942,8 @@ PHP_RSHUTDOWN_FUNCTION(url_scanner)
BG(url_adapt_state_ex).active = 0;
}
smart_str_free(&BG(url_adapt_state_ex).form_app);
smart_str_free(&BG(url_adapt_state_ex).url_app);
return SUCCESS;
}