Commit: 2498c90c71980168b5b9ac2fa006340b9460b1f2 Author: Gustavo André dos Santos Lopes <[email protected]> Sun, 22 Jul 2012 04:13:17 +0200 Parents: 2f0775b999e7859275c614a3d2d8edd1506e0d68 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2498c90c71980168b5b9ac2fa006340b9460b1f2 Log: Readded accidentally removed line Changed paths: M ext/intl/dateformat/dateformat.h Diff: diff --git a/ext/intl/dateformat/dateformat.h b/ext/intl/dateformat/dateformat.h index a5a7473..f11918b 100755 --- a/ext/intl/dateformat/dateformat.h +++ b/ext/intl/dateformat/dateformat.h @@ -40,5 +40,6 @@ These are not necessary at this point of time #define CALENDAR_YEAR "tm_year" #define CALENDAR_WDAY "tm_wday" #define CALENDAR_YDAY "tm_yday" +#define CALENDAR_ISDST "tm_isdst" #endif // DATE_FORMATTER_H -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
