History log of /php-src/NEWS (Results 8851 – 8875 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2bad01e6 15-Jul-2013 Stanislav Malyshev

Fix bug #62665: add curl.cainfo to php.ini

Conflicts:

php.ini-development
php.ini-production

# a51b5000 15-Jul-2013 Stanislav Malyshev

add news for bug #65219

# e20fc854 14-Jul-2013 Xinchen Hui

Update NEWS

# ebad5178 14-Jul-2013 Xinchen Hui

Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace).

# eab07602 13-Jul-2013 Felipe Pena

- BFN

# 281936b2 12-Jul-2013 Felipe Pena

- Fixed bug #65227 (Memory leak in gmp_cmp second parameter)

# 0ddb3d97 11-Jul-2013 Yasuo Ohgaki

Fixed meta data retrieve when OID is larger than 2^31

# d2a83efe 12-Jul-2013 Stanislav Malyshev

fix the date for 5.4.17

# b2fbb4cc 12-Jul-2013 Stanislav Malyshev

update 5.4.17 date

# 5b01b090 12-Jul-2013 Stanislav Malyshev

update 5.4.17 date

# 4f4fa32c 10-Jul-2013 Anatol Belski

updated NEWS

# 2acc3862 10-Jul-2013 Anatol Belski

Fixed bug #65226 chroot() does not get enabled

# 9c4ef501 10-Jul-2013 Johannes Schlüter

Merge PHP 5.3.27 NEWS

# 6ac7c9d0 08-Jul-2013 Christopher Jones

Bump PECL package info version check to allow PECL installs with PHP 5.5+

# 2c3f6dcd 08-Jul-2013 Andrey Hristov

Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4

Conflicts:
NEWS


# 9fc38183 08-Jul-2013 Andrey Hristov

Fixed segfault in mysqlnd when doing long prepare

# 20413769 08-Jul-2013 Yasuo Ohgaki

Update NEWS

# bdfe70ab 08-Jul-2013 Yasuo Ohgaki

Update NEWS

# 5324416b 03-Jul-2013 Anatol Belski

Fixed bug #65184 strftime() returns insufficient-length

string under multibyte locales

The msdn doc states 'strftime returns the number of characters', but prior
to VS2012 it se

Fixed bug #65184 strftime() returns insufficient-length

string under multibyte locales

The msdn doc states 'strftime returns the number of characters', but prior
to VS2012 it seems to have returned the number of bytes. Locale independent.
The return is however \0-terminated, so strlen is just fine. The behaivor
seems to be persisting in the later VC++ versions as the corresponding
MSDN ticket is closed 'by design'.

See http://connect.microsoft.com/VisualStudio/feedback/details/766205/vs2012-strftime-has-incorrect-return-value-in-vc-11-with-multibyte-codepages#details

show more ...

# b52fea6f 03-Jul-2013 Gustavo André dos Santos Lopes

NEWS for two lst intl changes

# 4d5a2fba 02-Jul-2013 Remi Collet

NEWS

# f4ce5e7f 02-Jul-2013 Remi Collet

Fixed Bug #65142 Missing phar man page

Simple man page from phar help output.

# 4bc11af1 02-Jul-2013 Remi Collet

NEWS

# 0f36224b 29-Jun-2013 Nikita Popov

Don't try to clean up generator stack on unclean shutdown

This fixes bugs #65035 and #65161. In one of the bugs the issue is
that function_state.arguments is NULL, but the arg count is p

Don't try to clean up generator stack on unclean shutdown

This fixes bugs #65035 and #65161. In one of the bugs the issue is
that function_state.arguments is NULL, but the arg count is pushed
to the stack and the code tries to free it. In the other bug the
stack of the generator is freed twice, once in generator_close and
later during shutdown.

It's rather hard (if at all possible) to do a proper stack cleanup
on an unclean shutdown, so I'm just disabling it in this case.

show more ...

# 5904da99 29-Jun-2013 Arnaud Le Blanc

NEWS

1...<<351352353354355356357358359360>>...619