History log of /php-src/NEWS (Results 9176 – 9200 of 15466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e67a2b9e 11-Feb-2013 Remi Collet

Fixed bug #64142 (dval to lval different behavior on ppc64)

See discussion on internals
http://marc.info/?t=136042277700003&r=1&w=2

# bfdb889d 10-Feb-2013 Stanislav Malyshev

update NEWS

# 0ea83ff8 10-Feb-2013 Moriyoshi Koizumi

mb_split() can now handle empty matches like preg_split() does.

# 3d9a31ef 08-Feb-2013 Andrey Hristov

news for mysqli_savepoint and mysql_release_savepoint

# 2d30a192 08-Feb-2013 Andrey Hristov

add the news about recent commits

# 29050975 07-Feb-2013 Xinchen Hui

Fixed bug #64135 (Exceptions from set_error_handler are not always propagated)

# 02ae4522 05-Feb-2013 Remi Collet

revert

# e7ce002c 05-Feb-2013 Remi Collet

revert

# 6585a7bd 04-Feb-2013 Remi Collet

NEWS

# 6533094d 04-Feb-2013 Remi Collet

Fixed bug #64142 (dval to lval different behavior on ppc64)

On x86_64:
(long)(double)9223372036854775807+1 = -9223372036854775808
On ppc64
(long)(double)9223372036854775807-1 = 9

Fixed bug #64142 (dval to lval different behavior on ppc64)

On x86_64:
(long)(double)9223372036854775807+1 = -9223372036854775808
On ppc64
(long)(double)9223372036854775807-1 = 9223372036854775807

show more ...

# 60b5f6d4 03-Feb-2013 Martin Jansen

News about FR #49180.

# a000920d 03-Feb-2013 Gustavo Lopes

NEWS/UPGRADING for changes in sockets, intl

# 114245c1 01-Feb-2013 Nikita Popov

Fix bug #63830: Segfault on undefined function call in nested generator

This also reverses the destruction order of the pushed arguments to
align with how it is done everywhere else.

Fix bug #63830: Segfault on undefined function call in nested generator

This also reverses the destruction order of the pushed arguments to
align with how it is done everywhere else.

I'm not exactly sure whether this is the right way to fix it, but it
seems to work fine.

show more ...

# 2117b8ed 01-Feb-2013 Remi Collet

NEWS

# 0cea9e68 01-Feb-2013 Remi Collet

Fixed bug #64128 buit-in web server is broken on ppc64.

fdset management using bit operator is broken on non-x86 arch
and cause built-in server the enter an infinite loop of "select"

Fixed bug #64128 buit-in web server is broken on ppc64.

fdset management using bit operator is broken on non-x86 arch
and cause built-in server the enter an infinite loop of "select"
and never handle any request.

show more ...

# a80fdc47 30-Jan-2013 Johannes Schlüter

This will be PHP 5.3.23

# 836a2b11 30-Jan-2013 Lars Strojny

NEWS entry new OpenSSL option [doc]

# 321f4f18 30-Jan-2013 Nikita Popov

Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extended

# 09b6e33b 29-Jan-2013 Stanislav Malyshev

branched 5.4.12

# 7a6e76fd 29-Jan-2013 Stanislav Malyshev

update NEWS

# 93fd9c70 29-Jan-2013 Johannes Schlüter

Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)

# 5382e156 29-Jan-2013 Stanislav Malyshev

Fix bug #62524, only follow redirects in file streams for 3xx HTTP statuses

# 389d41cc 29-Jan-2013 Stanislav Malyshev

Add news for bug #60524

# a9d013bb 29-Jan-2013 Stanislav Malyshev

Implement fix for bug #46439 - add CURLFile class for safer uploads

# 184db665 28-Jan-2013 Stanislav Malyshev

fix bug #60833 - self, parent, static behave inconsistently case-sensitive

1...<<361362363364365366367368369370>>...619