[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4 /ext/standard url_scanner_ex.re
From:       "Thies C. Arntzen" <thies () thieso ! net>
Date:       2002-06-29 11:12:58
[Download RAW message or body]

thies		Sat Jun 29 07:12:58 2002 EDT

  Modified files:              
    /php4/ext/standard	url_scanner_ex.re 
  Log:
  fix leak
  
Index: php4/ext/standard/url_scanner_ex.re
diff -u php4/ext/standard/url_scanner_ex.re:1.56 \
                php4/ext/standard/url_scanner_ex.re:1.57
--- php4/ext/standard/url_scanner_ex.re:1.56	Sun May  5 12:39:49 2002
+++ php4/ext/standard/url_scanner_ex.re	Sat Jun 29 07:12:57 2002
@@ -406,7 +406,7 @@
 
 		php_url_scanner_ex_activate(TSRMLS_C);
 		php_start_ob_buffer(NULL, chunk_size, 1 TSRMLS_CC);
-		php_ob_set_internal_handler(php_url_scanner_output_handler, chunk_size, \
estrdup("URL-Rewriter"), 1 TSRMLS_CC); \
+		php_ob_set_internal_handler(php_url_scanner_output_handler, chunk_size, \
"URL-Rewriter", 1 TSRMLS_CC);  BG(url_adapt_state_ex).active = 1;
 	}
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic