|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-05-12 20:42 UTC] derick@php.net
[2008-07-08 18:03 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 05:00:01 2025 UTC |
Description: ------------ ext/date/php_date.c has comments starting with // rather than enclosed in /* and */ The Sun WS6 compiler does no accept such comments. [tiger] 149% diff -c php_date.c.orig php_date.c *** php_date.c.orig Wed Apr 16 12:21:46 2008 --- php_date.c Mon May 12 15:08:17 2008 *************** *** 269,277 **** int initialized; int type; union { ! timelib_tzinfo *tz; // TIMELIB_ZONETYPE_ID; ! timelib_sll utc_offset; // TIMELIB_ZONETYPE_OFFSET ! struct // TIMELIB_ZONETYPE_ABBR { timelib_sll utc_offset; char *abbr; --- 269,277 ---- int initialized; int type; union { ! timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID; */ ! timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */ ! struct /* TIMELIB_ZONETYPE_ABBR */ { timelib_sll utc_offset; char *abbr;