#
5a362422 |
| 17-Aug-2010 |
Kalle Sommer Nielsen |
Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes) # To not change a PHPAPI in a point release, a new function have been added to support contexts: #
Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes) # To not change a PHPAPI in a point release, a new function have been added to support contexts: # php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that
show more ...
|
#
c204922c |
| 16-Aug-2010 |
Andrey Hristov |
Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd. Fixed tests, so they don't try to use SET NAMES utf16|utf32, as character_set_client can't be set to those (the lexer can't rea
Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd. Fixed tests, so they don't try to use SET NAMES utf16|utf32, as character_set_client can't be set to those (the lexer can't read ucs2, utf16 and utf32). Added support for 4-byte utf8, as found in MySQL 5.5
show more ...
|
#
f8e312ea |
| 16-Aug-2010 |
Andrey Hristov |
Here comes the news |
#
7ca414f5 |
| 16-Aug-2010 |
Dmitry Stogov |
Bug #52361 (Throwing an exception in a destructor causes invalid catching) |
#
842bc947 |
| 14-Aug-2010 |
Ilia Alshanetsky |
Upgraded bundled Sqlite3 to version 3.7.0.1 |
#
c5602787 |
| 14-Aug-2010 |
Ilia Alshanetsky |
MFH: Upgraded bundled PCRE to version 8.10. |
#
e72a69aa |
| 13-Aug-2010 |
Kalle Sommer Nielsen |
Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390) |
#
a6100682 |
| 13-Aug-2010 |
Andrey Hristov |
Fix for bug #52413 MySQLi build failure on OS X |
#
973e134d |
| 13-Aug-2010 |
Andrey Hristov |
Fix for bug #52433 Call to undefined method mysqli::poll() |
#
8deefa87 |
| 11-Aug-2010 |
Kalle Sommer Nielsen |
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) # Trunk patch will follow shortly |
#
658272c9 |
| 10-Aug-2010 |
Felipe Pena |
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault) |
#
0d3d2926 |
| 09-Aug-2010 |
Andrey Hristov |
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT |
#
4281addc |
| 09-Aug-2010 |
Kalle Sommer Nielsen |
Implemented FR #52555 (Ability to get HTTP response code) - Patch by Paul Dragoonis |
#
904b9282 |
| 08-Aug-2010 |
Felipe Pena |
- Fixed bug #50481 (Storing many SPLFixedArray in an array crashes) |
Revision tags: oci8-1.4.3 |
|
#
d0dc4810 |
| 07-Aug-2010 |
Christopher Jones |
Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release |
#
f171aefb |
| 05-Aug-2010 |
Felipe Pena |
- Fixed bug #52546 (pdo_dblib segmentation fault when iterating MONEY values) |
#
eaad585a |
| 05-Aug-2010 |
Johannes Schlüter |
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 |
#
1e17bb2a |
| 04-Aug-2010 |
Felipe Pena |
- Fixed bug #52534 (var_export array with negative key) |
#
f223e28b |
| 01-Aug-2010 |
Stefan Marr |
Added Traits to the NEWS file. #There doesn't seem to be a consitent ordering, #so I put it in front of the list, since it is a major language addition. Hope thats ok. |
#
61501749 |
| 01-Aug-2010 |
Felipe Pena |
- Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty) |
#
3ef14fc6 |
| 01-Aug-2010 |
Felipe Pena |
- Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW) |
#
c0e6f37c |
| 01-Aug-2010 |
Felipe Pena |
- Fixed bug #52484 (__set() ignores setting properties with empty names) |
#
e3ddef53 |
| 29-Jul-2010 |
Felipe Pena |
- Fixed bug #52487 (PDO::FETCH_INTO leaks memory) |
#
a0bf0739 |
| 27-Jul-2010 |
Sriram Natarajan |
- Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h) # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available
- Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h) # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available within php_config.h
show more ...
|
#
94286b35 |
| 23-Jul-2010 |
Rasmus Lerdorf |
Let's keep NEWS entries to things that might affect users. A typo in a comment isn't very news-worthy. |