Browse Source

1.0.1 release

migration/RELEASE_1_0_0
Ilia Alshanetsky 21 years ago
parent
commit
9e3bff7b0f
  1. 1
      ext/fileinfo/fileinfo.c
  2. 6
      ext/fileinfo/package.xml

1
ext/fileinfo/fileinfo.c

@ -103,6 +103,7 @@ PHP_FILEINFO_API zend_object_value finfo_objects_new(zend_class_entry *class_typ
intern = ecalloc(1, sizeof(struct finfo_object));
intern->zo.ce = class_type;
intern->zo.properties = NULL;
intern->std.guards = NULL;
intern->ptr = NULL;
retval.handle = zend_objects_store_put(intern, finfo_objects_dtor, NULL, NULL TSRMLS_CC);

6
ext/fileinfo/package.xml

@ -21,10 +21,10 @@ file and for text files proper language encoding.
<license>PHP</license>
<release>
<state>stable</state>
<version>1.0</version>
<date>2005-06-30</date>
<version>1.0.1</version>
<date>2005-11-24</date>
<notes>
1) Fixed library detection routines.
1) PHP 5.1.0 Compatibility
</notes>
<filelist>
<file role="src" name="config.m4"/>

Loading…
Cancel
Save