mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
sync
This commit is contained in:
parent
c8f884fac8
commit
67d00f8c1d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user