guenter Tue, 03 Nov 2009 17:11:09 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=290173
Log: removed now obsolete NetWare hack since I fixed this with Novell some longer tiem ago in their SDK header. Changed paths: U php/php-src/branches/PHP_5_2/ext/exif/exif.c Modified: php/php-src/branches/PHP_5_2/ext/exif/exif.c =================================================================== --- php/php-src/branches/PHP_5_2/ext/exif/exif.c 2009-11-03 16:48:52 UTC (rev 290172) +++ php/php-src/branches/PHP_5_2/ext/exif/exif.c 2009-11-03 17:11:09 UTC (rev 290173) @@ -3881,11 +3881,7 @@ } /* Store file date/time. */ -#ifdef NETWARE - ImageInfo->FileDateTime = st.st_mtime.tv_sec; -#else ImageInfo->FileDateTime = st.st_mtime; -#endif ImageInfo->FileSize = st.st_size; /*exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Opened stream is file: %d", ImageInfo->FileSize);*/ }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php