History log of /PHP-5.6/ext/date/lib/parse_date.c (Results 51 – 75 of 175)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.7RC1
# 6f56bf1c 05-Jun-2011 Hannes Magnusson

Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)


# 10da2515 05-Jun-2011 Hannes Magnusson

Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)


# 938d066d 05-Jun-2011 Hannes Magnusson

Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)


# 301eda5b 28-Mar-2011 Nuno Lopes

MFB (r309775): fix last commit


# 9aec0c68 28-Mar-2011 Nuno Lopes

fix last commit:
- fix code coverage build
- spread static love


# 68811c47 21-Mar-2011 Adam Harvey

Fix bug #54316 (DateTime::createFromFormat does not handle trailing '|'
correctly).


# e1c16f11 21-Mar-2011 Adam Harvey

Fix bug #54316 (DateTime::createFromFormat does not handle trailing '|'
correctly).


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5, php-5.2.16
# 8ece8ad3 12-Dec-2010 Derick Rethans

- Added the + modifier to parseFromFormat to allow trailing text in the
string to parse without throwing an error.
#- Patch by Stas, test case by me.


Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 28b41c81 13-Nov-2010 Derick Rethans

- MFH: Added support for the ( and ) delimiters/separators to
DateTime::createFromFormat().
- Regenerated the parsers for HEAD and PHP_5_3.


# 8ca9251c 13-Nov-2010 Derick Rethans

- MFH: Added support for the ( and ) delimiters/separators to
DateTime::createFromFormat().
- Regenerated the parsers for HEAD and PHP_5_3.


# 1fc5e47f 30-Aug-2010 Derick Rethans

- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)


# bb8ec8d6 30-Aug-2010 Derick Rethans

- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# e71ee333 13-Jul-2010 Kalle Sommer Nielsen

Fixed bug #51943 (Several files are out of ANSI spec)

# Based on patch by CoreyStup at gmail dot com


# aeb1dc7c 13-Jul-2010 Kalle Sommer Nielsen

Fixed bug #51943 (Several files are out of ANSI spec)

# Based on patch by CoreyStup at gmail dot com


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 53cfb3d5 26-Mar-2010 Adam Harvey

Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone).


# a2edb7f6 26-Mar-2010 Adam Harvey

Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone).


# 3025ca8e 07-Mar-2010 Derick Rethans

- Fixed bug #46111 (Some timezone identifiers can not be parsed).


# 2d2e0274 07-Mar-2010 Derick Rethans

- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
character).


# 13e0d47c 06-Mar-2010 Derick Rethans

- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
parsing date strings).
- For 5.2 I just added the test case minus new 5.3 additions.


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# 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
# 1ee6c827 07-Jan-2010 Ilia Alshanetsky

Fixed bug #50680 (strtotime() does not support eighth ordinal number).


Revision tags: php-5.3.2RC1, php-5.2.12
# d0f6848e 15-Dec-2009 Ilia Alshanetsky

Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character)


Revision tags: php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 24b973ca 29-Jul-2009 Derick Rethans

- Fixed bug #45554 (Inconsistent behavior of the u format char).


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, NEWS
# aea378c9 18-Dec-2008 Derick Rethans

- MFH: Fixed bug #46889: Memory leak in strtotime().


Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# f2720ecc 06-Nov-2008 Derick Rethans

- MFH: Export DateTime and DateTimeZone class entries so that external
extensions can make use of it as well.


1234567