pajoye Mon Jun 15 15:08:41 2009 UTC Modified files: /php-src/ext/date/lib timelib_structs.h Log: - add TODO about int definition cleanup http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timelib_structs.h?r1=1.34&r2=1.35&diff_format=u Index: php-src/ext/date/lib/timelib_structs.h diff -u php-src/ext/date/lib/timelib_structs.h:1.34 php-src/ext/date/lib/timelib_structs.h:1.35 --- php-src/ext/date/lib/timelib_structs.h:1.34 Mon Jun 15 14:39:37 2009 +++ php-src/ext/date/lib/timelib_structs.h Mon Jun 15 15:08:41 2009 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: timelib_structs.h,v 1.34 2009/06/15 14:39:37 pajoye Exp $ */ +/* $Id: timelib_structs.h,v 1.35 2009/06/15 15:08:41 pajoye Exp $ */ #ifndef __TIMELIB_STRUCTS_H__ #define __TIMELIB_STRUCTS_H__ @@ -34,6 +34,8 @@ #endif #ifdef PHP_WIN32 +/* TODO: Remove these hacks/defs once we have the int definitions in main/ + rathen than in each 2nd extension and win32/ */ # include "win32/php_stdint.h" #else # ifndef HAVE_INT32_T
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php