summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* fixed typosfoobar2005-07-131-2/+2
* touchfoobar2005-07-101-1/+1
* - use three digit octal character definitionMarcus Boerger2005-07-102-2/+2
* fix tsrm buildAntony Dovgal2005-07-082-3/+3
* rename php_format_date() to date_format()Antony Dovgal2005-07-082-6/+19
* fix #33614 (memory leak in new strftime())Antony Dovgal2005-07-081-0/+4
* - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo barfoobar2005-07-071-3/+3
* - Added testcase for bug #33578.Derick Rethans2005-07-051-0/+13
* - Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). (Derick)Derick Rethans2005-07-053-2067/+2982
* - Change memory management so that tzinfo structures can live outside timeDerick Rethans2005-07-052-10/+13
* - Renamed date_timezone_set/get() to date_default_timezone_set/get().Derick Rethans2005-07-0413-27/+64
* 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-045-76/+85
* - Added testcase for bug #33563 which is already fixed.Derick Rethans2005-07-041-0/+12
* - Fixed bug #33562 (date("") crashes).Derick Rethans2005-07-042-0/+12
* - Do not crash when the abbreviation doesn't exist.Derick Rethans2005-07-045-6/+18
* - Always create the file with correct paths (gdb likes it better like this)foobar2005-07-043-41/+43
* - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS()foobar2005-07-033-6/+6
* - Fixed bug #33536 (strtotime defaults to now even on non time string).Derick Rethans2005-07-036-4830/+5402
* - Reimplemented time(), getdate() and localtime() functions with new datetimeDerick Rethans2005-07-032-1/+100
* - Fixed bug #33532 (Different output for strftime() and date()).Derick Rethans2005-07-033-0/+169
* Avoid strlen() if we know the length.Ilia Alshanetsky2005-07-031-1/+1
* - Fixed unintialized variable issue.Derick Rethans2005-07-031-0/+2
* - Added fallback to system's timezone setting, but marked with an E_STRICTDerick Rethans2005-07-0312-9/+51
* - Move mktime/gmmktime related tests from ext/standard to ext/date.Derick Rethans2005-07-036-1/+182
* - Fixed bug #30096 (gmmktime does not return the corrent time).Derick Rethans2005-07-033-0/+154
* - Overhauled selecting the correct timezone. The timezone set withDerick Rethans2005-07-026-23/+103
* Use timelib types.Edin Kadribasic2005-07-011-1/+1
* - parse_date.c is a generated file, updated parse_date.re and regeneratedDerick Rethans2005-07-013-76/+74
* Fixed memory leak.Ilia Alshanetsky2005-06-301-0/+4
* Fix Win32 buildFrank M. Kromann2005-06-302-1/+4
* Fix ZTS buildFrank M. Kromann2005-06-301-1/+1
* Fixed compiler warnings.Ilia Alshanetsky2005-06-301-34/+34
* Fixed memory leak on error inside php_date().Ilia Alshanetsky2005-06-301-2/+3
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-3011-51/+329
* - Make the Netware guys happy by removing the config.nw.h define.Derick Rethans2005-06-301-2/+0
* - Reorganize headers, and update TODO.Derick Rethans2005-06-297-14/+6
* - Added support for negative timestamps with the @<number> format. (Patch byDerick Rethans2005-06-294-112/+137
* - Make sure the already set "TZ" environment doesn't mess up the tests.Derick Rethans2005-06-292-0/+2
* - Added testcases for bug #14561 and #26090 and updated NEWS with thoseDerick Rethans2005-06-282-0/+25
* - Fixed bug #33415 and added test cases for #33414 and #33415.Derick Rethans2005-06-285-0/+819
* - Fixed bug #33433 (strtoll not available on Tru64).Derick Rethans2005-06-284-80/+100
* - Implemented binary search for timezone abbreviations and timezone identifierDerick Rethans2005-06-285-399/+449
* - Fixed Rasmus' problem with Jan.14, 2004.Derick Rethans2005-06-213-3325/+3365
* - Update TODO.Derick Rethans2005-06-201-2/+4
* - Make this work on big endian systems too.Derick Rethans2005-06-201-0/+7
* - Added AC_TIMELIB_C_BIGENDIANfoobar2005-06-201-0/+28
* - Update news with implemented FRs and added test for those FRs.Derick Rethans2005-06-205-0/+56