Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops... 1 digit is allowed too! Reverting my fix. | Sander Roobol | 2002-03-09 | 1 | -2/+2 |
| | |||||
* | (php_date) Fixed 'r' modifier to always return two digits for the day | Sander Roobol | 2002-03-08 | 1 | -2/+2 |
| | | | | | value (see RFC 822) (#15952). | ||||
* | cygwin fix | Stanislav Malyshev | 2002-03-04 | 1 | -0/+8 |
| | |||||
* | - Fix crash with invalid localtime on Win32 systems. | Markus Fischer | 2002-01-20 | 1 | -1/+5 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | @ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore) | James Moore | 2001-11-07 | 1 | -3/+2 |
| | |||||
* | @ - Fix bug 13885 (gmdate timezone handling on windows) (jmoore) | James Moore | 2001-11-03 | 1 | -7/+18 |
| | | | | | | | - 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?? | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -13/+13 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -64/+64 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | - Fix API | Zeev Suraski | 2001-08-13 | 1 | -1/+1 |
| | | | | | - Update NEWS | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -10/+10 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | date('W') now returns week of year (ISO 8601) | Colin Viebrock | 2001-06-20 | 1 | -1/+13 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+15 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - 'Fix' for bug #10145 | Derick Rethans | 2001-04-29 | 1 | -0/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Don't assume that tzname exists, if tm_zone does not exist. | Sascha Schumann | 2001-02-24 | 1 | -2/+2 |
| | | | | | PR: #9380 | ||||
* | What the heck is CUT? Assume someone meant UTC here. And fix a | Rasmus Lerdorf | 2001-02-09 | 1 | -2/+2 |
| | | | | | warning. | ||||
* | @- Fixed 'O' and 'r' flags of date() to have correct sign for timezone | Andrei Zmievski | 2001-01-18 | 1 | -2/+2 |
| | | | | | @ offset. (Andrei) | ||||
* | @- Changed 'Z' flag to date() to always return timezone offset with | Andrei Zmievski | 2001-01-17 | 1 | -1/+1 |
| | | | | | @ negative sign if it's west of UTC. (Andrei) | ||||
* | reserve space for quoted characters | David Croft | 2001-01-14 | 1 | -0/+1 |
| | | | | | fixes buffer overrun bug #8694 | ||||
* | fixed swatch internet time (bugs#8242,7106) | David Croft | 2001-01-10 | 1 | -1/+4 |
| | |||||
* | Allocate buffer in date() for the actual length of the timezone (bug#8292) | David Croft | 2001-01-10 | 1 | -1/+7 |
| | |||||
* | fixed date not allocating enough buffer, bug 7963 | Daniel Beulshausen | 2001-01-05 | 1 | -1/+1 |
| | |||||
* | Fix date('r') overflow | Rasmus Lerdorf | 2001-01-02 | 1 | -1/+1 |
| | | | | | @Fix date('r') overflow | ||||
* | Namespace protect parse_date interface and implementation | Sascha Schumann | 2000-12-08 | 1 | -2/+2 |
| | |||||
* | RFC822 does specify two digit years, but practically every decent mail | Chuck Hagenbuch | 2000-11-11 | 1 | -5/+5 |
| | | | | | client I could check is using 4-digit years these days. | ||||
* | some changes, and added 'r' flag which generates an RFC822 compatible date ↵ | Colin Viebrock | 2000-11-09 | 1 | -5/+38 |
| | | | | string. | ||||
* | @- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani) | foobar | 2000-09-03 | 1 | -2/+2 |
| | | | | | # Bug #6254 | ||||
* | Fixed bug #6409. | foobar | 2000-09-03 | 1 | -3/+0 |
| | | | | | # And propably numerous other..? Either I am wrong or the documentation is. | ||||
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -2/+2 |
| | |||||
* | protect datetime() against all zero inputs ... | Hartmut Holzgraefe | 2000-08-01 | 1 | -0/+11 |
| | |||||
* | Use dashes and short day name in cookies since some browsers seem picky | Rasmus Lerdorf | 2000-07-14 | 1 | -2/+2 |
| | | | | | | | about this @ Use dashes and short day name in cookies since some browsers seem picky @ about this (Rasmus) | ||||
* | (PHP date) Added new 'O' format modifier for printing out the GMT Offset in | Mike Waychison | 2000-07-04 | 1 | -0/+11 |
| | | | | | | | | | | | 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 :) | ||||
* | Now its a todo. | Egon Schmid | 2000-06-25 | 1 | -2/+2 |
| | |||||
* | Use hardcoded 3600 seconds offset instead of altzone which may not be present | Andrei Zmievski | 2000-06-15 | 1 | -6/+5 |
| | | | | | on all systems. | ||||
* | @- Updated strtotime() to handle many more formats. It now has complete | Andrei Zmievski | 2000-06-15 | 1 | -22/+25 |
| | | | | | @ feature parity with GNU date command. (Andrei) | ||||
* | return FALSE from strftime on negative timestamp values | Hartmut Holzgraefe | 2000-06-14 | 1 | -0/+3 |
| | | | | | they do not make sense anyway and seem to crash win2k | ||||
* | Refine checkdate() fix to accept numeric strings and floating point as well | Rasmus Lerdorf | 2000-06-14 | 1 | -3/+7 |
| | |||||
* | Require the year arg to checkdate to be an integer - fix for bug #5034 | Rasmus Lerdorf | 2000-06-14 | 1 | -0/+3 |
| | | | | | @Require the year arg to checkdate to be an integer (Rasmus) | ||||
* | @- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei) | Andrei Zmievski | 2000-06-09 | 1 | -2/+3 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -8/+8 |
| | |||||
* | a second (cleaner?) try on warnings about unsupported functions | Hartmut Holzgraefe | 2000-05-27 | 1 | -10/+1 |
| | |||||
* | - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these | Andi Gutmans | 2000-05-27 | 1 | -2/+2 |
| | | | | | - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD() | ||||
* | if a module provides a function it should also do so if the function | Hartmut Holzgraefe | 2000-05-26 | 1 | -1/+10 |
| | | | | | | | | 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' | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -8/+8 |
| | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | ||||
* | Sterling, only one line for the short descritption, even it is massiv. | Egon Schmid | 2000-03-28 | 1 | -4/+2 |
| |