#
22f2b206 |
| 28-Nov-2005 |
Ilia Alshanetsky |
Fixed bug #35422 (strtotime() does not parse times with UTC as timezone). |
#
c2ec68ab |
| 28-Nov-2005 |
Ilia Alshanetsky |
Fixed bug #35456 (+ 1 [time unit] format did not work). |
#
26b8b65c |
| 28-Nov-2005 |
foobar |
MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches'). |
#
14594953 |
| 28-Nov-2005 |
Dmitry Stogov |
Fixed bug #35393 (changing static protected members from outside the class, one more reference issue) |
#
d69ab24f |
| 28-Nov-2005 |
foobar |
MFH: - Fixed bug #35381 (ssl library is not initialized properly) |
#
13af4c9a |
| 28-Nov-2005 |
Dmitry Stogov |
Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of soapenc:base64binary fails) |
#
7a05927e |
| 27-Nov-2005 |
Wez Furlong |
BFN |
#
6543134d |
| 27-Nov-2005 |
Antony Dovgal |
MFH: fix #35430 (PDO crashes on incorrect FETCH_FUNC use) |
Revision tags: php-5.1.1 |
|
#
8b443a18 |
| 27-Nov-2005 |
foobar |
Back from future |
#
bd196f4b |
| 27-Nov-2005 |
Ilia Alshanetsky |
Adjust news |
#
93608bf8 |
| 27-Nov-2005 |
Ilia Alshanetsky |
5.1.1 |
#
fc34aa84 |
| 27-Nov-2005 |
foobar |
fix news |
#
e678e7a6 |
| 27-Nov-2005 |
Marcus Boerger |
- BFN |
#
51e3beb4 |
| 27-Nov-2005 |
Rob Richards |
BFN |
#
b3a48855 |
| 27-Nov-2005 |
Ilia Alshanetsky |
Disabled native date class, to prevent pear::date conflict. |
#
33172633 |
| 27-Nov-2005 |
Ilia Alshanetsky |
tokenizer fixes for bug #35382 Bug fixing news |
#
36d62a2f |
| 26-Nov-2005 |
Ilia Alshanetsky |
Bug fixing news |
#
0f3d8acf |
| 26-Nov-2005 |
Marcus Boerger |
- BFN |
#
b6307d10 |
| 26-Nov-2005 |
Antony Dovgal |
MFH: fix #35402 (New date class causes crash in get_object_vars()) |
#
dc0db738 |
| 25-Nov-2005 |
Antony Dovgal |
MFH: fix #35391 (pdo_mysql::exec does not return number of affected rows) |
#
363b0ce1 |
| 25-Nov-2005 |
Ilia Alshanetsky |
Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). |
#
7aa61c31 |
| 24-Nov-2005 |
Marcus Boerger |
- NEWS, NEWS, NEWS |
#
8e49bacf |
| 24-Nov-2005 |
Ilia Alshanetsky |
Fixed bug #35358 (Incorrect error messages for PDO class constants). |
#
a5709811 |
| 24-Nov-2005 |
Dmitry Stogov |
Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash) |
#
f5117c81 |
| 24-Nov-2005 |
Sebastian Bergmann |
MFH: Add an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. |