#
6e6bd72e |
| 08-Mar-2002 |
Sander Roobol |
(php_date) Fixed 'r' modifier to always return two digits for the day value (see RFC 822) (#15952).
|
#
800e8af4 |
| 04-Mar-2002 |
Stanislav Malyshev |
cygwin fix
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
fe6e7058 |
| 20-Jan-2002 |
Markus Fischer |
- Fix crash with invalid localtime on Win32 systems.
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2 |
|
#
f111b84e |
| 07-Nov-2001 |
James Moore |
@ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore)
|
#
a67459f5 |
| 03-Nov-2001 |
James Moore |
@ - Fix bug 13885 (gmdate timezone handling on windows) (jmoore) - relying on timezone and tzname isnt OK for gmdate etc, the only behaviour that might not be right is the handling of T f
@ - Fix bug 13885 (gmdate timezone handling on windows) (jmoore) - relying on timezone and tzname isnt OK for gmdate etc, the only behaviour that might not be right is the handling of T formatter under gmdate should it return the machines timezone or GMT Standard Time??
show more ...
|
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
6cfba2a3 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
2nd phase in back-substitution those macro's I've got pretty much everything now...
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2, php-4.0.7RC1 |
|
#
49e45baf |
| 13-Aug-2001 |
Zeev Suraski |
- Fix API - Update NEWS
|
Revision tags: BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6 |
|
#
a367c39c |
| 20-Jun-2001 |
Colin Viebrock |
date('W') now returns week of year (ISO 8601)
|
Revision tags: php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5 |
|
#
b8ad2e84 |
| 29-Apr-2001 |
Derick Rethans |
- 'Fix' for bug #10145
|
Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
b37b5f93 |
| 24-Feb-2001 |
Sascha Schumann |
Don't assume that tzname exists, if tm_zone does not exist. PR: #9380
|
#
4877d13f |
| 09-Feb-2001 |
Rasmus Lerdorf |
What the heck is CUT? Assume someone meant UTC here. And fix a warning.
|
#
4ea7ba79 |
| 18-Jan-2001 |
Andrei Zmievski |
@- Fixed 'O' and 'r' flags of date() to have correct sign for timezone @ offset. (Andrei)
|
#
ccd94c48 |
| 17-Jan-2001 |
Andrei Zmievski |
@- Changed 'Z' flag to date() to always return timezone offset with @ negative sign if it's west of UTC. (Andrei)
|
#
00db616a |
| 14-Jan-2001 |
David Croft |
reserve space for quoted characters fixes buffer overrun bug #8694
|
Revision tags: php-4.0.4pl1 |
|
#
2b3d9d7e |
| 10-Jan-2001 |
David Croft |
fixed swatch internet time (bugs#8242,7106)
|
#
0afe88cb |
| 10-Jan-2001 |
David Croft |
Allocate buffer in date() for the actual length of the timezone (bug#8292)
|
Revision tags: php-4.0.4pl1RC2 |
|
#
be5cfa60 |
| 05-Jan-2001 |
Daniel Beulshausen |
fixed date not allocating enough buffer, bug 7963
|