Submitted by: Andreas Karajannis <Andreas.Karajannis@gmd.de>
-/* Generated by re2c 0.5 on Mon Oct 16 00:15:52 2000 */
+/* Generated by re2c 0.5 on Tue Oct 17 16:16:42 2000 */
#line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re"
/*
+----------------------------------------------------------------------+
PHP_MINIT_FUNCTION(url_scanner)
{
+ url_adapt_state_ex_t *ctx;
+ BLS_FETCH();
+
+ ctx = &BG(url_adapt_state_ex);
+
+ ctx->tags = NULL;
+
REGISTER_INI_ENTRIES();
return SUCCESS;
}
PHP_MINIT_FUNCTION(url_scanner)
{
+ url_adapt_state_ex_t *ctx;
+ BLS_FETCH();
+
+ ctx = &BG(url_adapt_state_ex);
+
+ ctx->tags = NULL;
+
REGISTER_INI_ENTRIES();
return SUCCESS;
}