Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.67.2'. | SVN Migration | 2001-08-13 | 1 | -832/+0 |
| | |||||
* | - 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 |
| | |||||
* | *** empty log message *** | Sterling Hughes | 2000-03-28 | 1 | -10/+49 |
| | |||||
* | *** empty log message *** | Sterling Hughes | 2000-03-28 | 1 | -0/+57 |
| | |||||
* | Slight change for time on the return side. | Sterling Hughes | 2000-03-27 | 1 | -2/+6 |
| | | | | | @-Added 'I' switch to test whether or not DST is active. | ||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 |
| | | | | | PR: #3786 | ||||
* | Make 4-diogit date RFC 2068 compliant | Zeev Suraski | 2000-02-25 | 1 | -2/+2 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | (PHP mktime) Added windowing support for 0..70 | Sascha Schumann | 2000-01-31 | 1 | -2/+6 |
| | | | | | | @- mktime interprets years in the range 0-70 now as 2000-2070. You can @ continue to specify the complete year (i.e. 1920) (Sascha) | ||||
* | Remove second (equal) definition of isleap() | Sascha Schumann | 2000-01-01 | 1 | -1/+0 |
| | |||||
* | Declare timezone only, if the system fails to do so. | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| |