pajoye                                   Mon, 01 Feb 2010 21:20:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=294323

Log:
- missing patch (update to 0.9.3)

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/zip/lib/zipint.h
    U   php/php-src/branches/PHP_5_3/ext/zip/lib/zipint.h
    U   php/php-src/trunk/ext/zip/lib/zipint.h

Modified: php/php-src/branches/PHP_5_2/ext/zip/lib/zipint.h
===================================================================
--- php/php-src/branches/PHP_5_2/ext/zip/lib/zipint.h   2010-02-01 20:56:03 UTC 
(rev 294322)
+++ php/php-src/branches/PHP_5_2/ext/zip/lib/zipint.h   2010-02-01 21:20:07 UTC 
(rev 294323)
@@ -219,8 +219,8 @@

 void _zip_dirent_finalize(struct zip_dirent *);
 void _zip_dirent_init(struct zip_dirent *);
-int _zip_dirent_read(struct zip_dirent *, FILE *,
-                    unsigned char **, unsigned int, int, struct zip_error *);
+int _zip_dirent_read(struct zip_dirent *, FILE *, unsigned char **,
+                    unsigned int *, int, struct zip_error *);
 void _zip_dirent_torrent_normalize(struct zip_dirent *);
 int _zip_dirent_write(struct zip_dirent *, FILE *, int, struct zip_error *);


Modified: php/php-src/branches/PHP_5_3/ext/zip/lib/zipint.h
===================================================================
--- php/php-src/branches/PHP_5_3/ext/zip/lib/zipint.h   2010-02-01 20:56:03 UTC 
(rev 294322)
+++ php/php-src/branches/PHP_5_3/ext/zip/lib/zipint.h   2010-02-01 21:20:07 UTC 
(rev 294323)
@@ -219,8 +219,8 @@

 void _zip_dirent_finalize(struct zip_dirent *);
 void _zip_dirent_init(struct zip_dirent *);
-int _zip_dirent_read(struct zip_dirent *, FILE *,
-                    unsigned char **, unsigned int, int, struct zip_error *);
+int _zip_dirent_read(struct zip_dirent *, FILE *, unsigned char **,
+                    unsigned int *, int, struct zip_error *);
 void _zip_dirent_torrent_normalize(struct zip_dirent *);
 int _zip_dirent_write(struct zip_dirent *, FILE *, int, struct zip_error *);


Modified: php/php-src/trunk/ext/zip/lib/zipint.h
===================================================================
--- php/php-src/trunk/ext/zip/lib/zipint.h      2010-02-01 20:56:03 UTC (rev 
294322)
+++ php/php-src/trunk/ext/zip/lib/zipint.h      2010-02-01 21:20:07 UTC (rev 
294323)
@@ -219,8 +219,8 @@

 void _zip_dirent_finalize(struct zip_dirent *);
 void _zip_dirent_init(struct zip_dirent *);
-int _zip_dirent_read(struct zip_dirent *, FILE *,
-                    unsigned char **, unsigned int, int, struct zip_error *);
+int _zip_dirent_read(struct zip_dirent *, FILE *, unsigned char **,
+                    unsigned int *, int, struct zip_error *);
 void _zip_dirent_torrent_normalize(struct zip_dirent *);
 int _zip_dirent_write(struct zip_dirent *, FILE *, int, struct zip_error *);


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

Reply via email to