Revision tags: php-4.0.4pl1RC1 |
|
#
a35b9c45 |
| 02-Jan-2001 |
Rasmus Lerdorf |
Fix date('r') overflow @Fix date('r') overflow
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
4078b3cf |
| 08-Dec-2000 |
Sascha Schumann |
Namespace protect parse_date interface and implementation
|
Revision tags: php-4.0.4RC3 |
|
#
b69dd89d |
| 11-Nov-2000 |
Chuck Hagenbuch |
RFC822 does specify two digit years, but practically every decent mail client I could check is using 4-digit years these days.
|
#
2a5f8a89 |
| 09-Nov-2000 |
Colin Viebrock |
some changes, and added 'r' flag which generates an RFC822 compatible date string.
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
436ca5d9 |
| 03-Sep-2000 |
foobar |
@- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani) # Bug #6254
|
#
a6669108 |
| 03-Sep-2000 |
foobar |
Fixed bug #6409. # And propably numerous other..? Either I am wrong or the documentation is.
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
8e0ae5d1 |
| 21-Aug-2000 |
Sascha Schumann |
Cleaning up some mess
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
f194a3a2 |
| 01-Aug-2000 |
Hartmut Holzgraefe |
protect datetime() against all zero inputs ...
|
#
1d0ae2cd |
| 14-Jul-2000 |
Rasmus Lerdorf |
Use dashes and short day name in cookies since some browsers seem picky about this @ Use dashes and short day name in cookies since some browsers seem picky @ about this (Rasmus)
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
4604031b |
| 04-Jul-2000 |
Mike Waychison |
(PHP date) Added new 'O' format modifier for printing out the GMT Offset in the same manner as emails have in their Date: header. The format is similar to [+-]HHMM of o
(PHP date) Added new 'O' format modifier for printing out the GMT Offset in the same manner as emails have in their Date: header. The format is similar to [+-]HHMM of offset. @- Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM" @ (eg: Pacific time is -0700). This is useful for things such as Date: mail @ headers. # Um, this should have existed LONG time ago... much better than that gmt # offset in seconds modifier :)
show more ...
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
2deed22e |
| 25-Jun-2000 |
Egon Schmid |
Now its a todo.
|
#
e48192fb |
| 15-Jun-2000 |
Andrei Zmievski |
Use hardcoded 3600 seconds offset instead of altzone which may not be present on all systems.
|
#
59b455cf |
| 15-Jun-2000 |
Andrei Zmievski |
@- Updated strtotime() to handle many more formats. It now has complete @ feature parity with GNU date command. (Andrei)
|
#
9ded807a |
| 14-Jun-2000 |
Hartmut Holzgraefe |
return FALSE from strftime on negative timestamp values they do not make sense anyway and seem to crash win2k
|
#
f38e760c |
| 14-Jun-2000 |
Rasmus Lerdorf |
Refine checkdate() fix to accept numeric strings and floating point as well
|
#
0b5ca3f7 |
| 14-Jun-2000 |
Rasmus Lerdorf |
Require the year arg to checkdate to be an integer - fix for bug #5034 @Require the year arg to checkdate to be an integer (Rasmus)
|
#
35702580 |
| 09-Jun-2000 |
Andrei Zmievski |
@- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
fb39eda0 |
| 27-May-2000 |
Hartmut Holzgraefe |
a second (cleaner?) try on warnings about unsupported functions
|
#
afccb586 |
| 27-May-2000 |
Andi Gutmans |
- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
|
#
69d1e788 |
| 26-May-2000 |
Hartmut Holzgraefe |
if a module provides a function it should also do so if the function is not functional due to configure findings the function should offer a meaningful warning if it is not supported inst
if a module provides a function it should also do so if the function is not functional due to configure findings the function should offer a meaningful warning if it is not supported instead of just beeing undefined i had already changed this in 'gd', now this is doing it for 'standard'
show more ...
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
d0f3764e |
| 04-May-2000 |
Sascha Schumann |
Change reentrancy API to always use the php prefix. Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
|
#
1a8dfac5 |
| 28-Mar-2000 |
Egon Schmid |
Sterling, only one line for the short descritption, even it is massiv.
|
#
74d30dff |
| 28-Mar-2000 |
Sterling Hughes |
*** empty log message ***
|