summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* call zend_objects_destroy_object() explicitlyAntony Dovgal2005-11-151-5/+7
* - Fixed error messages and testsfoobar2005-10-191-7/+12
* - Improve error messages a bit.Derick Rethans2005-10-191-3/+4
* - MF51: Fixed timezone guessing on Windows.Derick Rethans2005-10-151-7/+10
* - Apperently you can't store NULL pointer values into Zend hashes - god knowDerick Rethans2005-10-121-4/+4
* - Make sure the tzcache' dtor doesn't cleanup cached misses in the lookupDerick Rethans2005-10-101-1/+3
* - Make the Windows guessing routines actually return the guessed timezone.Derick Rethans2005-10-071-1/+2
* - Change parameter name because NetWare expands "tzname" as a macro toDerick Rethans2005-10-071-4/+4
* - MF51: Windows Timezone guessing codeDerick Rethans2005-10-051-29/+73
* MFB5.1: include the header, eliminate warningAntony Dovgal2005-10-031-0/+1
* - Only load external database when it is newer.Derick Rethans2005-10-031-2/+6
* - Allow an external Timezone Database to be used.Derick Rethans2005-10-031-14/+44
* - MF51: Implemented better timezone guessing algorithm.Derick Rethans2005-10-011-6/+6
* - Fix buglett with date() that cause truncated strings to be returned whenDerick Rethans2005-09-071-2/+6
* - Added date_time_set, date_date_set and date_isodate_set() functions, andDerick Rethans2005-09-021-0/+58
* - MF51: Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).Derick Rethans2005-09-021-0/+1
* - Fixed bad MF51.Derick Rethans2005-09-021-1/+1
* - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).Derick Rethans2005-08-301-1/+1
* Fix ZTS.Andrei Zmievski2005-08-241-4/+4
* - Make it compile in ZTS modeDerick Rethans2005-08-241-36/+36
* - Fixed bug #34087 (strtotime() does not work with date format "Y/m/d").Derick Rethans2005-08-241-47/+182
* sizeof(time_t) !== sizeof(int)Wez Furlong2005-08-121-3/+3
* - Fixed TSRM issue.Derick Rethans2005-08-091-5/+8
* Adjust date("") handling.Ilia Alshanetsky2005-08-081-1/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* - Changed the year parameter so that 0..69 maps to 2000..2069 and 70..100 mapsDerick Rethans2005-07-211-0/+5
* - Fixed bug #33578 (strtotime() problem with "Oct17" format).Derick Rethans2005-07-201-5/+492
* fixed typosfoobar2005-07-131-2/+2
* fix tsrm buildAntony Dovgal2005-07-081-2/+2
* rename php_format_date() to date_format()Antony Dovgal2005-07-081-6/+18
* fix #33614 (memory leak in new strftime())Antony Dovgal2005-07-081-0/+4
* - Change memory management so that tzinfo structures can live outside timeDerick Rethans2005-07-051-6/+13
* - Renamed date_timezone_set/get() to date_default_timezone_set/get().Derick Rethans2005-07-041-14/+51
* Make sure the timezone is NULL, if change operation fails. Ex. memory_limitIlia Alshanetsky2005-07-041-0/+1
* - Fixed logic.Derick Rethans2005-07-041-1/+1
* Fix win32 buildWez Furlong2005-07-041-1/+1
* - PHPAPI + static don't mix, obviously.Derick Rethans2005-07-041-1/+1
* - Fixed bug #33562 (date("") crashes).Derick Rethans2005-07-041-0/+1
* - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS()foobar2005-07-031-4/+4
* - Fixed bug #33536 (strtotime defaults to now even on non time string).Derick Rethans2005-07-031-9/+9
* - Reimplemented time(), getdate() and localtime() functions with new datetimeDerick Rethans2005-07-031-1/+96
* - Fixed bug #33532 (Different output for strftime() and date()).Derick Rethans2005-07-031-0/+121
* Avoid strlen() if we know the length.Ilia Alshanetsky2005-07-031-1/+1
* - Added fallback to system's timezone setting, but marked with an E_STRICTDerick Rethans2005-07-031-0/+18
* - Move mktime/gmmktime related tests from ext/standard to ext/date.Derick Rethans2005-07-031-0/+1
* - Fixed bug #30096 (gmmktime does not return the corrent time).Derick Rethans2005-07-031-0/+101
* - Overhauled selecting the correct timezone. The timezone set withDerick Rethans2005-07-021-21/+75
* Use timelib types.Edin Kadribasic2005-07-011-1/+1
* Fixed memory leak.Ilia Alshanetsky2005-06-301-0/+4
* Fix ZTS buildFrank M. Kromann2005-06-301-1/+1