History log of /PHP-8.3/ext/date/php_date.c (Results 551 – 575 of 792)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0bb08c61 12-May-2010 Michael Wallner

Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)


# 336e9579 20-Apr-2010 Dmitry Stogov

Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)


# e7d3ec6d 20-Apr-2010 Dmitry Stogov

Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


# 4da75af2 10-Apr-2010 Derick Rethans

- Expose date-extension object creation externally.
- Expose DateTime object initialisation externally.


# 02e46447 07-Mar-2010 Derick Rethans

- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).


# 156d780c 07-Mar-2010 Derick Rethans

- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
is created from an ISO string).


# f1286280 07-Mar-2010 Derick Rethans

- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# da94f073 11-Feb-2010 Pierre Joye

- fix php_date_llabs declaration


# 5a43f269 10-Feb-2010 Derick Rethans

- Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
#- Was already partly fixed with my previous commit.


# 8ac4d119 10-Feb-2010 Derick Rethans

- Added a test case for bug #45866
- Fixed tests: oo_002, bug46268
- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
versions).
- Make sure faulty strings pa

- Added a test case for bug #45866
- Fixed tests: oo_002, bug46268
- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
versions).
- Make sure faulty strings passed to DateTime::modify() notify the user.
- Revert fix for bug #50392 as it was fixed wrongly without a proper test case.
- Fixed a bug with the 'r' formatting function as the default buffer size that
was allocated only fit 4 digit years.

show more ...


Revision tags: php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 2e5546d7 28-Nov-2009 Jani Taskinen

- Fixed bug #50266 (conflicting types for llabs)


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3
# 89fec084 27-Oct-2009 Pierre Joye

- #48752, crash during date parsing with invalid date


Revision tags: php-5.3.1RC2, oci8-1.4.0
# ffb07732 05-Oct-2009 Dmitry Stogov

Fixed bug #49627 (error_log to specified file does not log time according to date.timezone)


# 5afa8a23 26-Sep-2009 Rasmus Lerdorf

Refix bug #49558 as per bug #49676


Revision tags: php-5.2.11
# d032060e 15-Sep-2009 Rasmus Lerdorf

Fix bug #49558
And as Colin mentioned in the bug report, this means date_sunrise()
and date_sunset() have been off by 26 seconds in most cases until now.


Revision tags: php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# d46ca6d3 05-Aug-2009 Kalle Sommer Nielsen

MFH: Fixed compiler warnings in ext/date


# 9dfb40ea 30-Jun-2009 Derick Rethans

- MFH: Fixed bug #47351 (Memory leak in DateTime).


Revision tags: php-5.3.0
# 63543769 25-Jun-2009 Johannes Schlüter

MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia)


# 1c4dafd8 22-Jun-2009 Ilia Alshanetsky

Revert unrelated bits to the previous commit


# bc8e3574 22-Jun-2009 Ilia Alshanetsky

MFB: Fixed bug #48636 (Error compiling of ext/date on netware).


# 25715c76 21-Jun-2009 Scott MacVicar

MFH Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value.


# b293b35e 21-Jun-2009 Hannes Magnusson

Fix proto and arginfo


Revision tags: php-5.3.0RC4
# b685def1 17-Jun-2009 Hannes Magnusson

MFB5.2: "Make this happy on gcc2"


1...<<21222324252627282930>>...32