pajoye Sun Dec 10 03:10:55 2006 UTC
Modified files:
/php-src/ext/zip php_zip.c
Log:
- MFB: addDir returns true
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.31&r2=1.32&diff_format=u
Index: php-src/ext/zip/php_zip.c
diff -u php-src/ext/zip/php_zip.c:1.31 php-src/ext/zip/php_zip.c:1.32
--- php-src/ext/zip/php_zip.c:1.31 Sun Nov 12 00:31:37 2006
+++ php-src/ext/zip/php_zip.c Sun Dec 10 03:10:55 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_zip.c,v 1.31 2006/11/12 00:31:37 nlopess Exp $ */
+/* $Id: php_zip.c,v 1.32 2006/12/10 03:10:55 pajoye Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -961,6 +961,7 @@
if (zip_add_dir(intern, (const char *)dirname) < 0) {
RETURN_FALSE;
}
+ RETURN_TRUE;
}
/* }}} */
@@ -2059,7 +2060,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "Zip", "enabled");
- php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v 1.31
2006/11/12 00:31:37 nlopess Exp $");
+ php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v 1.32
2006/12/10 03:10:55 pajoye Exp $");
php_info_print_table_row(2, "Zip version", "2.0.0");
php_info_print_table_row(2, "Libzip version", "0.7.1");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php