#
9d1f2f30 |
| 12-Sep-2005 |
Dmitry Stogov |
Fixed bug #34199 (if($obj)/if(!$obj) inconsistency) |
#
90236679 |
| 12-Sep-2005 |
Dmitry Stogov |
Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed) |
Revision tags: RELEASE_1_0RC1 |
|
#
9305339d |
| 09-Sep-2005 |
Dmitry Stogov |
Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). |
#
b5e2cc51 |
| 08-Sep-2005 |
Ilia Alshanetsky |
MFH: Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()). |
#
7f293b91 |
| 07-Sep-2005 |
Ilia Alshanetsky |
MFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16 |
Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE |
|
#
020f1ba9 |
| 05-Sep-2005 |
foobar |
MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec) |
#
1ee421ff |
| 05-Sep-2005 |
foobar |
BFN |
Revision tags: php-5.0.5 |
|
#
6bc12668 |
| 02-Sep-2005 |
foobar |
reorder |
#
bd30309d |
| 02-Sep-2005 |
foobar |
BFN |
#
32173222 |
| 02-Sep-2005 |
Derick Rethans |
- Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day). |
#
170ef60d |
| 02-Sep-2005 |
foobar |
- Moved exts to PECL |
#
6319efa0 |
| 02-Sep-2005 |
Dmitry Stogov |
Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) |
#
5f880990 |
| 01-Sep-2005 |
Ilia Alshanetsky |
MFH: Fixed bug #34331 (php crashes when variables_order is empty). |
#
64cfbf53 |
| 01-Sep-2005 |
foobar |
MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty) |
#
4f161fe2 |
| 01-Sep-2005 |
Dmitry Stogov |
Fixed bug #34137 (assigning array element by reference causes binary mess) |
#
9057102e |
| 01-Sep-2005 |
Derick Rethans |
- MFH: Fixed bug #33414 (Comprehensive list of incorrect days returned after strtotime() / date() tests). |
#
e615889d |
| 01-Sep-2005 |
Dmitry Stogov |
Fixed bug #34277 (array_filter() crashes with references and objects) |
#
5253ea11 |
| 01-Sep-2005 |
foobar |
NSF |
#
40f971b5 |
| 01-Sep-2005 |
Dmitry Stogov |
Fixed bug #34310 (foreach($arr as $c->d => $x) crashes) |
#
248345d9 |
| 01-Sep-2005 |
Dmitry Stogov |
Support for class constants and static members for internal classes |
#
156a899e |
| 01-Sep-2005 |
Ilia Alshanetsky |
MFH: Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars) |
#
b08c3d88 |
| 31-Aug-2005 |
foobar |
- Moved ext/oracle to PECL |
#
307ec8ec |
| 31-Aug-2005 |
foobar |
MFH:- Fixed bug #34306 (wddx_serialize_value() crashes with long array keys) |
#
9230473c |
| 31-Aug-2005 |
Derick Rethans |
- Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number). |
#
43f63e47 |
| 30-Aug-2005 |
Ilia Alshanetsky |
MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function). |