#
f76e0a40 |
| 28-Mar-2000 |
Sterling Hughes |
*** empty log message ***
|
Revision tags: PHP-4.0-RC1 |
|
#
03403406 |
| 27-Mar-2000 |
Sterling Hughes |
Slight change for time on the return side. @-Added 'I' switch to test whether or not DST is active.
|
#
caeaaf4d |
| 12-Mar-2000 |
Sascha Schumann |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786
|
#
99d572ad |
| 25-Feb-2000 |
Zeev Suraski |
Make 4-diogit date RFC 2068 compliant
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
f8e1457b |
| 31-Jan-2000 |
Sascha Schumann |
(PHP mktime) Added windowing support for 0..70 @- mktime interprets years in the range 0-70 now as 2000-2070. You can @ continue to specify the complete year (i.e. 1920) (Sascha)
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
890c1de9 |
| 01-Jan-2000 |
Sascha Schumann |
Remove second (equal) definition of isleap()
|
#
2fd8cbff |
| 01-Jan-2000 |
Sascha Schumann |
Declare timezone only, if the system fails to do so.
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE |
|
#
eb54c032 |
| 20-Dec-1999 |
Evan Klinger |
Ex API
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
1c617361 |
| 26-Nov-1999 |
Sascha Schumann |
Use thread-safe versions of localtime and gmtime
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
37988933 |
| 08-Oct-1999 |
Jouni Ahto |
(PHP gmmktime) Should now give right values. Note that there was never need for the acrobacy adjusting the time for GMT. mktime() fills tm_gmtoff with just the r
(PHP gmmktime) Should now give right values. Note that there was never need for the acrobacy adjusting the time for GMT. mktime() fills tm_gmtoff with just the right offset to add. @- Fixed gmmktime() so that the following should always be true: gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni) # Heh, conforming to the rules anyway...
show more ...
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
ce6db81d |
| 28-Aug-1999 |
Philippe Verdy |
semicolon syntax error
|
#
1dcee0c8 |
| 28-Aug-1999 |
Philippe Verdy |
Bug in gmmktime(): it produced wrong results in New Foundland, Central Australia, India, Iran, and Java, with half-hour timezones.
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
#
98037c42 |
| 02-Aug-1999 |
Andrey Hristov |
Updated proto
|
#
71ffa09f |
| 27-Jul-1999 |
Andi Gutmans |
- strttotime is compiled in on win32 again.
|
#
8f51f72d |
| 26-Jul-1999 |
Andi Gutmans |
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to com
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now.
show more ...
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE |
|
#
d9f6ea2f |
| 24-Jul-1999 |
Rasmus Lerdorf |
Fix broken build
|
#
9dd45ec8 |
| 23-Jul-1999 |
Andrey Hristov |
Ported strtotime() function.
|
Revision tags: php-4.0b1 |
|
#
64dae03e |
| 22-Jul-1999 |
Andrey Hristov |
-Ported all remaining date() options -Made array_walk() work somewhat, but it's not possible to change array values from inside the walk function yet
|
#
3ff606a9 |
| 20-Jul-1999 |
Andrey Hristov |
Added 'n' option to date().
|
#
f8fdee1c |
| 20-Jul-1999 |
Andrey Hristov |
Fix for bug #1750.
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|