]> git.pld-linux.org Git - packages/php-pecl-fileinfo.git/commitdiff
- new auto/ac/php-pecl-fileinfo-1_0_1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 24 Dec 2005 16:10:37 +0000 (16:10 +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.1

php-pecl-fileinfo-php51.patch [new file with mode: 0644]

diff --git a/php-pecl-fileinfo-php51.patch b/php-pecl-fileinfo-php51.patch
new file mode 100644 (file)
index 0000000..713bcdb
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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.119368 seconds and 4 git commands to generate.