Commit Graph

516 Commits

Author SHA1 Message Date
Jani Taskinen
7f6657c243 - Fixed bug #48247 (PHP crashes on errors during startup)
#
# This was sum of many little things:
# 1. Wrong assumption made in order_by_dep.awk on the ordering
#    (that script was done prior to adding runtime deps..?)
# 2. request shutdown calls weren't done in reverse order like all other
#    shutdown funcs are called.
# 3. config0.m4 rename is necessary for keeping things simple.
#
2009-05-13 00:45:57 +00:00
Ilia Alshanetsky
20b2bca46a MFB: Fixed compiler warning due to llabs() function 2009-05-05 12:34:03 +00:00
Pierre Joye
5563390ed6 - cleaner fix 2009-05-04 17:11:39 +00:00
Pierre Joye
33a27b036b - fix build 2009-05-04 16:29:09 +00:00
Derick Rethans
1d7ce8919e - Added timezone_version_get() to retrieve the version of the used timezone
database.
2009-05-03 19:57:35 +00:00
Derick Rethans
9efb9daffe - Fixed bug #45682 (Unable to var_dump(DateInterval)). 2009-05-03 18:45:06 +00:00
Derick Rethans
e630833ba6 - Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
- Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
2009-05-03 18:21:52 +00:00
Derick Rethans
45d8a45e1b - Added test for (bogus) bug #48097. 2009-05-03 14:28:16 +00:00
Derick Rethans
a413dd0e3a - Updated to version 2009.7 (2009g) 2009-04-29 11:11:52 +00:00
Kalle Sommer Nielsen
3386794feb Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime) 2009-04-27 14:21:57 +00:00
Nuno Lopes
f430db2814 MFB: fix strict aliasing issues 2009-04-25 16:42:24 +00:00
andy wharmby
05f4a87a0a PHP 6 version of a new date test missed from earlier drop 2009-04-22 10:42:23 +00:00
Derick Rethans
bfc0a87a0d - Updated to version 2009.6 (2009f) 2009-04-13 13:40:49 +00:00
Felipe Pena
2582b6ca24 - Added test 2009-04-08 00:29:55 +00:00
Felipe Pena
b002104e72 - Fixed bug #46108 (DateTime - Memory leak when unserializing) 2009-04-07 20:03:01 +00:00
Derick Rethans
3f1194a622 - Updated to version 2009.5 (2009e) 2009-04-06 13:26:32 +00:00
andy wharmby
369c5701e2 Fix date tests which started failing after change to BST 2009-03-30 12:35:29 +00:00
Hannes Magnusson
fe23a6b147 Fix protos 2009-03-27 19:22:18 +00:00
Felipe Pena
b474e18f6c - Removed unused variables 2009-03-26 22:16:48 +00:00
Felipe Pena
8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Derick Rethans
f7943572c1 - Updated to version 2009.4 (2009d) 2009-03-23 21:39:21 +00:00
Derick Rethans
7d259905cd - Updated to version 2009.3 (2009c) 2009-03-22 11:49:32 +00:00
Antony Dovgal
92f17edda7 set return_len to 0 when returning empty string and fix segfault 2009-03-20 08:38:42 +00:00
andy wharmby
8558435556 New tests for various date extension functions. Tested on Windows, Linux and linux 64 2009-03-18 23:35:10 +00:00
andy wharmby
124fc28089 New tests for date extension DateTime methods Tested on Windows, Linux and linux 64 2009-03-18 11:32:56 +00:00
andy wharmby
84bd22c4ee New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64 2009-03-18 11:13:01 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Antony Dovgal
7eb808f802 fix tests 2009-03-01 21:26:47 +00:00
Antony Dovgal
fac1ac55c9 fix test 2009-01-28 12:58:50 +00:00
Derick Rethans
0e1277e317 - Elevate no-tz setting made from E_STRICT to E_WARNING.
#- [DOC]
2009-01-27 13:44:38 +00:00
andy wharmby
a282ccc130 New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit 2009-01-22 18:47:47 +00:00
andy wharmby
f0c173aa35 New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-22 14:11:14 +00:00
andy wharmby
c8043b2ab3 Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit 2009-01-22 13:50:48 +00:00
Derick Rethans
83e9d1c253 - Updated to version 2009.1 (2009a) 2009-01-21 15:24:58 +00:00
Sanjay Mantoor
23f3a4428a New testcases for strftime function 2009-01-21 10:49:41 +00:00
Antony Dovgal
373782999e fix typo 2009-01-14 16:33:26 +00:00
andy wharmby
4d84966e05 Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit. 2009-01-14 16:27:29 +00:00
andy wharmby
41595b45f6 Fix new date tests. Tested on Windows, Linux and Linux 64 bit 2009-01-13 22:29:14 +00:00
andy wharmby
1075672e44 New date extension tests. Tested on Windows, Linux and Linux 64 bit 2009-01-13 13:38:05 +00:00
Sanjay Mantoor
44fd24fe0f New testcases for localtime function 2009-01-09 05:10:33 +00:00
Felipe Pena
d23d2f358c - Fixed tests 2009-01-05 17:53:53 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Derick Rethans
ba76cf017e - Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
2008-12-18 20:32:44 +00:00
Derick Rethans
ad6f6c9a52 - Fixed bug #46889: Memory leak in strtotime(). 2008-12-18 14:54:51 +00:00
Derick Rethans
e17e4cb658 - Fixed test-case. 2008-12-18 14:53:46 +00:00
Ilia Alshanetsky
84ab9aa404 MFB: Fix a small portion of memory leak in bug #46889 2008-12-17 21:32:40 +00:00
Johannes Schlüter
3c58e71e74 Fix test 2008-12-13 22:22:40 +00:00
Pierre Joye
81b283cc38 - fix build (was never used like that before recent commit to session) > local include use quotes not <>
(nb: please test before commit)
2008-12-11 13:11:56 +00:00
Pierre Joye
086c314171 - silent conversion warnings as it is not going to be "fixed" any time soon, removing false positive alerts. noise--; 2008-12-09 14:28:35 +00:00
Sanjay Mantoor
911adb13bb New testcases for idate function 2008-12-08 10:41:47 +00:00