Anatoliy Belsky
|
6f8fae606b
|
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug 61685 putenv('TZ=UTC') doesn't update timezone for localtime()
|
2012-04-28 11:44:54 +02:00 |
|
Matt Ficken
|
dc6d283b1c
|
Fix bug 61685 putenv('TZ=UTC') doesn't update timezone for localtime()
|
2012-04-28 11:42:42 +02:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Stanislav Malyshev
|
d81ea16ef1
|
Changed silent conversion of array to string to produce a notice. (Patrick)
|
2011-10-21 06:08:47 +00:00 |
|
Gustavo André dos Santos Lopes
|
cb33a3a2c0
|
- Oops missed return. Also improved the readability of a test.
|
2011-09-27 11:43:07 +00:00 |
|
Gustavo André dos Santos Lopes
|
736ada5931
|
- Oops missed return. Also improved the readability of a test.
|
2011-09-27 11:43:07 +00:00 |
|
Gustavo André dos Santos Lopes
|
74cc4c8cc6
|
- Added tests and NEWS for r306475; see bug #55797.
- Removed now redundant previous overflow check, which relied on
undefined behavior (wraparound) and was ignored in optimized builds.
|
2011-09-27 10:57:25 +00:00 |
|
Gustavo André dos Santos Lopes
|
5ae7564890
|
- Added tests and NEWS for r306475; see bug #55797.
- Removed now redundant previous overflow check, which relied on
undefined behavior (wraparound) and was ignored in optimized builds.
|
2011-09-27 10:57:25 +00:00 |
|
Ferenc Kovacs
|
3b4b1a79b6
|
split the ext/calendar/tests/bug53574.phpt into two test, as we expect different result on 32 and 64 bit
|
2011-09-27 00:53:41 +00:00 |
|
Ferenc Kovacs
|
3945c4f9a6
|
split the ext/calendar/tests/bug53574.phpt into two test, as we expect different result on 32 and 64 bit
|
2011-09-27 00:53:41 +00:00 |
|
Gustavo André dos Santos Lopes
|
05389f7752
|
- Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about
another function). NEWS & tests tomorrow.
|
2011-09-26 22:38:21 +00:00 |
|
Gustavo André dos Santos Lopes
|
43f215a463
|
- Fixed bug in SdnToGregorian (see comments on #53574, though that bug is about
another function). NEWS & tests tomorrow.
|
2011-09-26 22:38:21 +00:00 |
|
Christopher Jones
|
4e4ad9aa26
|
Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(1000000000)
|
2011-09-26 19:13:06 +00:00 |
|
Christopher Jones
|
fe6bd56020
|
Use TZ similar to easter_date.phpt else gcov et al give a diff for unixtojd(1000000000)
|
2011-09-26 19:13:06 +00:00 |
|
Ferenc Kovacs
|
f3af205bcb
|
the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to 2452162
|
2011-09-22 21:50:45 +00:00 |
|
Ferenc Kovacs
|
f71b3cdd67
|
the julian date for timestamp 1000000000 is 2452161.5740741, which is rounded to 2452162
|
2011-09-22 21:50:45 +00:00 |
|
Ferenc Kovacs
|
ee0ecceb80
|
it seems that easter_date doesn't use the date.timezone but the TZ environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result.
|
2011-09-22 20:59:10 +00:00 |
|
Ferenc Kovacs
|
0839aee404
|
it seems that easter_date doesn't use the date.timezone but the TZ environment variable, so it passing the return value of easter_date() to date() which uses the date.timezone will create wrong result.
|
2011-09-22 20:59:10 +00:00 |
|
Felipe Pena
|
23e438594d
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:42:53 +00:00 |
|
Felipe Pena
|
4b30846b50
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:35:02 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Gustavo André dos Santos Lopes
|
f13d9c0e03
|
- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
segfault).
|
2010-12-19 23:47:00 +00:00 |
|
Gustavo André dos Santos Lopes
|
433dff36d7
|
- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
segfault).
|
2010-12-19 23:47:00 +00:00 |
|
Adam Harvey
|
97f6da74a1
|
Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original
patch by gpap at internet dot gr.
|
2010-09-09 06:41:23 +00:00 |
|
Adam Harvey
|
c2f2f68692
|
Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original
patch by gpap at internet dot gr.
|
2010-09-09 06:41:23 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Felipe Pena
|
fc2fb50d09
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-11-17 11:28:01 +00:00 |
|
Felipe Pena
|
7a37fa2d6b
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:19:39 +00:00 |
|
Felipe Pena
|
df10005563
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:35:40 +00:00 |
|
Ilia Alshanetsky
|
e6e162bc8e
|
New calendar parsing API
|
2008-02-13 23:50:35 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Dmitry Stogov
|
6c810b0d4c
|
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
2007-09-27 18:00:48 +00:00 |
|
Antony Dovgal
|
074b58b7f1
|
MFH: php_localtime_r() checks
|
2007-06-07 09:07:36 +00:00 |
|
Antony Dovgal
|
c9805e7b92
|
MFH: check return value of *time_r() functions for NULL
|
2007-06-07 08:44:41 +00:00 |
|
Martin Kraemer
|
9c62ddde34
|
Typo
|
2007-03-14 09:58:14 +00:00 |
|
Stanislav Malyshev
|
1fd2039fdd
|
fix snprintf size
#-1 is not needed
|
2007-02-16 18:32:38 +00:00 |
|
Stanislav Malyshev
|
f1728950fe
|
increase hebdate buffer, use snprintf
|
2007-02-16 18:24:16 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Ilia Alshanetsky
|
57a912e828
|
Fixed tests
|
2006-12-04 18:29:49 +00:00 |
|
Hannes Magnusson
|
e94670d4d6
|
MFH tests
|
2006-10-09 16:02:34 +00:00 |
|
Antony Dovgal
|
ddb577b9b8
|
fix test on 64bit machines
|
2006-07-27 08:11:47 +00:00 |
|
Antony Dovgal
|
b491930ef6
|
fix segfault in jdmonthname(), add test
|
2006-07-11 14:16:26 +00:00 |
|
Ilia Alshanetsky
|
ff08705591
|
Removed pointless declarations
|
2006-07-09 23:28:28 +00:00 |
|
Hannes Magnusson
|
3104233019
|
MFH: arginfo, protos, vim folding
|
2006-06-11 01:42:17 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
Antony Dovgal
|
c92ae847c7
|
add missing skipif conditions
fix existing ones
|
2005-12-21 11:42:06 +00:00 |
|
foobar
|
3e669bc950
|
MFH: nuke php3 legacy
|
2005-12-06 02:28:41 +00:00 |
|