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

List:       pecl-cvs
Subject:    [PECL-CVS] cvs: pecl /zip php_zip.c
From:       "Pierre-Alain Joye" <pajoye () php ! net>
Date:       2006-04-27 8:45:29
Message-ID: cvspajoye1146127529 () cvsserver
[Download RAW message or body]

pajoye		Thu Apr 27 08:45:29 2006 UTC

  Modified files:              
    /pecl/zip	php_zip.c 
  Log:
  - #7500, build error with php < 5.1.3
  
  
http://cvs.php.net/viewcvs.cgi/pecl/zip/php_zip.c?r1=1.37&r2=1.38&diff_format=u
Index: pecl/zip/php_zip.c
diff -u pecl/zip/php_zip.c:1.37 pecl/zip/php_zip.c:1.38
--- pecl/zip/php_zip.c:1.37	Wed Apr 26 18:45:04 2006
+++ pecl/zip/php_zip.c	Thu Apr 27 08:45:29 2006
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_zip.c,v 1.37 2006/04/26 18:45:04 pajoye Exp $ */
+/* $Id: php_zip.c,v 1.38 2006/04/27 08:45:29 pajoye Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -461,13 +461,13 @@
 	zend_object_std_dtor(&intern->zo TSRMLS_CC);
 #else
 	if (intern->zo.guards) {
-		zend_hash_destroy(intern->std.guards);
-		FREE_HASHTABLE(intern->std.guards);
+		zend_hash_destroy(intern->zo.guards);
+		FREE_HASHTABLE(intern->zo.guards);
 	}
 
 	if (intern->zo.properties) {
-		zend_hash_destroy(intern->std.properties);
-		FREE_HASHTABLE(intern->std.properties);
+		zend_hash_destroy(intern->zo.properties);
+		FREE_HASHTABLE(intern->zo.properties);
 	}
 #endif
 
@@ -1472,7 +1472,7 @@
 	php_info_print_table_start();
 	{
 		php_info_print_table_row(2, "Zip", "enabled");
-		php_info_print_table_row(2, "$Id: php_zip.c,v 1.37 2006/04/26 18:45:04 pajoye Exp $", "enabled");
+		php_info_print_table_row(2, "$Id: php_zip.c,v 1.38 2006/04/27 08:45:29 pajoye Exp $", "enabled");
 		php_info_print_table_row(2, "Libzip version", "0.6.1");
 	}
 	php_info_print_table_end();

-- 
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