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

List:       pecl-cvs
Subject:    [PECL-CVS] cvs: pecl /fileinfo fileinfo.c
From:       "Ilia Alshanetsky" <iliaa () php ! net>
Date:       2005-01-24 23:53:00
Message-ID: cvsiliaa1106610780 () cvsserver
[Download RAW message or body]

iliaa		Mon Jan 24 18:53:00 2005 EDT

  Modified files:              
    /pecl/fileinfo	fileinfo.c 
  Log:
  Fixed ZTS build
  
  
http://cvs.php.net/diff.php/pecl/fileinfo/fileinfo.c?r1=1.6&r2=1.7&ty=u
Index: pecl/fileinfo/fileinfo.c
diff -u pecl/fileinfo/fileinfo.c:1.6 pecl/fileinfo/fileinfo.c:1.7
--- pecl/fileinfo/fileinfo.c:1.6	Sat May  8 13:34:07 2004
+++ pecl/fileinfo/fileinfo.c	Mon Jan 24 18:53:00 2005
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: fileinfo.c,v 1.6 2004/05/08 17:34:07 derick Exp $ */
+/* $Id: fileinfo.c,v 1.7 2005/01/24 23:53:00 iliaa Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -357,7 +357,7 @@
 	if (mode) { /* file */
 		/* determine if the file is a local file or remote URL */
 		char *tmp2;
-		php_stream_wrapper *wrap = php_stream_locate_url_wrapper(buffer, &tmp2, 0 TSRMLS_DC);
+		php_stream_wrapper *wrap = php_stream_locate_url_wrapper(buffer, &tmp2, 0 TSRMLS_CC);
 		if (wrap && wrap->is_url) {
 #ifdef ZEND_ENGINE_2
 			php_stream_context *context = php_stream_context_from_zval(zcontext, 0);

-- 
PECL CVS Mailing List 
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