]> git.pld-linux.org Git - packages/php-pecl-fileinfo.git/commitdiff
- outdated
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 27 Nov 2006 22:34:57 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-fileinfo-php51.patch -> 1.2

php-pecl-fileinfo-php51.patch [deleted file]

diff --git a/php-pecl-fileinfo-php51.patch b/php-pecl-fileinfo-php51.patch
deleted file mode 100644 (file)
index 713bcdb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- php-pecl-fileinfo-1.0.1/Fileinfo-1.0.1/fileinfo.c~ 2005-12-24 17:06:38.000000000 +0100
-+++ php-pecl-fileinfo-1.0.1/Fileinfo-1.0.1/fileinfo.c  2005-12-24 17:06:51.828669392 +0100
-@@ -103,7 +103,7 @@
-       intern = ecalloc(1, sizeof(struct finfo_object));
-       intern->zo.ce = class_type;
-       intern->zo.properties = NULL;
--      intern->std.guards = NULL;
-+      intern->zo.guards = NULL;
-       intern->ptr = NULL;
-       retval.handle = zend_objects_store_put(intern, finfo_objects_dtor, NULL, NULL TSRMLS_CC);
This page took 0.059565 seconds and 4 git commands to generate.