#
27caee32 |
| 07-Jul-2005 |
foobar |
reorder. Also: Documentation belongs elsewhere :) |
#
8de33674 |
| 07-Jul-2005 |
Dmitry Stogov |
Fixed support for shared extensions on AIX |
#
aa5084d1 |
| 05-Jul-2005 |
Derick Rethans |
- Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). (Derick) |
#
c9336342 |
| 05-Jul-2005 |
Ilia Alshanetsky |
Fixed crash inside stream_get_line() when length parameter equals 0. |
#
17b877a7 |
| 05-Jul-2005 |
Derick Rethans |
- Fixed memory corruption in pg_copy_from() in case the as_null parameter was passed. (Derick) |
#
d647e000 |
| 04-Jul-2005 |
Dmitry Stogov |
Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed) |
#
1d33a3e9 |
| 04-Jul-2005 |
Dmitry Stogov |
Fixed bug #31158 (array_splice on $GLOBALS crashes) |
#
346c0909 |
| 04-Jul-2005 |
Derick Rethans |
- Fixed bug #33562 (date("") crashes). |
#
422f14cb |
| 03-Jul-2005 |
Derick Rethans |
- Fixed bug #33536 (strtotime defaults to now even on non time string). |
#
0ef991e5 |
| 03-Jul-2005 |
Derick Rethans |
- Fixed bug #33532 (Different output for strftime() and date()). - Re-implemented checkdate(), strftime() and gmstrftime() with the new timelib code. |
#
b440eb4b |
| 03-Jul-2005 |
foobar |
function style |
#
ed02f202 |
| 03-Jul-2005 |
Derick Rethans |
- Fixed bug #30096 (gmmktime does not return the corrent time). - Re-implemented mktime and gmmktime with new date time library. - Added testcase for bug #30096, updated test cases for E_STRI
- Fixed bug #30096 (gmmktime does not return the corrent time). - Re-implemented mktime and gmmktime with new date time library. - Added testcase for bug #30096, updated test cases for E_STRICT warning of is_dst parameter usage for mktime/gmmktime.
show more ...
|
#
6649a16c |
| 02-Jul-2005 |
Edin Kadribasic |
BFN |
#
2b478999 |
| 02-Jul-2005 |
Derick Rethans |
- Overhauled selecting the correct timezone. The timezone set with "date_timezone_set" override the TZ environment variable, which on its turn overrides the date.timezone setting. If none
- Overhauled selecting the correct timezone. The timezone set with "date_timezone_set" override the TZ environment variable, which on its turn overrides the date.timezone setting. If none of the three is set, we fallback to UTC. - Added "date_timezone_set" function to set the timezone that the date functions will use.
show more ...
|
Revision tags: php-4.4.0RC2 |
|
#
138b4435 |
| 30-Jun-2005 |
Ilia Alshanetsky |
Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). |
#
e155585e |
| 30-Jun-2005 |
Derick Rethans |
- Reimplemented date and gmdate with new timelib code. - Removed old date/gmdate implementations. - Moved date() related testcases to ext/date/tests. - Implemented bug #33452. - Fixed
- Reimplemented date and gmdate with new timelib code. - Removed old date/gmdate implementations. - Moved date() related testcases to ext/date/tests. - Implemented bug #33452. - Fixed testcase for bug #27719 - there is no timezone called "EST5DST".
show more ...
|
#
c6cbbdb3 |
| 30-Jun-2005 |
Ilia Alshanetsky |
SQLite lib upgrade news. |
#
a8949a5f |
| 28-Jun-2005 |
Derick Rethans |
- Added testcases for bug #14561 and #26090 and updated NEWS with those fixed bug nr's. |
#
7e58c960 |
| 28-Jun-2005 |
Derick Rethans |
- Fixed bug #33415 and added test cases for #33414 and #33415. |
#
dcca4db0 |
| 28-Jun-2005 |
Derick Rethans |
- Fixed bug #33433 (strtoll not available on Tru64). |
#
c06fbbf0 |
| 28-Jun-2005 |
foobar |
BFN |
#
3137e1e4 |
| 28-Jun-2005 |
Brian France |
Added a SG(server_context) NULL check to php_apache_getenv. This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet. You wil
Added a SG(server_context) NULL check to php_apache_getenv. This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet. You will end up with a value of ":/foo", but at least it will not crash now.
show more ...
|
#
1ac5cf87 |
| 27-Jun-2005 |
foobar |
- Fixed bug #33469 (Compile error undefined reference to ifx_checkAPI). |
#
46fcf913 |
| 27-Jun-2005 |
Antony Dovgal |
BFN |
#
498595a1 |
| 26-Jun-2005 |
Ilia Alshanetsky |
Fixed bug #33475 (cURL handle is not closed on curl_close(). |