summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* bump the year and license versionfoobar2006-01-011-3/+3
* - Fixed bug #35751 (using date with a timestamp makes httpd segfault).Derick Rethans2005-12-291-2/+2
* - MFH: Upgraded timezone db to 2005.18.Derick Rethans2005-12-272-820/+741
* - This check is unnecessary, as it can only be set through theDerick Rethans2005-12-201-1/+1
* - MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTCDerick Rethans2005-12-206-19/+27
* - Fixed bug #35699 (date() can't handle leap years before 1970).Derick Rethans2005-12-202-0/+17
* - Upgraded timezone database to 2005.17.Derick Rethans2005-12-191-562/+539
* - MFH: Merged new timelib, which is a bit more clevererDerick Rethans2005-12-1913-129/+541
* touch with re2c 0.9.11foobar2005-12-181-4731/+4364
* Fixed UTC handling problem stemming from an earlier fix for bug #35422.Ilia Alshanetsky2005-12-184-85/+93
* - Those should be lower case only.Derick Rethans2005-12-181-1/+1
* Fixed bug #35705 (strtotime() fails to parse soap date format without TZ).Ilia Alshanetsky2005-12-163-37/+53
* Fixed bug #35630 (strtotime() crashes on certain relative identifiers).Ilia Alshanetsky2005-12-133-10298/+6471
* MFHfoobar2005-12-121-0/+4
* Fixed bug #35624 (strtotime() does not handle 3 character weekdays).Ilia Alshanetsky2005-12-114-8027/+8068
* MFH: nuke php3 legacyfoobar2005-12-061-3/+3
* Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly).Ilia Alshanetsky2005-12-052-2/+4
* Regenerate file to be more gcov friendlyIlia Alshanetsky2005-12-021-2/+2
* - touch with correct re2c version and correct optionsfoobar2005-12-021-25534/+17080
* - Fix warningfoobar2005-12-021-0/+1
* Fixed bug #35499 (strtotime() does not handle whitespace around the dateIlia Alshanetsky2005-12-015-17095/+25598
* Fixed ZTS buildIlia Alshanetsky2005-11-292-4/+9
* Added missing support for 'B' format identifier to date() function.Ilia Alshanetsky2005-11-291-1/+9
* Fixed bug #35425 (idate() function ignores timezone settings).Ilia Alshanetsky2005-11-293-0/+154
* Fixed testsIlia Alshanetsky2005-11-292-7/+7
* - Regenerated with working re2c and with proper optionsfoobar2005-11-291-25534/+17079
* Fixed bug #35414 (strtotime() no longer works with ordinal suffix).Ilia Alshanetsky2005-11-293-2599/+4420
* Fixed bug #35422 (strtotime() does not parse times with UTC as timezone).Ilia Alshanetsky2005-11-282-0/+13
* Fixed bug #35456 (+ 1 [time unit] format did not work).Ilia Alshanetsky2005-11-283-16568/+24612
* Disabled native date class, to prevent pear::date conflict.Ilia Alshanetsky2005-11-278-29/+36
* fix Timezone class tooAntony Dovgal2005-11-261-0/+13
* MFH: fix #35402 (New date class causes crash in get_object_vars())Antony Dovgal2005-11-261-1/+12
* - Fixed bug #35143 (gettimeofday() ignores current time zone).Derick Rethans2005-11-206-10/+32
* Moved date constants into the date class, they all class constants now.Ilia Alshanetsky2005-11-179-67/+68
* Fixed test.Ilia Alshanetsky2005-11-171-1/+1
* - Fixed bug #35218 (strtotime no longer ignores timezone comments like "(PST)")Derick Rethans2005-11-174-9598/+10677
* - Fixed typoDerick Rethans2005-11-171-1/+1
* MFHfoobar2005-11-174-1576/+83
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-161-2/+2
* MFH: call zend_objects_destroy_object() explicitlyAntony Dovgal2005-11-151-5/+7
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-1911-171/+184
* MFH: Fixed error messages and testsfoobar2005-10-194-12/+17
* - MFH: Improved error messages a bit.Derick Rethans2005-10-191-3/+4
* - Updated timezone database to version 2005.14.Derick Rethans2005-10-151-429/+411
* - Fixed timezone guessing on Windows. (Derick, Nuno)Derick Rethans2005-10-152-8/+17
* - MFH: Apperently you can't store NULL pointer values into Zend hashes - godDerick Rethans2005-10-121-4/+4
* - MFH: Make sure the tzcache' dtor doesn't cleanup cached misses in the lookupDerick Rethans2005-10-101-1/+3
* - MFH: Fixed bug #34676: missing support for strtotime("midnight") andDerick Rethans2005-10-084-330/+453
* - MFH: Make the Windows guessing routines actually return the guessed timezone.Derick Rethans2005-10-071-1/+2
* - MFH: Change parameter name because NetWare expands "tzname" as a macro toDerick Rethans2005-10-071-4/+4