SOURCES: php-pecl-fileinfo-php51.patch (NEW) - new

adamg adamg at pld-linux.org
Sat Dec 24 17:10:42 CET 2005


Author: adamg                        Date: Sat Dec 24 16:10:42 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   php-pecl-fileinfo-php51.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-pecl-fileinfo-php51.patch
diff -u /dev/null SOURCES/php-pecl-fileinfo-php51.patch:1.1
--- /dev/null	Sat Dec 24 17:10:42 2005
+++ SOURCES/php-pecl-fileinfo-php51.patch	Sat Dec 24 17:10:37 2005
@@ -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);
================================================================


More information about the pld-cvs-commit mailing list