#
8fba11c5 |
| 25-Aug-2010 |
Felipe Pena |
- Fixed bug #52699 (PDO bindValue writes long int 32bit enum) |
#
07986a53 |
| 25-Aug-2010 |
Andrey Hristov |
here comes the news |
#
adcf926b |
| 25-Aug-2010 |
Pierre Joye |
- CVE # for mops 2010-24 |
#
2188f26c |
| 25-Aug-2010 |
Dmitry Stogov |
Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call) |
#
c783495e |
| 25-Aug-2010 |
Adam Harvey |
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header). |
#
266e3691 |
| 23-Aug-2010 |
Jérôme Loyet |
- Changed listen.backlog in the FPM configuration file to default to 128 instead of -1. This is the same value as the one used in the cgi sapi. |
#
f9c6bb1a |
| 23-Aug-2010 |
Jérôme Loyet |
- Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers). |
#
a6c5363f |
| 23-Aug-2010 |
Pierre Joye |
- revert fix for #52655, rev. 302614 |
#
63265281 |
| 23-Aug-2010 |
Pierre Joye |
- add follow_location support for http stream, enabled by default to keep BC. Allows one to ignore the location header, w/o having to ignore errors or other tricks, the location data is however still
- add follow_location support for http stream, enabled by default to keep BC. Allows one to ignore the location header, w/o having to ignore errors or other tricks, the location data is however still available (meta)
show more ...
|
#
1d7ce1aa |
| 23-Aug-2010 |
Pierre Joye |
- fix string validation entry, mops-2010-24 |
#
3947bfea |
| 21-Aug-2010 |
Kalle Sommer Nielsen |
Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the interface) |
#
4348f9e1 |
| 20-Aug-2010 |
Andrey Hristov |
svn up messed this |
#
bb89f5c2 |
| 20-Aug-2010 |
Andrey Hristov |
here comes the news |
#
06c460c9 |
| 19-Aug-2010 |
Ilia Alshanetsky |
Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used). |
#
0b1477a7 |
| 18-Aug-2010 |
Kalle Sommer Nielsen |
Use userland function name, not internal name for NEWS |
#
e92ebce7 |
| 18-Aug-2010 |
Kalle Sommer Nielsen |
Fixed possible crash in php_mssql_get_column_content_without_type() # Also fix NEWS entry in PHP_5_2 for previous commit |
#
c2c3467a |
| 18-Aug-2010 |
Kalle Sommer Nielsen |
Fixed bug #52636 (php_mysql_fetch_hash writes long value into int) # Tested by rein at basefarm dot no |
#
8a6d73b0 |
| 18-Aug-2010 |
Dmitry Stogov |
improved performance of @ (silence) operator |
#
bfbfd15a |
| 18-Aug-2010 |
Dmitry Stogov |
improved performance of FastCGI request parsing |
#
ed806c44 |
| 17-Aug-2010 |
Andrey Hristov |
here comes the news |
#
18aadba2 |
| 17-Aug-2010 |
Andrey Hristov |
here comes the news |
#
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) |