pajoye Mon Jun 15 15:08:12 2009 UTC Modified files: (Branch: PHP_5_3) /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.13.2.6.2.3.2.10&r2=1.13.2.6.2.3.2.11&diff_format=u Index: php-src/ext/date/lib/timelib_structs.h diff -u php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.3.2.10 php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.3.2.11 --- php-src/ext/date/lib/timelib_structs.h:1.13.2.6.2.3.2.10 Mon Jun 15 14:47:15 2009 +++ php-src/ext/date/lib/timelib_structs.h Mon Jun 15 15:08:12 2009 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: timelib_structs.h,v 1.13.2.6.2.3.2.10 2009/06/15 14:47:15 pajoye Exp $ */ +/* $Id: timelib_structs.h,v 1.13.2.6.2.3.2.11 2009/06/15 15:08:12 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