summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* MFH: throw exception on invalid parametersHannes Magnusson2006-11-061-2/+2
* MFH: Add "wrong param" warning to strtotime()Hannes Magnusson2006-11-031-1/+1
* MFH: oneliners..Hannes Magnusson2006-11-031-1/+20
* MFH: use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FNHannes Magnusson2006-11-031-15/+15
* - Updated timezone database.Derick Rethans2006-10-171-509/+576
* add for VC buildStanislav Malyshev2006-09-131-0/+1
* MFH: prootsHannes Magnusson2006-09-101-2/+56
* MFH: date_timezone_set() needs both argumentsHannes Magnusson2006-09-101-3/+3
* - MFH: The .c file is generated... so updating the .re file and cleaning up WS.Derick Rethans2006-09-092-8/+10
* MFh: fix #38721 (date_parse() invalid read)Antony Dovgal2006-09-081-7/+9
* - MFH: Added support for the full ISO week number format. (2006-W52-7)Derick Rethans2006-09-062-17451/+17888
* int->zend_bool where possibleNuno Lopes2006-09-051-1/+1
* - attempt to fix #38696Michael Wallner2006-09-031-2/+2
* and add a testNuno Lopes2006-09-011-0/+26
* omg. take #2 to fix the bug. sorry..Nuno Lopes2006-09-011-2/+2
* fix possible crashNuno Lopes2006-09-011-1/+1
* - Upgrade timezone db to 2006k.Derick Rethans2006-08-292-634/+1008
* Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdownIlia Alshanetsky2006-08-221-1/+9
* MFH:Michael Wallner2006-08-152-10/+8
* MFH: add cloning support to DateTime classesMichael Wallner2006-08-142-4/+85
* fix testAntony Dovgal2006-08-021-0/+2
* - update testMichael Wallner2006-08-011-0/+6
* MFH: use library error message on time string parse failureMichael Wallner2006-08-011-1/+3
* MFH:Michael Wallner2006-08-011-2/+16
* MFH:Michael Wallner2006-08-013-37/+138
* Fix DateTime::RSSHannes Magnusson2006-07-282-1/+32
* Fixed bug #38229 (strtotime() does not parse YYYY-MM format).Ilia Alshanetsky2006-07-273-17868/+17495
* - MFH: Rename date classes to DateTime and DateTimeZoneDerick Rethans2006-07-202-3/+3
* break; break; -> break;Antony Dovgal2006-07-201-1/+1
* - Enable all new date functions and classesDerick Rethans2006-07-182-12/+0
* eliminate compile warningsAntony Dovgal2006-07-111-3/+3
* MFH: initialize varsAntony Dovgal2006-07-101-4/+4
* - MFH: Updated timezonedb to version 2006.7.Derick Rethans2006-07-045-1410/+1463
* MFH: arginfo fixesHannes Magnusson2006-07-021-2/+2
* fix test on AIX and SolarisAntony Dovgal2006-06-291-4/+4
* Fix test on linuxHannes Magnusson2006-06-291-2/+2
* mfhHannes Magnusson2006-06-291-2/+6
* revert per Derick requestNuno Lopes2006-06-274-22/+22
* add a couple of static and const keywords, to let the compiler optimize betterNuno Lopes2006-06-274-22/+22
* more testsAntony Dovgal2006-06-275-0/+288
* more date() testsAntony Dovgal2006-06-272-0/+120
* plug leakAntony Dovgal2006-06-231-0/+1
* MFH: add wrappers for timelib_day_of_week_ex()Antony Dovgal2006-06-221-4/+24
* MFH:Antony Dovgal2006-06-221-1/+5
* Fix testHannes Magnusson2006-06-171-0/+2
* change the timezone used (per Derick request)Nuno Lopes2006-06-171-1/+3
* new tests. the .re file coverage increases to 96%. really good :)Nuno Lopes2006-06-163-0/+130
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+8
* MFH: fix typoHannes Magnusson2006-06-111-1/+1
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-19/+137