Lines Matching refs:date
113 date.timezone or date_default_timezone_set(). Instead of a guessed
846 . Fixed bug #53959 (reflection data for fgetcsv out-of-date). (Richard)
865 . Fixed a bug in DateTime->modify() where absolute date/time statements had
908 . Implemented clone functionality for number, date & message formatters.
1256 . Fixed bug #52981 (Unicode casing table was out-of-date. Updated with
1350 . Fixed bug #52745 (Binding params doesn't work when selecting a date inside a
1613 - Fixed bug #51183 (ext/date/php_date.c fails to compile with Sun Studio).
1621 parsing date strings). (Derick)
1763 - Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
2110 - Fixed bug #48752 (Crash during date parsing with invalid date). (Pierre)
2146 - Fixed bug #48057 (Only the date fields of the first row are fetched, others
2449 - Added new date/time functionality: (Derick)
2450 . date_parse_from_format(): Parse date/time strings according to a format.
2451 . date_create_from_format()/DateTime::createFromFormat(): Create a date/time
2452 object by parsing a date/time string according to a given format.
2454 and errors that were found while parsing a date/time string through:
2467 without invoking the date parser. (Scott, Derick)
2469 timestamp belonging to a date object.
2474 . support for date/time strings returned by MS SQL.
2476 . support for diffing date/times through date_diff() / DateTime::diff().
2479 . DateInterval class to represent the difference between two date/times.
2482 interval to an existing date/time.
2491 DateInterval on each iteration, up to an end date or limited by maximum
2503 to control formatting of date/timestamp columns: PDO::FB_ATTR_DATE_FORMAT,
2589 - Fixed an issue in date() where a : was printed for the O modifier after a P
2973 - Fixed bug #45191 (error_log ignores date.timezone php.ini val when setting
3090 - Fixed bug #35975 (Session cookie expires date format isn't the most
3134 - Fixed some ambiguities in the date parser. (Derick)
3298 with valid ISO8601 date string). (Jeff Lawsons)
3533 - Fixed bug #42261 (Incorrect lengths for date and boolean data types). (Ilia)
3749 - Fixed bug #42261 (header wrong for date field).
4212 - Fixed bug #39416 (Milliseconds in date()). (Derick)
4309 - Small optimization of the date() function. (Matt,Ilia)
4422 - Fixed bug #39791 (Crash in strtotime() on overly long relative date
4848 - Fixed bug #38524 (strptime() does not initialize the internal date storage
5141 - Added support for exif date format in strtotime(). (Derick)
5269 - Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
5312 - Fixed bug #36224 (date(DATE_ATOM) gives wrong results).
5371 - Added missing support for 'B' format identifier to date() function. (Ilia)
5420 - Fixed bug #35751 (using date with a timestamp makes httpd segfault). (Derick)
5428 - Fixed bug #35705 (strtotime() fails to parse soap date format without TZ).
5430 - Fixed bug #35699 (date() can't handle leap years before 1970). (Derick)
5460 - Fixed bug #35499 (strtotime() does not handle whitespace around the date
5516 - Disabled native date class to prevent pear::date conflict. (Ilia)
5544 - Added date_timezone_set() function to set the timezone that the date
5894 - Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day). (Derick)
5895 - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
5926 - Fixed bug #34052 (date('U') returns %ld not unix timestamp). (Nuno)
5941 - Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).
5973 - Fixed bug #33597 (setcookie() "expires" date format doesn't comply with RFC).
5978 - Fixed bug #33562 (date("") crashes). (Derick)
5983 - Fixed bug #33532 (Different output for strftime() and date()). (Derick)
5996 strtotime() / date() tests). (Derick)
6335 - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
6405 - Fixed bug #31056 (php_std_date() returns invalid formatted date if
6527 - Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
6647 - Fixed bug #29342 (strtotime() does not handle empty date string properly).