98 Commits (fcee0869823bd8afffaced80261c8a106de901c5)

Author SHA1 Message Date
Antony Dovgal 38e4fb09e0 fix tsrm build 21 years ago
Antony Dovgal 39379b8f58 rename php_format_date() to date_format() 21 years ago
Antony Dovgal d705522bbe fix #33614 (memory leak in new strftime()) 21 years ago
foobar 71d28a82cf - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar 21 years ago
Derick Rethans a81e8ae358 - Added testcase for bug #33578. 21 years ago
Derick Rethans aa5084d17b - Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). (Derick) 21 years ago
Derick Rethans d75d455737 - Change memory management so that tzinfo structures can live outside time 21 years ago
Derick Rethans bf23d8d2b8 - Renamed date_timezone_set/get() to date_default_timezone_set/get(). 21 years ago
Ilia Alshanetsky 95e3f66299 Make sure the timezone is NULL, if change operation fails. Ex. memory_limit 21 years ago
Derick Rethans 69feece2bc - Fixed logic. 21 years ago
Wez Furlong 1b9b6312c3 Fix win32 build 21 years ago
Derick Rethans 531c8b9f8c - PHPAPI + static don't mix, obviously. 21 years ago
Derick Rethans 6ba4559b51 - Added testcase for bug #33563 which is already fixed. 21 years ago
Derick Rethans 346c090924 - Fixed bug #33562 (date("") crashes). 21 years ago
Derick Rethans effc5f1927 - Do not crash when the abbreviation doesn't exist. 21 years ago
foobar 45ae792d08 - Always create the file with correct paths (gdb likes it better like this) 21 years ago
foobar 19b6ffed3c - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() 21 years ago
Derick Rethans 422f14cb0f - Fixed bug #33536 (strtotime defaults to now even on non time string). 21 years ago
Derick Rethans 8aa3554d19 - Reimplemented time(), getdate() and localtime() functions with new datetime 21 years ago
Derick Rethans 0ef991e5ae - Fixed bug #33532 (Different output for strftime() and date()). 21 years ago
Ilia Alshanetsky dda7692c87 Avoid strlen() if we know the length. 21 years ago
Derick Rethans 34c4ac7bac - Fixed unintialized variable issue. 21 years ago
Derick Rethans 2e9d063814 - Added fallback to system's timezone setting, but marked with an E_STRICT 21 years ago
Derick Rethans d3c83378eb - Move mktime/gmmktime related tests from ext/standard to ext/date. 21 years ago
Derick Rethans ed02f202f0 - Fixed bug #30096 (gmmktime does not return the corrent time). 21 years ago
Derick Rethans 2b47899981 - Overhauled selecting the correct timezone. The timezone set with 21 years ago
Edin Kadribasic e70b3a94f4 Use timelib types. 21 years ago
Derick Rethans e6820914ff - parse_date.c is a generated file, updated parse_date.re and regenerated 21 years ago
Ilia Alshanetsky eab2cdedd3 Fixed memory leak. 21 years ago
Frank M. Kromann 4ae7321f3e Fix Win32 build 21 years ago
Frank M. Kromann 6833acff23 Fix ZTS build 21 years ago
Ilia Alshanetsky f7fe18dde4 Fixed compiler warnings. 21 years ago
Ilia Alshanetsky 7575ef4778 Fixed memory leak on error inside php_date(). 21 years ago
Derick Rethans e155585e6e - Reimplemented date and gmdate with new timelib code. 21 years ago
Derick Rethans 33218e6b24 - Make the Netware guys happy by removing the config.nw.h define. 21 years ago
Derick Rethans e4860af785 - Reorganize headers, and update TODO. 21 years ago
Derick Rethans e7de7ff9e2 - Added support for negative timestamps with the @<number> format. (Patch by 21 years ago
Derick Rethans aa202a7e93 - Make sure the already set "TZ" environment doesn't mess up the tests. 21 years ago
Derick Rethans a8949a5f0e - Added testcases for bug #14561 and #26090 and updated NEWS with those 21 years ago
Derick Rethans 7e58c96022 - Fixed bug #33415 and added test cases for #33414 and #33415. 21 years ago
Derick Rethans dcca4db029 - Fixed bug #33433 (strtoll not available on Tru64). 21 years ago
Derick Rethans 28e76fe7f4 - Implemented binary search for timezone abbreviations and timezone identifier 21 years ago
Derick Rethans d995df614c - Fixed Rasmus' problem with Jan.14, 2004. 21 years ago
Derick Rethans d99e8894ff - Update TODO. 21 years ago
Derick Rethans 610fd92ee7 - Make this work on big endian systems too. 21 years ago
foobar eb9a7a76e6 - Added AC_TIMELIB_C_BIGENDIAN 21 years ago
Derick Rethans 643709eb96 - Update news with implemented FRs and added test for those FRs. 21 years ago
Derick Rethans 1a4535f692 - Implemented FR #29585 (Support week numbers in strtotime()) 21 years ago
Derick Rethans f0d8e67ff5 - Update README, we require 0.9.8 now. 21 years ago
foobar 174e96246b Install headers too 21 years ago