derick Wed Aug 6 14:42:39 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src NEWS
/php-src/ext/fileinfo config.m4
Log:
- MFH: Fixed bug #45636 (fileinfo ext duplicate strndup).
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.251&r2=1.2027.2.547.2.965.2.252&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.251
php-src/NEWS:1.2027.2.547.2.965.2.252
--- php-src/NEWS:1.2027.2.547.2.965.2.251 Wed Aug 6 14:30:03 2008
+++ php-src/NEWS Wed Aug 6 14:42:38 2008
@@ -12,6 +12,7 @@
- Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
(Derick)
- Fixed bug #45696 (Not all DateTime methods allow method chaining). (Derick)
+- Fixed bug #45636 (fileinfo ext duplicate strndup). (Derick)
- Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO
durations). (Derick)
- Fixed bug #45406 (session.serialize_handler declared by shared extension
http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/config.m4?r1=1.11.2.2&r2=1.11.2.3&diff_format=u
Index: php-src/ext/fileinfo/config.m4
diff -u php-src/ext/fileinfo/config.m4:1.11.2.2
php-src/ext/fileinfo/config.m4:1.11.2.3
--- php-src/ext/fileinfo/config.m4:1.11.2.2 Wed Aug 6 14:30:04 2008
+++ php-src/ext/fileinfo/config.m4 Wed Aug 6 14:42:38 2008
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.11.2.2 2008/08/06 14:30:04 derick Exp $
+dnl $Id: config.m4,v 1.11.2.3 2008/08/06 14:42:38 derick Exp $
dnl config.m4 for extension fileinfo
PHP_ARG_ENABLE(fileinfo, for fileinfo support,
@@ -15,7 +15,7 @@
PHP_NEW_EXTENSION(fileinfo, fileinfo.c $libmagic_sources,
$ext_shared,,[EMAIL PROTECTED]@/libmagic)
PHP_ADD_BUILD_DIR($ext_builddir/libmagic)
- AC_CHECK_FUNCS([utimes])
+ AC_CHECK_FUNCS([utimes strndup])
PHP_ADD_MAKEFILE_FRAGMENT
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php